]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix ia64-linux compiler abort on perl.
authorJim Wilson <wilson@cygnus.com>
Fri, 8 Sep 2000 01:35:53 +0000 (01:35 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 8 Sep 2000 01:35:53 +0000 (18:35 -0700)
commit46146529f66e8e16ad5eef0eb286d903722649e5
tree1249b18fdb950c858b6285494d6803b5dbb322ab
parentf1158db34242a2bfcce395ebbe4f6ab7a1eaa759
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.

From-SVN: r36256
gcc/ChangeLog
gcc/config/ia64/ia64.h
gcc/reload.c