* gcc.dg/sibcall-3.c: Replace mn10?00 with mn10300.
authorKazu Hirata <kazu@cs.umass.edu>
Thu, 15 Jan 2004 18:35:32 +0000 (18:35 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 15 Jan 2004 18:35:32 +0000 (18:35 +0000)
From-SVN: r75936

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

index 6d7b3e0976463c2cf7fbc29bcdd9a5fd5eb7b540..3655825e71752c8078e6496947594d64eaa3f4d6 100644 (file)
@@ -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
index b494b4018f249f89692959f32b872d600fc1ce38..aafda2be41f8826435e16acd4ce7f3995c0be5f7 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