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: Enable -fomit-frame-pointer on i386


Jan Hubicka writes:
 > > And configure.host:
 > > 
 > >   x86_64-*)
 > > 	CHECKREFSPEC="%{m32:-fcheck-references}"
 > > 	sysdeps_dir=x86-64
 > > 	libgcj_flags="${libgcj_flags} -ffloat-store -fno-omit-frame-pointer"
 > Also do we need -ffloat-store here?  I don't think so.  I will test the
 > patch disabling both.

On x86-64, I suspec not.  That architecture doesn't maintain 80-bit
intermediate results, does it?

Andrew.


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