This is the mail archive of the gcc@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: PR 8146


I wrote:
> > Can you confirm, by looking at the output from make bootstrap (you saved
> > it, right?), that gcc 3.2 is never given any -O option of any kind?

Paul writes:
> Yes: the first occurrence of the string "-O" in the make output is on
> a line starting with "./xgcc".

Ouch.  That would seem to eliminate strict aliasing.

I suppose the next question is to find out what's different.  The easiest
way would be to capture the assembly for the three .o files that come out
different and compare that.  I have no brilliant ideas.


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