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: [Committed] Fix PR target/29909, -Os -m64 -mno-sse ICEs


On Sun, Sep 10, 2006 at 04:04:31PM -0700, Andrew Pinski wrote:
> The problem here is that Jason removed the check of TARGET_64BIT from
> the default alignment which meant that -Os -m64 -mno-sse would give the
> wrong alignment.  This patch adds that check back.
> 
> Committed after a build and a quick test on x86_64-linux-gnu.
> 

FWIW, this patch won't be needed tomorrow after

http://gcc.gnu.org/ml/gcc-patches/2006-09/msg00353.html


H.J.


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