This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++] fix g++.jason/sync7
- From: "H.J. Lu" <hjl at lucon dot org>
- To: Nathan Sidwell <nathan at codesourcery dot com>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 24 Jul 2007 11:40:31 -0700
- Subject: Re: [C++] fix g++.jason/sync7
- References: <46A64643.4060609@codesourcery.com>
On Tue, Jul 24, 2007 at 07:34:43PM +0100, Nathan Sidwell wrote:
> I've committed this patch to fix g++.jason/sync7 on i86. When we
> synthesize a method, we fail to check if we need to increase the alignment
> because of ptrmem representation issues.
>
It is
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32852
H.J.