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: C++ PATCH for c++/42837 (abi/packed1.C failure on strict aligment targets)


On Thu, Feb 18, 2010 at 5:15 PM, Jason Merrill <jason@redhat.com> wrote:
> We were getting misaligned accesses because we were failing to set
> DECL_PACKED on the virtual table pointer in a packed class. ?Fixed thus.
>
> The test now passes on ia64-unknown-linux-gnu and hppa2.0-unknown-linux-gnu.
> ?Regression tested on x86_64-unknown-linux-gnu, applied to trunk.
>
>

The test failed on Linux/ia32:

FAIL: g++.dg/abi/packed1.C (test for excess errors)



-- 
H.J.


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