From: Mark Mitchell Date: Mon, 2 Jun 2003 15:25:50 +0000 (+0000) Subject: truefalse.cpp: Move it to ... X-Git-Tag: releases/gcc-3.4.0~6241 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2a9e3b720c1f7bb81a9ece89422593d5a131a4fe;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index ee9f802816c2..a56f2d5fdacf 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2003-06-02 Mark Mitchell + + * 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 * 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 similarity index 100% rename from gcc/testsuite/gcc.dg/cpp/truefalse.cpp rename to 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 47c20ffb201b..960a29182d0d 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.