re PR c/17384 (ICE with mode attribute on structures)
authorRichard Henderson <rth@redhat.com>
Wed, 13 Oct 2004 23:31:23 +0000 (16:31 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 13 Oct 2004 23:31:23 +0000 (16:31 -0700)
commit61f03abaa5aabfabc4aaf73df1a19960f1239a89
tree7c3835d567e4f5a0701ce4cfb8a1f2b8d696022d
parent32e66afd7f82ae62f3232146743d3ab7eec86557
re PR c/17384 (ICE with mode attribute on structures)

        PR c/17384
        * c-common.c (handle_mode_attribute): Disallow mode changes that
        alter the CODE of the top-level type.

        * crtstuff.c (__FRAME_END__): Remove mode attribute.  Find 32-bit
        integer from internal limits macros.
        * config/i386/mm3dnow.h (__v2sf): Fix base type.

From-SVN: r89009
gcc/ChangeLog
gcc/c-common.c
gcc/config/i386/mm3dnow.h
gcc/crtstuff.c
gcc/testsuite/gcc.dg/attr-mode-1.c [new file with mode: 0644]