[Bug middle-end/35856] missing unitialized variable warning

2008-04-07 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2008-04-07 10:10 --- It's all optimized away before the may-be-used-uninitialized warning is emitted (we only execute warn_uninitialized_phi in the late pass). -- rguenth at gcc dot gnu dot org changed: What|Removed

[Bug middle-end/35856] missing unitialized variable warning

2008-04-07 Thread xinliangli at gmail dot com
--- Comment #3 from xinliangli at gmail dot com 2008-04-07 07:39 --- It is debatable whether the const prop should happen in the presence of unitilaized variable, but a warning should be given. -- xinliangli at gmail dot com changed: What|Removed |