diff options
author | jkj <jkj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-19 21:23:20 +0000 |
---|---|---|
committer | jkj <jkj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-19 21:23:20 +0000 |
commit | f9e40cfb02b2c24c031a9053c86ce6f85ceb913b (patch) | |
tree | 078bac516c47b806fb09d8e4906044f86a8a9f93 /gcc/testsuite/gcc.dg/nest.c | |
parent | f8907024406fff51c1aa7fa38af21a4c0ef33178 (diff) | |
download | ppe42-gcc-f9e40cfb02b2c24c031a9053c86ce6f85ceb913b.tar.gz ppe42-gcc-f9e40cfb02b2c24c031a9053c86ce6f85ceb913b.zip |
Part 2 of the SCO port update. This is everything I have approval for.
There are two outstanding patches I await approval to check in.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65832 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg/nest.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/nest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/nest.c b/gcc/testsuite/gcc.dg/nest.c index 5520aa1b070..588a331162d 100644 --- a/gcc/testsuite/gcc.dg/nest.c +++ b/gcc/testsuite/gcc.dg/nest.c @@ -5,6 +5,7 @@ /* 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 } */ +/* { dg-error "-pg not supported" "Profiler support missing" { target *-*-sco3.2v5* } 0 } */ long foo (long x) { |