------- Comment #6 from d dot g dot gorbachev at gmail dot com  2009-09-05 
20:26 -------
Hi,

Configure and build GCC with

 ../gcc-4.5/configure --enable-languages=c,c++ \
 --disable-shared --disable-bootstrap

 make CFLAGS_FOR_TARGET=-O3

The -O3 option, or -finline-functions -finline-small-functions, is crucial to
reproduce this bug. After applying the patch, it disappears.

No any special options are required to compile the testcase.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41214

Reply via email to