[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

[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

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

2009-07-08 Thread shane dot beasley at aleri dot com
on Debian; 4.3.2 on Cygwin; 4.3.3 and 4.4.0 on both Solaris and Debian. -- Summary: bogus "may be used uninitialized in this function" warning Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal