@@ -401,7 +401,7 @@
/^# of unresolved testcases/ { unrescnt += \$5 }
/^# of unsupported tests/ { unsupcnt += \$5 }
END {
- printf ("\n\t\t=== %s Summary ===\n\n", tool)
+ if (passcnt + failcnt + xpasscnt + xfailcnt + untstcnt + unrescnt + unsupcnt != 0) printf ("\n\t\t=== %s Summary ===\n\n", tool)
if (passcnt != 0) printf ("# of expected passes\t\t%d\n", passcnt)
if (failcnt != 0) printf ("# of unexpected failures\t%d\n", failcnt)
if (xpasscnt != 0) printf ("# of unexpected successes\t%d\n", xpasscnt)
@@ -494,14 +494,75 @@
# very long running, but still should be split of from the check-parallel-$lang
# remaining tests runtest invocation), they should be concatenated with commas.
# Note that [a-zA-Z] wildcards need to have []s prefixed with \ (needed
-# by tcl) and as the *.exp arguments are mached both as is and with
+# by tcl) and as the *.exp arguments are matched both as is and with
# */ prefixed to it in runtest_file_p, it is usually desirable to include
# a subdirectory name.
-check_gcc_parallelize=execute.exp=execute/2* \
- execute.exp=execute/\[013-9a-zA-Z\]* \
- compile.exp dg.exp \
- dg-torture.exp,builtins.exp \
- struct-layout-1.exp,unsorted.exp,stackalign.exp,i386.exp
+check_gcc_parallelize=compile.exp=compile/\[013-9\]* \
+ compile.exp=compile/2000* \
+ compile.exp=compile/2001* \
+ compile.exp=compile/2002* \
+ compile.exp=compile/2003* \
+ compile.exp=compile/2004* \
+ compile.exp=compile/2005* \
+ compile.exp=compile/2006* \
+ compile.exp=compile/2007* \
+ compile.exp=compile/2008* \
+ compile.exp=compile/2009* \
+ compile.exp=compile/2010* \
+ compile.exp=compile/201\[1-9\]* \
+ compile.exp=compile/20\[2-9\]* \
+ compile.exp=compile/2\[1-9\]* \
+ compile.exp=compile/\[a-oA-O\]* \
+ compile.exp=compile/\[pP\]* \
+ compile.exp=compile/\[q-zQ-Z\]* \
+ execute.exp=execute/\[013-9\]* \
+ execute.exp=execute/2000* \
+ execute.exp=execute/2001* \
+ execute.exp=execute/2002* \
+ execute.exp=execute/2003* \
+ execute.exp=execute/2004* \
+ execute.exp=execute/2005* \
+ execute.exp=execute/2006* \
+ execute.exp=execute/2007* \
+ execute.exp=execute/2008* \
+ execute.exp=execute/2009* \
+ execute.exp=execute/2010* \
+ execute.exp=execute/201\[1-9\]* \
+ execute.exp=execute/20\[2-9\]* \
+ execute.exp=execute/2\[1-9\]* \
+ execute.exp=execute/\[a-eA-E\]* \
+ execute.exp=execute/\[f-mF-M\]* \
+ execute.exp=execute/\[n-pN-P\]* \
+ execute.exp=execute/\[q-zQ-Z\]* \
+ unsorted.exp=unsorted/\[0-9a-cA-C\]* \
+ unsorted.exp=unsorted/\[dD\]* \
+ unsorted.exp=unsorted/\[e-tE-T\]* \
+ unsorted.exp=unsorted/\[u-zU-Z\]* \
+ dg.exp=gcc.dg/\[0-9a-bA-B\]* \
+ dg.exp=gcc.dg/\[cC\]* \
+ dg.exp=gcc.dg/\[d-iD-I\]* \
+ dg.exp=gcc.dg/\[j-nJ-N\]* \
+ dg.exp=gcc.dg/\[o-pO-P\]* \
+ dg.exp=gcc.dg/\[q-tQ-T\]* \
+ dg.exp=gcc.dg/\[u-zU-Z\]* \
+ dg.exp=c-c++-common/* \
+ dg-torture.exp=torture/\[0-9a-bA-B\]* \
+ dg-torture.exp=torture/\[c-oC-O\]* \
+ dg-torture.exp=torture/\[pP\]* \
+ dg-torture.exp=torture/\[q-zQ-Z\]* \
+ builtins.exp \
+ cpp.exp \
+ debug.exp \
+ format.exp \
+ i386.exp \
+ ieee.exp \
+ noncompile.exp \
+ pch.exp \
+ stackalign.exp \
+ struct-layout-1.exp \
+ test-framework.exp \
+ tree-ssa.exp \
+ vect.exp
lang_opt_files=@lang_opt_files@ $(srcdir)/c-family/c.opt $(srcdir)/common.opt
lang_specs_files=@lang_specs_files@
lang_tree_files=@lang_tree_files@
@@ -4892,7 +4953,13 @@
check_p_subno=$(word 2,$(subst _, ,$*))
check_p_comma=,
check_p_subwork=$(subst $(check_p_comma), ,$(if $(check_p_subno),$(word $(check_p_subno),$(check_p_vars))))
-check_p_numbers=1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
+check_p_numbers=1 2 3 4 5 6 7 8 9 10 \
+ 11 12 13 14 15 16 17 18 19 20 \
+ 21 22 23 24 25 26 27 28 29 30 \
+ 31 32 33 34 35 36 37 38 39 40 \
+ 41 42 43 44 45 46 47 48 49 50 \
+ 51 52 53 54 55 56 57 58 59 60 \
+ 61 62 63 64 65 66 67 68 69 70
check_p_subdir=$(subst _,,$*)
check_p_subdirs=$(wordlist 1,$(words $(check_$*_parallelize)),$(check_p_numbers))
@@ -143,7 +143,29 @@
lang_checks += check-g++
lang_checks_parallelized += check-g++
# For description see comment above check_gcc_parallelize in gcc/Makefile.in.
-check_g++_parallelize = old-deja.exp dg.exp
+check_g++_parallelize = old-deja.exp=g++.old-deja/g++.\[a-b\]* \
+ old-deja.exp=g++.old-deja/g++.\[c-k\]* \
+ old-deja.exp=g++.old-deja/g++.\[l-m\]* \
+ old-deja.exp=g++.old-deja/g++.\[n-o\]* \
+ old-deja.exp=g++.old-deja/g++.\[p-r\]* \
+ old-deja.exp=g++.old-deja/g++.\[s-z\]* \
+ debug.exp \
+ dg.exp=c-c++-common/* \
+ dg.exp=g++.dg/\[0-9a-bA-B\]* \
+ dg.exp=g++.dg/\[cC\]\[a-pA-P\]* \
+ dg.exp=g++.dg/\[cC\]\[q-zQ-Z0-9_\]* \
+ dg.exp=g++.dg/\[dD\]* \
+ dg.exp=g++.dg/\[eE\]* \
+ dg.exp=g++.dg/\[f-kF-K\]* \
+ dg.exp=g++.dg/\[l-nL-N\]* \
+ dg.exp=g++.dg/\[oO\]* \
+ dg.exp=g++.dg/\[pP\]* \
+ dg.exp=g++.dg/\[q-sQ-S\]* \
+ dg.exp=g++.dg/\[tT\]\[a-ea-E\]* \
+ dg.exp=g++.dg/\[tT\]\[f-oF-O\]* \
+ dg.exp=g++.dg/\[tT\]\[p-zP-Z0-9_\]* \
+ dg.exp=g++.dg/\[u-zU-Z\]* \
+ dg-torture.exp
#
# Install hooks:
@@ -170,9 +170,40 @@
lang_checks += check-gfortran
lang_checks_parallelized += check-gfortran
# For description see comment above check_gcc_parallelize in gcc/Makefile.in.
-check_gfortran_parallelize = dg.exp=gfortran.dg/\[a-cA-C\]* \
- dg.exp=gfortran.dg/\[d-mD-M\]* \
- dg.exp=gfortran.dg/\[n-zN-Z0-9\]*
+check_gfortran_parallelize = dg.exp=gfortran.dg/\[aA\]\[a-lA-L\]* \
+ dg.exp=gfortran.dg/\[aA\]\[m-rM-R\]* \
+ dg.exp=gfortran.dg/\[aA\]\[s-zS-Z0-9_\]* \
+ dg.exp=gfortran.dg/\[bB\]\[a-nA-N\]* \
+ dg.exp=gfortran.dg/\[bB\]\[o-zO-Z0-9_\]* \
+ dg.exp=gfortran.dg/\[cC\]\[a-mA-M\]* \
+ dg.exp=gfortran.dg/\[cC\]\[n-zN-Z0-9_\]* \
+ dg.exp=gfortran.dg/\[dD\]\[a-mA-M\]* \
+ dg.exp=gfortran.dg/\[dD\]\[n-zN-Z0-9_\]* \
+ dg.exp=gfortran.dg/\[eE\]* \
+ dg.exp=gfortran.dg/\[fF\]* \
+ dg.exp=gfortran.dg/\[gG\]\[a-zA-Z\]* \
+ dg.exp=gfortran.dg/\[gG\]\[0-9_\]* \
+ dg.exp=gfortran.dg/\[hH\]* \
+ dg.exp=gfortran.dg/\[iI\]\[a-mA-M\]* \
+ dg.exp=gfortran.dg/\[iI\]\[nN\]* \
+ dg.exp=gfortran.dg/\[iI\]\[o-zO-Z0-9_\]* \
+ dg.exp=gfortran.dg/\[j-lJ-L\]* \
+ dg.exp=gfortran.dg/\[mM\]* \
+ dg.exp=gfortran.dg/\[nN\]* \
+ dg.exp=gfortran.dg/\[oO\]* \
+ dg.exp=gfortran.dg/\[pP\]\[a-qA-Q\]* \
+ dg.exp=gfortran.dg/\[pP\]\[r-zR-Z0-9_\]* \
+ dg.exp=gfortran.dg/\[q-rQ-R\]* \
+ dg.exp=gfortran.dg/\[sS\]* \
+ dg.exp=gfortran.dg/\[tT\]* \
+ dg.exp=gfortran.dg/\[u-vU-V\]* \
+ dg.exp=gfortran.dg/\[wW\]* \
+ dg.exp=gfortran.dg/\[x-zX-Z0-9_\]* \
+ compile.exp \
+ execute.exp=execute/\[a-eA-E\]* \
+ execute.exp=execute/\[f-iF-I\]* \
+ execute.exp=execute/\[j-tJ-T\]* \
+ execute.exp=execute/\[u-zU-Z0-9_\]*
# GFORTRAN documentation.
GFORTRAN_TEXI = \
@@ -4,19 +4,21 @@
#define PAR2 PAR1, PAR1, PAR1, PAR1, PAR1, PAR1, PAR1, PAR1, PAR1, PAR1
#define PAR3 PAR2, PAR2, PAR2, PAR2, PAR2, PAR2, PAR2, PAR2, PAR2, PAR2
#define PAR4 PAR3, PAR3, PAR3, PAR3, PAR3, PAR3, PAR3, PAR3, PAR3, PAR3
+#define PAR4HALF PAR3, PAR3, PAR3, PAR3, PAR3
#define PAR5 PAR4, PAR4, PAR4, PAR4, PAR4, PAR4, PAR4, PAR4, PAR4, PAR4
#define PAR6 PAR5, PAR5, PAR5, PAR5, PAR5, PAR5, PAR5, PAR5, PAR5, PAR5
-extern void func (PAR4);
+extern void func (PAR4HALF);
#define ARG1 0,1,2,3,4,5,6,7,8,9
#define ARG2 ARG1, ARG1, ARG1, ARG1, ARG1, ARG1, ARG1, ARG1, ARG1, ARG1
#define ARG3 ARG2, ARG2, ARG2, ARG2, ARG2, ARG2, ARG2, ARG2, ARG2, ARG2
#define ARG4 ARG3, ARG3, ARG3, ARG3, ARG3, ARG3, ARG3, ARG3, ARG3, ARG3
+#define ARG4HALF ARG3, ARG3, ARG3, ARG3, ARG3
#define ARG5 ARG4, ARG4, ARG4, ARG4, ARG4, ARG4, ARG4, ARG4, ARG4, ARG4
#define ARG5HALF ARG5, ARG5, ARG5, ARG5, ARG5
void caller(void)
{
- func (ARG4);
+ func (ARG4HALF);
}
@@ -100,7 +100,7 @@
@test ! -f $*/site.exp || mv $*/site.exp $*/site.bak
@mv $*/site.exp.tmp $*/site.exp
-check_DEJAGNU_normal_targets = $(patsubst %,check-DEJAGNUnormal%,0 1 2 3)
+check_DEJAGNU_normal_targets = $(patsubst %,check-DEJAGNUnormal%,0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17)
$(check_DEJAGNU_normal_targets): check-DEJAGNUnormal%: normal%/site.exp
# Run the testsuite in normal mode.
@@ -110,8 +110,15 @@
if [ -z "$*$(filter-out --target_board=%, $(RUNTESTFLAGS))" ] \
&& [ "$(filter -j, $(MFLAGS))" = "-j" ]; then \
$(MAKE) $(AM_MAKEFLAGS) check-DEJAGNUnormal0 check-DEJAGNUnormal1 \
- check-DEJAGNUnormal2 check-DEJAGNUnormal3; \
- for idx in 0 1 2 3; do \
+ check-DEJAGNUnormal2 check-DEJAGNUnormal3 \
+ check-DEJAGNUnormal4 check-DEJAGNUnormal5 \
+ check-DEJAGNUnormal6 check-DEJAGNUnormal7 \
+ check-DEJAGNUnormal8 check-DEJAGNUnormal9 \
+ check-DEJAGNUnormal10 check-DEJAGNUnormal11 \
+ check-DEJAGNUnormal12 check-DEJAGNUnormal13 \
+ check-DEJAGNUnormal14 check-DEJAGNUnormal15 \
+ check-DEJAGNUnormal16 check-DEJAGNUnormal17; \
+ for idx in 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17; do \
mv -f normal$$idx/libstdc++.sum normal$$idx/libstdc++.sum.sep; \
mv -f normal$$idx/libstdc++.log normal$$idx/libstdc++.log.sep; \
done; \
@@ -120,11 +127,26 @@
$(SHELL) $(srcdir)/../../contrib/dg-extract-results.sh \
libstdc++.sum.sep normal0/libstdc++.sum.sep \
normal1/libstdc++.sum.sep normal2/libstdc++.sum.sep \
- normal3/libstdc++.sum.sep > libstdc++.sum; \
+ normal3/libstdc++.sum.sep normal4/libstdc++.sum.sep \
+ normal5/libstdc++.sum.sep normal6/libstdc++.sum.sep \
+ normal7/libstdc++.sum.sep normal8/libstdc++.sum.sep \
+ normal9/libstdc++.sum.sep normal10/libstdc++.sum.sep \
+ normal11/libstdc++.sum.sep normal12/libstdc++.sum.sep \
+ normal13/libstdc++.sum.sep normal14/libstdc++.sum.sep \
+ normal15/libstdc++.sum.sep normal16/libstdc++.sum.sep \
+ normal17/libstdc++.sum.sep \
+ normal14/libstdc++.sum.sep > libstdc++.sum; \
$(SHELL) $(srcdir)/../../contrib/dg-extract-results.sh -L \
libstdc++.log.sep normal0/libstdc++.log.sep \
normal1/libstdc++.log.sep normal2/libstdc++.log.sep \
- normal3/libstdc++.log.sep > libstdc++.log; \
+ normal3/libstdc++.log.sep normal4/libstdc++.log.sep \
+ normal5/libstdc++.log.sep normal6/libstdc++.log.sep \
+ normal7/libstdc++.log.sep normal8/libstdc++.log.sep \
+ normal9/libstdc++.log.sep normal10/libstdc++.log.sep \
+ normal11/libstdc++.log.sep normal12/libstdc++.log.sep \
+ normal13/libstdc++.log.sep normal14/libstdc++.log.sep \
+ normal15/libstdc++.log.sep normal16/libstdc++.log.sep \
+ normal17/libstdc++.log.sep > libstdc++.log; \
exit 0; \
fi; \
srcdir=`$(am__cd) $(srcdir) && pwd`; export srcdir; \
@@ -140,13 +162,41 @@
$(RUNTESTFLAGS) abi.exp; \
else echo "WARNING: could not find \`runtest'" 1>&2; :;\
fi; \
- dirs="`cd $$srcdir; echo [013-9][0-9]_*/* [ab]* de* [ep]*/*`";; \
+ dirs="`cd $$srcdir; echo [01][0-9]_*/*`";; \
normal1) \
- dirs="`cd $$srcdir; echo 2[0-2]_*/*`";; \
+ dirs="`cd $$srcdir; echo [3-9][0-9]_*/*`";; \
normal2) \
- dirs="`cd $$srcdir; echo 2[4-9]_*/*`";; \
+ dirs="`cd $$srcdir; echo 20_*/*`";; \
normal3) \
- dirs="`cd $$srcdir; echo 23_*/* t*/*`";; \
+ dirs="`cd $$srcdir; echo 21_*/*`";; \
+ normal4) \
+ dirs="`cd $$srcdir; echo 22_*/*`";; \
+ normal5) \
+ dirs="`cd $$srcdir; echo 23_*/[0-9a-hA-H]*`";; \
+ normal6) \
+ dirs="`cd $$srcdir; echo 23_*/[i-mI-M]*`";; \
+ normal7) \
+ dirs="`cd $$srcdir; echo 23_*/[n-uN-U]*`";; \
+ normal8) \
+ dirs="`cd $$srcdir; echo 23_*/[v-zV-Z]*`";; \
+ normal9) \
+ dirs="`cd $$srcdir; echo 24_*/*`";; \
+ normal10) \
+ dirs="`cd $$srcdir; echo 25_*/*`";; \
+ normal11) \
+ dirs="`cd $$srcdir; echo 26_*/*`";; \
+ normal12) \
+ dirs="`cd $$srcdir; echo 27_*/*`";; \
+ normal13) \
+ dirs="`cd $$srcdir; echo 2[89]_*/*`";; \
+ normal14) \
+ dirs="`cd $$srcdir; echo [ab]* de*`";; \
+ normal15) \
+ dirs="`cd $$srcdir; echo e*/*`";; \
+ normal16) \
+ dirs="`cd $$srcdir; echo p*/*`";; \
+ normal17) \
+ dirs="`cd $$srcdir; echo t*/*`";; \
esac; \
if [ -n "$*" ]; then cd "$*"; fi; \
if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \