new warning on the 3.0 branch
Gabriel Dos Reis
gdr@codesourcery.com
Mon Aug 13 08:14:00 GMT 2001
Sylvain Pion <Sylvain.Pion@sophia.inria.fr> writes:
| There is a new warning that appeared last week on the 3.0 branch, which I
| suspect comes from Nathan's recent changes.
| Compiling the following program with "g++ -Wall" :
|
| struct empty{};
|
| int main()
| {
| empty a, b;
| a = b;
| return 0;
| }
|
| produces the warning :
| empty_copy_warning.C:7: warning: statement with no effect
The symptoms you're describing match bug report #3989
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3989
which represents is a regression from 3.0 to 3.0.1
-- Gaby
CodeSourcery, LLC http://www.codesourcery.com
More information about the Gcc
mailing list