aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2003-05-06 18:47:03 -0400
committerDJ Delorie <dj@gcc.gnu.org>2003-05-06 18:47:03 -0400
commitdea2913c145191964c7d6b4574373ab8c61488b8 (patch)
tree8f36e9ce129b336b8d622e46f60bdbae5d227930 /gcc
parentfa587f4c935e25ac5fac3426eb025364022c66b7 (diff)
downloadgcc-dea2913c145191964c7d6b4574373ab8c61488b8.zip
gcc-dea2913c145191964c7d6b4574373ab8c61488b8.tar.gz
gcc-dea2913c145191964c7d6b4574373ab8c61488b8.tar.bz2
20021014-1.c: XFAIL for xstormy16 also.
* gcc.dg/20021014-1.c: XFAIL for xstormy16 also. * gcc.dg/nest.c: Likewise. From-SVN: r66537
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/gcc.dg/20021014-1.c2
-rw-r--r--gcc/testsuite/gcc.dg/nest.c2
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 9c161a7..a16a806 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2003-05-06 DJ Delorie <dj@redhat.com>
+
+ * gcc.dg/20021014-1.c: XFAIL for xstormy16 also.
+ * gcc.dg/nest.c: Likewise.
+
2003-05-05 Roger Sayle <roger@eyesopen.com>
* gcc.dg/builtins-14.c: New test case.
diff --git a/gcc/testsuite/gcc.dg/20021014-1.c b/gcc/testsuite/gcc.dg/20021014-1.c
index cfb90d8..982829f 100644
--- a/gcc/testsuite/gcc.dg/20021014-1.c
+++ b/gcc/testsuite/gcc.dg/20021014-1.c
@@ -1,6 +1,6 @@
/* { dg-do run } */
/* { dg-options "-O2 -p" } */
-/* { dg-error "profiler" "No profiler support" { target mmix-*-* } 0 } */
+/* { dg-error "profiler" "No profiler support" { target mmix-*-* xstormy16-*-* } 0 } */
/* { dg-error "" "consider using `-pg' instead of `-p' with gprof(1)" { target *-*-freebsd* } 0 } */
/* Support for -p on solaris2 relies on mcrt1.o which comes with the
vendor compiler. We cannot reiably predict the directory where the
diff --git a/gcc/testsuite/gcc.dg/nest.c b/gcc/testsuite/gcc.dg/nest.c
index 588a331..ba566ef 100644
--- a/gcc/testsuite/gcc.dg/nest.c
+++ b/gcc/testsuite/gcc.dg/nest.c
@@ -1,7 +1,7 @@
/* PR 5967, PR 7114 */
/* { dg-do run } */
/* { dg-options "-O2 -pg" } */
-/* { dg-error "profiler" "No profiler support" { target mmix-*-* } 0 } */
+/* { dg-error "profiler" "No profiler support" { target mmix-*-* xstormy16-*-* } 0 } */
/* Support for -pg on irix relies on gcrt1.o which doesn't exist yet.
See: http://gcc.gnu.org/ml/gcc/2002-10/msg00169.html */
/* { dg-error "gcrt1.o" "Profiler support missing" { target mips*-*-irix* } 0 } */