public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: Jim Wilson <wilson@specifixinc.com>
To: Rene Herman <rene.herman@keyaccess.nl>
Cc: gcc-bugs@gcc.gnu.org
Subject: Re: __attribute__((aligned(N))) silently ignored for auto variables
Date: Thu, 05 Feb 2004 20:46:00 -0000	[thread overview]
Message-ID: <4022AB97.7090200@specifixinc.com> (raw)
In-Reply-To: <4019DDED.1030004@keyaccess.nl>

Rene Herman wrote:
> Was instructed (on irc.oftc.net:#gcc) to file a bug report. It seems gcc 
> silently ignores __attribute__((aligned(N))) on stack variables (even 
> with -mpreferred-stack-boundary=K, K >= 2logN). My own test is with:

Yes, it does.  The aligned attribute works for structure members, and 
global scalar variables, but not for local scalar variables.  This has 
apparently always been the case.

If you want someone to deal with this problem, you should submit a bug 
report into our bugzilla bug database.  We don't track problems sent to 
the bug-gcc mailing list.  See
	http://gcc.gnu.org/bugs.html
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com


      reply	other threads:[~2004-02-05 20:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-30  4:31 Rene Herman
2004-02-05 20:46 ` Jim Wilson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4022AB97.7090200@specifixinc.com \
    --to=wilson@specifixinc.com \
    --cc=gcc-bugs@gcc.gnu.org \
    --cc=rene.herman@keyaccess.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).