This is the mail archive of the gcc-bugs@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]

[Bug target/43546] [4.4/4.5 Regression] ICE: in assign_stack_local_1, at function.c:353 with -mpreferred-stack-boundary=2 -msseregparm



------- Comment #4 from rguenth at gcc dot gnu dot org  2010-03-27 12:53 -------
No, sseregparm should be perfectly fine with x87 math - it only needs
(obviously) SSE registers available.  It's an ABI switch like regparm,
whether math is done using SSE registers or x87 math doesn't and shouldn't
matter.

The workaround looks odd - it can't be the real solution.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43546


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