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 struct passing on targets that rely on TYPE in


On Sun, Oct 26, 2008 at 09:26:25PM -0400, John David Anglin wrote:
> I have committed the following change to resolve PR 37316.  The change avoids
> the problematic call to emit_group_store in assign_parm_remove_parallels by
> using BLKmode for the PARALLEL used for structs, aggregates and other
> similar objects.  It also fixes the incorrect justification noted in
> debugging this problem for complex and vector types.  The change doesn't
> fix the middle-end regression.
> 
> Tested on hppa64-hp-hpux11.11.  Committed to trunk.

Thank you (and Jakub) for your persistence with this.

-- 
Daniel Jacobowitz
CodeSourcery


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