i386.c (ix86_data_alignment): For compatibility with (incorrect) GCC 4.8 and earlier...
authorJakub Jelinek <jakub@redhat.com>
Fri, 17 Jan 2014 14:45:34 +0000 (15:45 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 17 Jan 2014 14:45:34 +0000 (15:45 +0100)
commit88e18bd5cc520a945793b5cae2561ad3a70633f6
tree778cb6f38e21d2902007986b0d7a7c949dca5586
parentcc2b0e50e02c9425a5102972cd79d5ff79e838e9
i386.c (ix86_data_alignment): For compatibility with (incorrect) GCC 4.8 and earlier alignment assumptions...

* config/i386/i386.c (ix86_data_alignment): For compatibility with
(incorrect) GCC 4.8 and earlier alignment assumptions ensure we align
decls to at least the GCC 4.8 used alignments.

From-SVN: r206713
gcc/ChangeLog
gcc/config/i386/i386.c