re PR testsuite/85326 (make check fails with --disable-bootstrap and --enable-languages=c)

[gcc/testsuite]

2018-04-15  Bill Schmidt  <wschmidt@linux.ibm.com>

	PR testsuite/85326
	* g++.dg/ext/undef-bool-1.C: New file.
	* gcc.target/powerpc/powerpc.exp: Remove .C support.
	* gcc.target/powerpc/undef-bool-1.C: Remove file.

From-SVN: r259393
This commit is contained in:
Bill Schmidt 2018-04-16 02:00:43 +00:00 committed by William Schmidt
parent 7cb1612b03
commit 23addc6180
3 changed files with 10 additions and 3 deletions

View file

@ -1,3 +1,10 @@
2018-04-15 Bill Schmidt <wschmidt@linux.ibm.com>
PR testsuite/85326
* g++.dg/ext/undef-bool-1.C: New file.
* gcc.target/powerpc/powerpc.exp: Remove .C support.
* gcc.target/powerpc/undef-bool-1.C: Remove file.
2018-04-14 Segher Boessenkool <segher@kernel.crashing.org>
PR target/85293

View file

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O2 -std=c++11 -DNO_WARN_X86_INTRINSICS" } */
/* { dg-do compile { target { powerpc*-*-* } } } */
/* { dg-options "-O2 -DNO_WARN_X86_INTRINSICS" } */
/* Test to ensure that "bool" gets undef'd in xmmintrin.h when
we require strict ANSI. */

View file

@ -35,7 +35,7 @@ if ![info exists DEFAULT_CFLAGS] then {
dg-init
# Main loop.
dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.\[cCS\]]] \
dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.\[cS\]]] \
"" $DEFAULT_CFLAGS
set SAVRES_TEST_OPTS [list -Os -O2 {-Os -mno-multiple} {-O2 -mno-multiple}]