diff options
author | Phil Edwards <phil@codesourcery.com> | 2003-10-20 20:05:20 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2003-10-20 20:05:20 +0000 |
commit | d15f01e3d946722d9db38c949d0a0d27644c9b60 (patch) | |
tree | f274f723517815b397479eba601e71c102037d3d /gcc | |
parent | 4dd01c5cc21b189b82d0ade7234ef7643f3e0eb0 (diff) | |
download | gcc-d15f01e3d946722d9db38c949d0a0d27644c9b60.zip gcc-d15f01e3d946722d9db38c949d0a0d27644c9b60.tar.gz gcc-d15f01e3d946722d9db38c949d0a0d27644c9b60.tar.bz2 |
20021014-1.c: XFAIL for *-*-windiss targets.
2003-10-20 Phil Edwards <phil@codesourcery.com>
* gcc.dg/20021014-1.c: XFAIL for *-*-windiss targets.
* gcc.dg/nest.c: Likewise.
From-SVN: r72715
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/20021014-1.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/nest.c | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 9617fc2..0f005e8 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2003-10-20 Phil Edwards <phil@codesourcery.com> + + * gcc.dg/20021014-1.c: XFAIL for *-*-windiss targets. + * gcc.dg/nest.c: Likewise. + 2003-10-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net> PR c++/9781, c++/10583, c++/11862 diff --git a/gcc/testsuite/gcc.dg/20021014-1.c b/gcc/testsuite/gcc.dg/20021014-1.c index 69e2eaa..e6dcf2f 100644 --- a/gcc/testsuite/gcc.dg/20021014-1.c +++ b/gcc/testsuite/gcc.dg/20021014-1.c @@ -1,7 +1,7 @@ /* { dg-do run } */ /* { dg-options "-O2 -p" } */ /* { dg-options "-O2 -p -static" { target hppa*-*-hpux* } } */ -/* { dg-error "profiler" "No profiler support" { target mmix-*-* xstormy16-*-* } 0 } */ +/* { dg-error "profiler" "No profiler support" { target mmix-*-* xstormy16-*-* *-*-windiss } 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 adb9f0d..4cc058d 100644 --- a/gcc/testsuite/gcc.dg/nest.c +++ b/gcc/testsuite/gcc.dg/nest.c @@ -2,7 +2,7 @@ /* { dg-do run } */ /* { dg-options "-O2 -pg" } */ /* { dg-options "-O2 -pg -static" { target hppa*-*-hpux* } } */ -/* { dg-error "profiler" "No profiler support" { target mmix-*-* xstormy16-*-* } 0 } */ +/* { dg-error "profiler" "No profiler support" { target mmix-*-* xstormy16-*-* *-*-windiss } 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 } */ |