* Make-lang.in (check_g++_parallelize): Split dg.exp.
From-SVN: r208417
This commit is contained in:
parent
4b2e63def5
commit
c93a4be5ce
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue