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


Eric Botcazou <ebotcazou@act-europe.fr> writes:
>> I'll regression-test it myself soon.
>
> Wait :-)  I just discovered while playing with your patch that it is not 
> sufficient for all types of arrays, namely arrays of Long_Float.  These are 
> given DFmode and... they are returned in $f0 (i.e. no ICE)!

Gah!  Dammit!  TYPE_MODE making ABI decisions again. ;(

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. ;(

> Sorry for not seeing that earlier.

Likewise.  I really should have noticed this when I made the ABI changes.

Richard


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