[PowerPC ABI] Bug 21398 - Consider C++ base classes in homogeneous aggregate classification

Ulrich Weigand Ulrich.Weigand at de.ibm.com
Wed Oct 29 06:34:53 PDT 2014


Hal Finkel <hfinkel at anl.gov> wrote on 29.10.2014 13:52:04:
> ----- Original Message -----
> > From: "Ulrich Weigand" <Ulrich.Weigand at de.ibm.com>
> > To: "cfe-commits cfe" <cfe-commits at cs.uiuc.edu>
> > Sent: Tuesday, October 28, 2014 12:29:09 PM
> > Subject: [PowerPC ABI] Bug 21398 - Consider C++ base classes in
> homogeneous   aggregate classification
> >
> >
> >
> > Hello,
> >
> > as discussed in Bug 21398, PowerPC ABI code currently ignores C++
> > base
> > classes when classifying a class as homogeneous aggregate (or not)
> > for ABI
> > purposes.  The attached patch fixes this.
> >
> > Tested on powerpc64le-linux.  Also ran GCC's ABI compatibility test
> > suite
> > against clang with no new failures (unfortunately, it didn't catch
> > the
> > bug).
> >
> > OK for mainline?
>
> LGTM, thanks!

Checked in as revision 220852.

Thanks,
Ulrich




More information about the cfe-commits mailing list