------- Comment #5 from hjl dot tools at gmail dot com  2010-03-27 14:11 -------
(In reply to comment #4)
> 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.
> 

Then you need to exam all code paths with -msseregparm to see
if TARGET_SSEREGPARM check is needed when TARGET_SSE_MATH is
checked. 


-- 


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

Reply via email to