[Bug c++/40695] bogus "may be used uninitialized in this function" warning

2011-10-12 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40695 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED CC|gcc-bugs at g

[Bug c++/40695] bogus "may be used uninitialized in this function" warning

2009-07-09 Thread shane dot beasley at aleri dot com
--- Comment #3 from shane dot beasley at aleri dot com 2009-07-10 04:37 --- Another test case (should I file another bug?): struct Class { Class() { } /* implicit copy constructor */ void Method() const; // undefined /* Class has no data members */ }; void f(); // und

[Bug c++/40695] bogus "may be used uninitialized in this function" warning

2009-07-09 Thread manu at gcc dot gnu dot org
--- Comment #2 from manu at gcc dot gnu dot org 2009-07-09 15:55 --- Thanks, it also happens in current trunk. -- manu at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/40695] bogus "may be used uninitialized in this function" warning

2009-07-08 Thread shane dot beasley at aleri dot com
--- Comment #1 from shane dot beasley at aleri dot com 2009-07-09 02:55 --- I should add that I boiled this down from a much larger specimen that had all the copy constructors and assignment operators. Here, I'm just using the default ones. The problem exists in both cases. -- http