* gcc.dg/sibcall-4.c: Replace mn10?00 with mn10300.
authorKazu Hirata <kazu@cs.umass.edu>
Tue, 30 Dec 2003 23:35:58 +0000 (23:35 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 30 Dec 2003 23:35:58 +0000 (23:35 +0000)
From-SVN: r75248

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/sibcall-4.c

index df74e491fee3a8d54e0e68b5142c04081d211b43..af9fabfa808bf532a8900e8a519f5ab153c78748 100644 (file)
@@ -1,3 +1,7 @@
+2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * gcc.dg/sibcall-4.c: Replace mn10?00 with mn10300.
+
 2003-12-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
 
        PR c++/10079
index 222859d3aba6e26017848661e6d8007ac1ae1d78..73a5744c17497c1f902dd260eca85822109e58bf 100644 (file)
@@ -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