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


On Sun, Oct 19, 2003 at 03:46:43PM +0200, Andreas Schwab wrote:
> I have even identified the patch that broke ia64, but nobody cares.

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.


r~


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