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]

[committed] Fix problem handling return value aggregates on PA


The attached problem fixes a regression in handling DFmode aggregates in pa_function_value. Sometimes, an aggregrate with a single DFmode field could not be handled by the existing code which used a BLKmode parallel. We can just use a register when the aggregate fits exactly in a
single or double word.  This avoids an ICE in store_field.

Tested on hppa2.0w-hp-hpux11.11, hppa-unknown-linux-gnu and hppa64-hp- hpux11.11. Committed
to trunk and 4.9 branch.

Dave
--
John David Anglin	dave.anglin@bell.net


Attachment: pa.c.d.1.txt
Description: Text document


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