diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2005-01-19 17:04:24 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2005-01-19 17:04:24 +0000 |
commit | cb884961a4767b857099b09ca01a802218623a21 (patch) | |
tree | e910e73f042706c4193962528d28fd06b962967c /gcc | |
parent | dc60db907305ae58b7375f9c553df430a888ed06 (diff) | |
download | gcc-cb884961a4767b857099b09ca01a802218623a21.zip gcc-cb884961a4767b857099b09ca01a802218623a21.tar.gz gcc-cb884961a4767b857099b09ca01a802218623a21.tar.bz2 |
re PR rtl-optimization/19462 (generating return insns while current_function_epilogue_delay_list nonempty)
PR rtl-optimization/19462
* gcc.dg/torture/pr19462-1.c: Remove token xfail marker.
From-SVN: r93905
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/torture/pr19462-1.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 0d56d81..2dc122f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-01-19 Hans-Peter Nilsson <hp@axis.com> + + PR rtl-optimization/19462 + * gcc.dg/torture/pr19462-1.c: Remove token xfail marker. + 2005-01-19 Steve Ellcey <sje@cup.hp.com> * gcc.dg/tree-ssa/loop-1.c: Ignore declaration when diff --git a/gcc/testsuite/gcc.dg/torture/pr19462-1.c b/gcc/testsuite/gcc.dg/torture/pr19462-1.c index 706528c..8e14035 100644 --- a/gcc/testsuite/gcc.dg/torture/pr19462-1.c +++ b/gcc/testsuite/gcc.dg/torture/pr19462-1.c @@ -1,4 +1,4 @@ -/* { dg-do compile { xfail cris-*-* } } */ +/* { dg-do compile } */ /* PR rtl-optimization/19462 Delayed branch bug: return insns generated in presence of current_function_epilogue_delay_list. See also PR target/7042. */ |