https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63495

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Fri Oct 10 17:51:14 2014
New Revision: 216102

URL: https://gcc.gnu.org/viewcvs?rev=216102&root=gcc&view=rev
Log:
    PR c/63495
    * c-common.c (min_align_of_type): Don't decrease alignment
    through BIGGEST_FIELD_ALIGNMENT or ADJUST_FIELD_ALIGN if
    TYPE_USER_ALIGN is set.

    * gcc.target/i386/pr63495.c: New test.

Added:
    branches/gcc-4_9-branch/gcc/testsuite/gcc.target/i386/pr63495.c
Modified:
    branches/gcc-4_9-branch/gcc/c-family/ChangeLog
    branches/gcc-4_9-branch/gcc/c-family/c-common.c
    branches/gcc-4_9-branch/gcc/testsuite/ChangeLog

Reply via email to