[BUG][!] Optimization bug in gcc! [was: Re: sinful bug]

Stephan Rudlof sr at evolgo.de
Fri Aug 4 00:24:54 UTC 2000


Stephan Rudlof wrote:
> 
> Dear Squeakers,
> 
> there seems to be an optimization bug in gcc, arising in interp.c for -O1
> already!
...

But 
	gcc -O3 -fno-inline -I. -I../src -I../src/CoreVM  -DHAVE_CONFIG_H -DUNIX 
-c gnu-interp.c
works.

This means that inlining forces the bug here!


(
	gcc -O1 -I. -I../src -I../src/CoreVM  -DHAVE_CONFIG_H -DUNIX  -c
gnu-interp.c
doesn't work)


Stephan





More information about the Squeak-dev mailing list