From: Jason Merrill Date: Fri, 7 Mar 2014 20:01:27 +0000 (-0500) Subject: * Make-lang.in (check_g++_parallelize): Split dg.exp. X-Git-Tag: releases/gcc-4.9.0~531 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c93a4be5cea4050ec3069e759db53b7e1dea4cf7;p=thirdparty%2Fgcc.git * Make-lang.in (check_g++_parallelize): Split dg.exp. From-SVN: r208417 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 140f53eb64d6..83a35859e3da 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,5 +1,7 @@ 2014-03-07 Jason Merrill + * Make-lang.in (check_g++_parallelize): Split dg.exp. + * parser.c (cp_parser_type_id_1): Only allow 'auto' in C++1y if we're in a trailing return type. diff --git a/gcc/cp/Make-lang.in b/gcc/cp/Make-lang.in index 438148ce0396..5480c4eaeb2b 100644 --- a/gcc/cp/Make-lang.in +++ b/gcc/cp/Make-lang.in @@ -156,7 +156,10 @@ check-c++-subtargets : check-g++-subtargets 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 dg-torture.exp +check_g++_parallelize = old-deja.exp \ + dg.exp=g++.dg/[0-9A-Za-bd-su-z]* \ + dg.exp=g++.dg/[ct]* \ + dg.exp=c-c++-common/*,dg-torture.exp # # Install hooks: