mirror of git://gcc.gnu.org/git/gcc.git
Iterate -std=c++-* in i386.exp.
2018-10-22 Jakub Jelinek <jakub@redhat.com> * g++.target/i386/i386.exp: Use g++-dg-runtest to iterate properly -std= options. From-SVN: r265387
This commit is contained in:
parent
14762cd028
commit
c7acc2964e
|
|
@ -1,3 +1,8 @@
|
||||||
|
2018-10-22 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
* g++.target/i386/i386.exp: Use g++-dg-runtest to iterate
|
||||||
|
properly -std= options.
|
||||||
|
|
||||||
2018-10-22 Richard Biener <rguenther@suse.de>
|
2018-10-22 Richard Biener <rguenther@suse.de>
|
||||||
|
|
||||||
* gcc.dg/graphite/scop-4.c: Avoid out-of-bound access.
|
* gcc.dg/graphite/scop-4.c: Avoid out-of-bound access.
|
||||||
|
|
|
||||||
|
|
@ -35,8 +35,8 @@ dg-init
|
||||||
clearcap-init
|
clearcap-init
|
||||||
|
|
||||||
# Main loop.
|
# Main loop.
|
||||||
dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.C]] \
|
g++-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.C]] \
|
||||||
"" $DEFAULT_CXXFLAGS
|
"" $DEFAULT_CXXFLAGS
|
||||||
|
|
||||||
# All done.
|
# All done.
|
||||||
clearcap-finish
|
clearcap-finish
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue