summaryrefslogtreecommitdiff
path: root/gcc/testsuite/lib
diff options
context:
space:
mode:
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2003-08-20 04:04:47 +0000
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2003-08-20 04:04:47 +0000
commit1b17fe86ae57102a22a8c8103524c8e0e1b5ba00 (patch)
tree425049d868b986693043ccff94f8c96bf12c8778 /gcc/testsuite/lib
parent23632296b93d305daea4de816a66207ddf4f2b30 (diff)
downloadgcc-1b17fe86ae57102a22a8c8103524c8e0e1b5ba00.tar.gz
2003-08-19 Geoffrey Keating <geoffk@apple.com>
* cpppch.c (cpp_valid_state): Re-add warning about PCH not used because some macro is defined. Index: testsuite/ChangeLog 2003-08-19 Geoffrey Keating <geoffk@apple.com> * gcc.dg/pch/warn-1.c: New. * gcc.dg/pch/warn-1.hs: New. * lib/dg-pch.exp (dg-pch): Use 'return' not 'continue' to skip not-tested file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70592 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/lib')
-rw-r--r--gcc/testsuite/lib/dg-pch.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/lib/dg-pch.exp b/gcc/testsuite/lib/dg-pch.exp
index 9bf39936593..5ab34ec7bef 100644
--- a/gcc/testsuite/lib/dg-pch.exp
+++ b/gcc/testsuite/lib/dg-pch.exp
@@ -21,7 +21,7 @@ proc dg-pch { subdir test options suffix } {
# If we're only testing specific files and this isn't one of them, skip it.
if ![runtest_file_p $runtests $test] {
- continue
+ return
}
set nshort "$subdir/[file tail $test]"
set bname "[file rootname [file tail $nshort]]"