diff options
author | Geoffrey Keating <geoffk@apple.com> | 2005-05-30 06:10:05 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2005-05-30 06:10:05 +0000 |
commit | 66859ace3123cee9186238e5b32af3ae4304f22f (patch) | |
tree | 515cb2dc13f00cc98e340750869e20624d7bf94e /gcc/config | |
parent | 8eebd8f716987896883de5dc8ea432af9d30863c (diff) | |
download | gcc-66859ace3123cee9186238e5b32af3ae4304f22f.zip gcc-66859ace3123cee9186238e5b32af3ae4304f22f.tar.gz gcc-66859ace3123cee9186238e5b32af3ae4304f22f.tar.bz2 |
re PR target/21761 (mainline gcc causing internal compiler error.)
2005-05-29 Geoffrey Keating <geoffk@apple.com>
PR target/21761
* config/rs6000/rs6000.md: Remove stray TARGET_32BIT from
pattern involving `:P'.
Index: testsuite/ChangeLog
2005-05-29 Geoffrey Keating <geoffk@apple.com>
PR target/21761
* gcc.c-torture/compile/pr21761.c: New.
From-SVN: r100352
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/rs6000/rs6000.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 2c0b049..d46f97d 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -1672,7 +1672,7 @@ (const_int 0))) (set (match_operand:P 0 "gpc_reg_operand" "") (neg:P (match_dup 1)))] - "TARGET_32BIT && reload_completed" + "reload_completed" [(set (match_dup 0) (neg:P (match_dup 1))) (set (match_dup 2) |