This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch, bootstrap, hppa] Patch for bootstrap/40338


On Fri, 2009-06-12 at 18:34 -0700, Ian Lance Taylor wrote:

> Personally I would prefer to see the workarounds implemented.  I think
> that file comparisons are an excellent way to find problems in the
> compiler, and we should strive to make that possible rather than
> avoiding it.
> 
> But I will let the build system maintainers make the final decision.
> 
> Ian

Making the objects match is the prefered option but those changes
require more modifications to the overall make infrastructure then
restructing the comparision and I am not sure that disturbing all the
builds to that extent for the sake of one platform is the best approach.
So far I haven't heard of any platforms other then 32 bit HPPA having
this problem.  It might be better to split the difference, modify the
build to use -frandom-seed= for PA in order to fix most of the
comparision issues and then just skip the comparsions on the
lib2funcs.asm file.

Steve Ellcey
sje@cup.hp.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]