From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6762 invoked by alias); 3 Aug 2002 20:46:02 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 6740 invoked by uid 71); 3 Aug 2002 20:46:02 -0000 Date: Sat, 03 Aug 2002 13:46:00 -0000 Message-ID: <20020803204602.6739.qmail@sources.redhat.com> To: bkoz@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Gabriel Dos Reis Subject: Re: libstdc++/6732: misaligned objects created by new Reply-To: Gabriel Dos Reis X-SW-Source: 2002-08/txt/msg00060.txt.bz2 List-Id: The following reply was made to PR libstdc++/6732; it has been noted by GNATS. From: Gabriel Dos Reis To: bkoz@gcc.gnu.org Cc: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, wesslen@users.sourceforge.net, gcc-gnats@gcc.gnu.org Subject: Re: libstdc++/6732: misaligned objects created by new Date: 03 Aug 2002 22:39:07 +0200 bkoz@gcc.gnu.org writes: | State-Changed-Why: | Supposedly, __sligned only works on up to 8 byte boundaries. | | See: | http://gcc.gnu.org/onlinedocs/gcc/Type-Attributes.html#Type%20Attributes Thanks for the pointer. Actually, the largest alignment is the linker's call. It may be that on an IA-32, the linker can't support alignment higher than 8. I can't see the exact reference in the binutils documentation. -- Gaby