]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
truefalse.cpp: Move it to ...
authorMark Mitchell <mark@codesourcery.com>
Mon, 2 Jun 2003 15:25:50 +0000 (15:25 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 2 Jun 2003 15:25:50 +0000 (15:25 +0000)
* 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

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp/truefalse.C [moved from gcc/testsuite/gcc.dg/cpp/truefalse.cpp with 100% similarity]
gcc/testsuite/gcc.dg/cpp/cpp.exp

index ee9f802816c23a692f99bce415a0997c17acfa30..a56f2d5fdacf88cf8ba2e9e3d8395817fde6860b 100644 (file)
@@ -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.
index 47c20ffb201bc42d26b000d774ee7282994fcd5a..960a29182d0d496d2513814e2ba3658decee3ed0 100644 (file)
@@ -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.