public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "jakub at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c/52181] [4.7 Regression] merge_decls doesn't handle DECL_USER_ALIGN properly
Date: Tue, 14 Feb 2012 23:35:00 -0000	[thread overview]
Message-ID: <bug-52181-4-FYQmTINSLF@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-52181-4@http.gcc.gnu.org/bugzilla/>

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52181

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-02-14 23:34:40 UTC ---
Author: jakub
Date: Tue Feb 14 23:34:34 2012
New Revision: 184242

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184242
Log:
    Backported from mainline
    2012-02-14  Jakub Jelinek  <jakub@redhat.com>

    PR c/52181
    * c-decl.c (merge_decls): Copy DECL_USER_ALIGN bit from olddecl to
    newdecl.

    * decl.c (duplicate_decls): If olddecl has bigger DECL_ALIGN than
    newdecl, copy DECL_ALIGN to newdecl and or DECL_USER_ALIGN bits.

    * c-c++-common/pr52181.c: New test.

Added:
    branches/gcc-4_6-branch/gcc/testsuite/c-c++-common/pr52181.c
Modified:
    branches/gcc-4_6-branch/gcc/ChangeLog
    branches/gcc-4_6-branch/gcc/c-decl.c
    branches/gcc-4_6-branch/gcc/cp/ChangeLog
    branches/gcc-4_6-branch/gcc/cp/decl.c
    branches/gcc-4_6-branch/gcc/testsuite/ChangeLog


      parent reply	other threads:[~2012-02-14 23:35 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-09  8:31 [Bug c/52181] New: " jakub at gcc dot gnu.org
2012-02-09  8:32 ` [Bug c/52181] " jakub at gcc dot gnu.org
2012-02-09  9:07 ` jakub at gcc dot gnu.org
2012-02-09 18:33 ` uweigand at gcc dot gnu.org
2012-02-14  6:16 ` jakub at gcc dot gnu.org
2012-02-14  9:48 ` jakub at gcc dot gnu.org
2012-02-14 17:22 ` uweigand at gcc dot gnu.org
2012-02-14 23:35 ` jakub at gcc dot gnu.org [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=bug-52181-4-FYQmTINSLF@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /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).