This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: miscompilation of complex switch statement
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: "Michael Cieslinski" <micis at gmx dot de>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 23 Nov 2004 07:43:16 -0500
- Subject: Re: miscompilation of complex switch statement
- References: <7430.1101210423@www41.gmx.net>
On Nov 23, 2004, at 6:47 AM, Michael Cieslinski wrote:
When I compile qt-x11-free-3.3.3 with the actual snapshot using the
options:
-O3 --param max-gcse-passes=4 -floop-optimize2 -fmove-loop-invariants
I get get a miscompilation in the file sql_lex.cc in a very complex
switch
statement which results in an error during linking:
"undefined reference to .L968"
In this case you can just file a bug with sql_lex.ii since we have
had this problem before and know how to reproduce it.
-- Pinski