[Bug c++/34772] [4.4/4.5/4.6 Regression] self-initialisation does not silence uninitialised warnings (-Winit-self ignored)

2011-06-27 Thread davi.arnaut at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34772 --- Comment #20 from Davi Arnaut 2011-06-27 16:40:52 UTC --- Actually, we would really like it. Currently, we have to disable it because most of the warnings are bogus. New _valid_ warnings are welcome.

[Bug c++/34772] [4.4/4.5/4.6 Regression] self-initialisation does not silence uninitialised warnings (-Winit-self ignored)

2011-06-27 Thread davi.arnaut at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34772 --- Comment #22 from Davi Arnaut 2011-06-27 19:15:45 UTC --- (In reply to comment #21) >> Actually, we would really like it. Currently, we have to disable it because >> most of the warnings are bogus. New _valid_ warnings are welcome. > > If you