From: DJ Delorie Date: Tue, 6 May 2003 22:47:03 +0000 (-0400) Subject: 20021014-1.c: XFAIL for xstormy16 also. X-Git-Tag: releases/gcc-3.4.0~6764 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dea2913c145191964c7d6b4574373ab8c61488b8;p=thirdparty%2Fgcc.git 20021014-1.c: XFAIL for xstormy16 also. * gcc.dg/20021014-1.c: XFAIL for xstormy16 also. * gcc.dg/nest.c: Likewise. From-SVN: r66537 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 9c161a7fbc1f..a16a806bf044 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2003-05-06 DJ Delorie + + * gcc.dg/20021014-1.c: XFAIL for xstormy16 also. + * gcc.dg/nest.c: Likewise. + 2003-05-05 Roger Sayle * 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 cfb90d88f9e9..982829f88818 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 588a331162dc..ba566eff1ad0 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 } */