--- Comment #4 from pinskia at gcc dot gnu dot org 2008-12-28 06:13 ---
This warning depends on optimizations so what you do expect with the
inconsistency. So in one case, we decide that i can alias sel which is
obviously not true but what do you expect from aliasing.
--
pinskia at
--- Comment #3 from dot at dotat dot at 2008-05-05 14:52 ---
The code is executed when the function selog_on() returns true. The warning is
also inconsistent, which also points to an analysis bug.
--
dot at dotat dot at changed:
What|Removed |Added
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-05-05 05:40 ---
Sorry I mean:
[t.c : 24] D.1191_5 = sel.enabled;
[t.c : 24] iftmp.1_6 = D.1191_5 != 42;
As far as I can tell this warning is correct.
--
pinskia at gcc dot gnu dot org changed:
What|Removed
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-05-05 05:38 ---
The warning looks fine for me, it is saying selog_on(&sel) will never be
executed.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35973