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: [PATCH] Fix one-sized FP arrays returning on MIPS


> I'd completely failed to consider that case, sorry.  I really don't think
> it's something we can fix in 3.4, since obviously it'd be ABI-incompatible
> with earlier releases in the series.  It looks like we're going to have to
> have yet another ABI change in 3.5. ;(

Agreed.  Now what to do for 3.4.x and SFmode arrays?  We need a fix at ACT.  
I think it could make sense to return them like DFmode arrays.  In which 
case I could rewrite my patch and only add a kludge to mips_function_value 
in order to explicitly deal with this corner-case.

-- 
Eric Botcazou


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