[Bug c++/21290] Unexpected warning on legal code

2005-04-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-29 21:52 --- Even the code given in the bug has no dead code the bug is in the same in that GCC creates dead code. *** This bug has been marked as a duplicate of 19699 *** -- What|Removed

[Bug c++/21290] Unexpected warning on legal code

2005-04-29 Thread gcc at magfr dot user dot lysator dot liu dot se
--- Additional Comments From gcc at magfr dot user dot lysator dot liu dot se 2005-04-29 21:15 --- Created an attachment (id=8767) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8767&action=view) Example program demonstrating the problem Compile with g++ -Wall -O1 -c foo.C to see t