nest.c, [...]: Expect build failure on mmix-*-*.
authorHans-Peter Nilsson <hp@bitrange.com>
Sat, 26 Oct 2002 05:44:18 +0000 (05:44 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Sat, 26 Oct 2002 05:44:18 +0000 (05:44 +0000)
* gcc.dg/nest.c, gcc.dg/20021014-1.c: Expect build failure on
mmix-*-*.

From-SVN: r58553

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/20021014-1.c
gcc/testsuite/gcc.dg/nest.c

index 1deb43d17c4cfd56dd7cadca07d9b2c5377feb47..c108fb81ee5fcf4caa20b3e1ab43fcc353f45d80 100644 (file)
@@ -1,3 +1,8 @@
+2002-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * gcc.dg/nest.c, gcc.dg/20021014-1.c: Expect build failure on
+       mmix-*-*.
+
 2002-10-25  Mike Stump  <mrs@apple.com>
 
        * gcc.dg/warn-1.c: New test.
index 9194aab677d7d7eaf33e72c642862a758ed26716..7e65733012f159e43dd607916b4dbc6ebac01654 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do run } */
 /* { dg-options "-O2 -p" } */
+/* { dg-build "profiler" "No profiler support" { xfail mmix-*-* } } */
 
 extern void abort (void);
 extern void exit (int);
index 60ced133df748704c11fbef8dcd049289c8e5e27..796589e73ff59a272e026234d8a435190751a8ed 100644 (file)
@@ -1,6 +1,7 @@
 /* PR 5967, PR 7114 */
 /* { dg-do run } */
 /* { dg-options "-O2 -pg" } */
+/* { dg-build "profiler" "No profiler support" { xfail mmix-*-* } } */
 
 long foo (long x)
 {