This is the mail archive of the gcc@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: HP-UX IA64 Patch to fix earlier patch


> I tried changing the macro FUNCTION_VALUE to call a function_value
> routine and then use gen_rtx_PARALLEL in that routine to handle small
> structures but I get errors when compiling after I do this.  The same
> method in function_value seems to work for IA64 but not for PA64 where I
> get a reload error.

The reload error is caused by the "=rf" constraints in the various
patterns used for call_value.  We also need to handle aggregrates
up to 128 bits.  I have had a successful bootstrap with these fixes
but there are a number of regressions in the v3 testsuite which
I am still trying to get a handle on.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


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