[PATCH] fix compiling gcc in SPEC CPU 2000 on darwin with -finline-functions and -funit-at-a-time

Andrew Pinski pinskia@physics.uc.edu
Fri Nov 14 02:06:00 GMT 2003


On Nov 6, 2003, at 8:39 AM, Geoffrey Keating wrote:

>
> On Wednesday, November 5, 2003, at 03:10  PM, Andrew Pinski wrote:
>
>> When compiling the following testcase (derived from gcc in SPEC CPU 
>> 2000) on powerpc-apple-darwin,
>> the stub for simple_cst_equal is not defined at all.  To fix the stub 
>> either has be to defined or the reference to the stub has to be 
>> changed to the non-stub version, having the stub be defined is easier
>> for now and works for this testcase and also the full gcc source in 
>> SPEC.
>
>> Ok?
>
> Did you do a full bootstrap & dejagnu run?  If so, OK.  (The patch 
> isn't quite right but then this whole idea isn't quite right, 
> hopefully someday soon it'll be replaced with something more sane.)

I ran dejagnu and there were no regressions so applied the patch.


Thanks,
Andrew Pinski



More information about the Gcc-patches mailing list