diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-01-15 18:35:32 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-01-15 18:35:32 +0000 |
commit | ecc748322be8da4053b1d66904200b67b1d732a2 (patch) | |
tree | b0d2eabd371e9782f901f06baa7e63558a66e58a /gcc | |
parent | e18243dd1d0edb102f67ef4da45f9dc73eaf28e9 (diff) | |
download | gcc-ecc748322be8da4053b1d66904200b67b1d732a2.zip gcc-ecc748322be8da4053b1d66904200b67b1d732a2.tar.gz gcc-ecc748322be8da4053b1d66904200b67b1d732a2.tar.bz2 |
* gcc.dg/sibcall-3.c: Replace mn10?00 with mn10300.
From-SVN: r75936
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/sibcall-3.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 6d7b3e0..3655825 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-01-15 Kazu Hirata <kazu@cs.umass.edu> + + * gcc.dg/sibcall-3.c: Replace mn10?00 with mn10300. + 2004-01-15 Alexandre Oliva <aoliva@redhat.com> PR c++/13659 diff --git a/gcc/testsuite/gcc.dg/sibcall-3.c b/gcc/testsuite/gcc.dg/sibcall-3.c index b494b40..aafda2b 100644 --- a/gcc/testsuite/gcc.dg/sibcall-3.c +++ b/gcc/testsuite/gcc.dg/sibcall-3.c @@ -5,7 +5,7 @@ Copyright (C) 2002 Free Software Foundation Inc. Contributed by Hans-Peter Nilsson <hp@bitrange.com> */ -/* { dg-do run { xfail arc-*-* avr-*-* c4x-*-* cris-*-* h8300-*-* i370-*-* i960-*-* ip2k-*-* m32r-*-* m68hc1?-*-* m681?-*-* m680*-*-* m68k-*-* mcore-*-* mips*-*-* mn10?00-*-* ns32k-*-* s390*-*-* xstormy16-*-* v850*-*-* vax-*-* xtensa-*-* } } */ +/* { dg-do run { xfail arc-*-* avr-*-* c4x-*-* cris-*-* h8300-*-* i370-*-* i960-*-* ip2k-*-* m32r-*-* m68hc1?-*-* m681?-*-* m680*-*-* m68k-*-* mcore-*-* mips*-*-* mn10300-*-* ns32k-*-* s390*-*-* xstormy16-*-* v850*-*-* vax-*-* xtensa-*-* } } */ /* { dg-options "-O2 -foptimize-sibling-calls" } */ /* The option -foptimize-sibling-calls is the default, but serves as |