[Bug c/42079] missing unitialized warning on simple testcase

2009-11-19 Thread manu at gcc dot gnu dot org
--- Comment #2 from manu at gcc dot gnu dot org 2009-11-19 12:00 --- Taking address of var causes missing may be uninitialized. *** This bug has been marked as a duplicate of 19430 *** -- manu at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/42079] missing unitialized warning on simple testcase

2009-11-17 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-11-17 16:18 --- It would give too many false positives. Also we do not warn for non-registers very consistently (due to the same reason). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42079