This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: align of local char array seem not work.
- From: Andrew Pinski <pinskia at gmail dot com>
- To: Bernd Roesch <nospamname at web dot de>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 13 Apr 2009 16:21:51 -0700
- Subject: Re: align of local char array seem not work.
- References: <yam11421.2962.282274784@mail.gmx.net>
On Thu, Apr 9, 2009 at 6:07 AM, Bernd Roesch <nospamname@web.de> wrote:
> Hi,
>
> i see simular lines in a program.
>
> char buf[256] __attribute__((aligned(16)));
> Â printf("%x\n",&buf[0]);
This is PR 16660.
Thanks,
Andrew Pinski