diff options
author | Mark Mitchell <mark@codesourcery.com> | 2003-06-02 15:25:50 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2003-06-02 15:25:50 +0000 |
commit | 2a9e3b720c1f7bb81a9ece89422593d5a131a4fe (patch) | |
tree | 33775b9b33af0ad2c05fbcea74b87c5054193129 | |
parent | 4c2da7f2a7a9c6696931db5f5954240bfa7578ee (diff) | |
download | gcc-2a9e3b720c1f7bb81a9ece89422593d5a131a4fe.zip gcc-2a9e3b720c1f7bb81a9ece89422593d5a131a4fe.tar.gz gcc-2a9e3b720c1f7bb81a9ece89422593d5a131a4fe.tar.bz2 |
truefalse.cpp: Move it to ...
* gcc.dg/cpp/truefalse.cpp: Move it to ...
* g++.dg/cpp/truefalse.C: Here.
* gcc.dg/cpp/cpp.exp: Remove scanning of ".cpp" files.
From-SVN: r67333
-rw-r--r-- | gcc/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/testsuite/g++.dg/cpp/truefalse.C (renamed from gcc/testsuite/gcc.dg/cpp/truefalse.cpp) | 0 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/cpp/cpp.exp | 4 |
3 files changed, 8 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index ee9f802..a56f2d5 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2003-06-02 Mark Mitchell <mark@codesourcery.com> + + * gcc.dg/cpp/truefalse.cpp: Move it to ... + * g++.dg/cpp/truefalse.C: Here. + * gcc.dg/cpp/cpp.exp: Remove scanning of ".cpp" files. + 2003-06-01 Loren James Rittle <ljrittle@acm.org> * gcc.dg/cpp/redef3.c: New file. diff --git a/gcc/testsuite/gcc.dg/cpp/truefalse.cpp b/gcc/testsuite/g++.dg/cpp/truefalse.C index d852d4e..d852d4e 100644 --- a/gcc/testsuite/gcc.dg/cpp/truefalse.cpp +++ b/gcc/testsuite/g++.dg/cpp/truefalse.C diff --git a/gcc/testsuite/gcc.dg/cpp/cpp.exp b/gcc/testsuite/gcc.dg/cpp/cpp.exp index 47c20ff..960a291 100644 --- a/gcc/testsuite/gcc.dg/cpp/cpp.exp +++ b/gcc/testsuite/gcc.dg/cpp/cpp.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997, 2000 Free Software Foundation, Inc. +# Copyright (C) 1997, 2000, 2003 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -36,7 +36,7 @@ if ![info exists DEFAULT_CFLAGS] then { dg-init # Main loop. -dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.{c,cpp,S} ]] \ +dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.{c,S} ]] \ "" $DEFAULT_CFLAGS # All done. |