charset.exp: Run .cc extension tests.
authorEric Christopher <echristo@redhat.com>
Thu, 15 Apr 2004 01:40:08 +0000 (01:40 +0000)
committerEric Christopher <echristo@gcc.gnu.org>
Thu, 15 Apr 2004 01:40:08 +0000 (01:40 +0000)
2004-04-14  Eric Christopher  <echristo@redhat.com>

        * g++.dg/charset/charset.exp: Run .cc extension tests.

From-SVN: r80707

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/charset/charset.exp

index 3a7b325812ae39ba9d7ccb8d36917faf43a6cb6e..89b2c707db016098788eb4343791687fe524aacf 100644 (file)
@@ -1,3 +1,7 @@
+2004-04-14  Eric Christopher  <echristo@redhat.com>
+
+       * g++.dg/charset/charset.exp: Run .cc extension tests.
+
 2004-04-14  Zack Weinberg  <zack@codesourcery.com>
 
        * gcc.dg/const-elim-1.c: XFAIL hppa*.*-*-* (PA32).  Update commentary.
@@ -21832,4 +21836,3 @@ rlsruhe.de>
        correspond to c-torture 1.11.
 
        * New file.
-
index dc11c3ff5a2d8939acb396fe801423ae3f8271d0..7a74217dec38e56b29aaf42b361227e000bb7c06 100644 (file)
@@ -37,7 +37,7 @@ if ![info exists DEFAULT_CHARSETCFLAGS] then {
 dg-init
 
 # Main loop.
-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.{c,S} ]] \
+dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.{c,cc,S} ]] \
         "" $DEFAULT_CHARSETCFLAGS
 
 # All done.