diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/cp/Make-lang.in | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 140f53e..83a3585 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,5 +1,7 @@ 2014-03-07 Jason Merrill <jason@redhat.com> + * 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 438148c..5480c4e 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: |