charset.exp: Run .cc extension tests.

2004-04-14  Eric Christopher  <echristo@redhat.com>

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

From-SVN: r80707
This commit is contained in:
Eric Christopher 2004-04-15 01:40:08 +00:00 committed by Eric Christopher
parent ec6e4092e1
commit 2aa01719a5
2 changed files with 5 additions and 2 deletions

View 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.

View 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.