OSDN Git Service

PR target/21101
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 24 Apr 2005 07:59:22 +0000 (07:59 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 24 Apr 2005 07:59:22 +0000 (07:59 +0000)
commit5d258b81a4f9b122e6c9a57bc1f287673047c21b
tree6ef27bbdc28738298b27a76311c4ff4faf90efb3
parent8415ed13a4d43bc72f0a4ae375d90c35d8ebefde
    PR target/21101
        * config/i386/i386.h (CANNOT_CHANGE_MODE_CLASS): Move guts to ...
        * config/i386/i386.c (ix86_cannot_change_mode_class): ... here.
        Deny modes smaller than 4 bytes.
        * config/i386/i386-protos.h: Update.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98650 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/i386-protos.h
gcc/config/i386/i386.c
gcc/config/i386/i386.h
gcc/testsuite/gcc.target/i386/pr21101.c [new file with mode: 0644]