[Bug c/32207] missing warnings about address of 'x'.

2017-01-11 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32207 Martin Sebor changed: What|Removed |Added CC||msebor at gcc dot gnu.org --- Comment #5

[Bug c/32207] missing warnings about address of 'x'.

2010-04-26 Thread pzhao at gcc dot gnu dot org
--- Comment #4 from pzhao at gcc dot gnu dot org 2010-04-27 02:42 --- Fix for trunk. -- pzhao at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug c/32207] missing warnings about address of 'x'.

2010-04-26 Thread pzhao at gcc dot gnu dot org
--- Comment #3 from pzhao at gcc dot gnu dot org 2010-04-27 02:40 --- Subject: Bug 32207 Author: pzhao Date: Tue Apr 27 02:40:19 2010 New Revision: 158765 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158765 Log: gcc/ 2010-04-27 Shujing Zhao PR c/32207 * c-t

[Bug c/32207] missing warnings about address of 'x'.

2008-02-05 Thread pluto at agmk dot net
--- Comment #2 from pluto at agmk dot net 2008-02-05 19:32 --- for f()/g() it partially looks like missed transformation of `z!=0 => z` in case of ADDR_EXPR which trigs different diagnotic: f(): c-common.c: c_common_truthvalue_conversion with ADDR_EXPR. g(): c-typeck.c: build_binary_op:

[Bug c/32207] missing warnings about address of 'x'.

2007-06-06 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-06-06 21:51 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|norma