Commit b57d3a5c by Bill Schmidt Committed by William Schmidt

re PR testsuite/67489 (FAIL: gcc.target/powerpc/p8vector-builtin-8.c (test for excess errors))

2016-01-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

	PR testsuite/67489
	* gcc.target/powerpc/p8vector-builtin-8.c: Remove { target int128
	} from dg-do compile directive, and instead add {
	dg-require-effective-target int128 }.

From-SVN: r232717
parent fafcb35d
2016-01-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
PR testsuite/67489
* gcc.target/powerpc/p8vector-builtin-8.c: Remove { target int128
} from dg-do compile directive, and instead add {
dg-require-effective-target int128 }.
2016-01-20 Martin Sebor <msebor@redhat.com> 2016-01-20 Martin Sebor <msebor@redhat.com>
PR c/69405 PR c/69405
......
/* { dg-do compile { target int128 } } */ /* { dg-do compile } */
/* { dg-require-effective-target powerpc_p8vector_ok } */ /* { dg-require-effective-target powerpc_p8vector_ok } */
/* { dg-require-effective-target int128 } */
/* { dg-options "-mpower8-vector -O2" } */ /* { dg-options "-mpower8-vector -O2" } */
#include <altivec.h> #include <altivec.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment