OSDN Git Service

Fix ia64-linux compiler abort on perl.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 8 Sep 2000 01:35:53 +0000 (01:35 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 8 Sep 2000 01:35:53 +0000 (01:35 +0000)
commite6a0eb01ca519626e2be5e18d175dfc107fe36e1
tree1249b18fdb950c858b6285494d6803b5dbb322ab
parentb3b57f6bbd0cbce37049cde1c0e9fa34c1b07335
Fix ia64-linux compiler abort on perl.
* reload.c (push_reload): Use CLASS_CANNOT_CHANGE_MODE_P in addition
to CLASS_CANNOT_CHANGE_MODE.
* config/ia64/ia64.h (CLASS_CANNOT_CHANGE_MODE_P): True only if the
mode classes are different.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36256 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/ia64/ia64.h
gcc/reload.c