[Bug c++/74762] [5/6/7 Regression] missing uninitialized warning (C++, parenthesized expr, TREE_NO_WARNING)

2016-12-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=74762 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug c++/74762] [5/6/7 Regression] missing uninitialized warning (C++, parenthesized expr, TREE_NO_WARNING)

2016-11-11 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=74762 --- Comment #7 from Jakub Jelinek --- We really need fine grained TREE_NO_WARNING, will see if I manage to implement something for stage3.

[Bug c++/74762] [5/6/7 Regression] missing uninitialized warning (C++, parenthesized expr, TREE_NO_WARNING)

2016-08-13 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=74762 --- Comment #6 from Patrick Palka --- (In reply to Manuel López-Ibáñez from comment #5) > (In reply to Patrick Palka from comment #1) > > Looks like warn_uninit() suppresses the warning on 'i' because the > > TREE_NO_WARNING flag is set on the AR

[Bug c++/74762] [5/6/7 Regression] missing uninitialized warning (C++, parenthesized expr, TREE_NO_WARNING)

2016-08-12 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=74762 --- Comment #5 from Manuel López-Ibáñez --- (In reply to Patrick Palka from comment #1) > Looks like warn_uninit() suppresses the warning on 'i' because the > TREE_NO_WARNING flag is set on the ARRAY_REF by the C++ FE (in > finish_parenthesized_e

[Bug c++/74762] [5/6/7 Regression] missing uninitialized warning (C++, parenthesized expr, TREE_NO_WARNING)

2016-08-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=74762 --- Comment #4 from Jakub Jelinek --- Started most likely with r177667, r177670 doesn't warn, r177661 does.

[Bug c++/74762] [5/6/7 Regression] missing uninitialized warning (C++, parenthesized expr, TREE_NO_WARNING)

2016-08-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=74762 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #3