--- 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
--- 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
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