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 alignment bug


> Eric,

Hi Dave,

> > 2002-05-06  Richard Henderson  <rth@redhat.com>
> >
> > 	PR c++/6212
> > 	* expr.c (highest_pow2_factor_for_type): New.
> > 	(expand_assignment): Use it.
>
> This patch is also on the 3.3 branch.

Yes, and on the 3.2 branch too, which is actually the problem for ACT :-)

> I'm just guessing but this might be the alignment problem that prevents
> the bootstrapping of ada in 3.[45] with 3.3 on hppa*-hp-hpux11*.  So, I
> think we need to look at whether this patch might be suitable for 3.3 as
> well.

OK.  Unfortunately I don't know enough the Ada part of the Ada front-end to 
say whether the Ada idiom that is miscompiled (variable-length packed 
aggregates) is present in the front-end.

Do you have a description of the problem on hppa*-hp-hpux11*?

-- 
Eric Botcazou


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