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: [tree-ssa] Mainline merge as of 2003-10-17


Richard Henderson wrote:
> > I have even identified the patch that broke ia64...
> > PR optimization/12347
>
> And I analyzed the failure.
>
> expand_return has special code to handle aggregate BLKmode to
> non-BLKmode copies.  Except with gimplification the expression
> gets moved out of the actual return pattern.  We need to be
> able to handle this condition anywhere.

Could this be related to PR target/8407 by any chance?
PR8407 is an example if a non-BLKmode to BLKmode copy on IA-64.

Roger
--


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