Commit e4179460 by Kelvin Nilsen

re PR target/85347 (New testcase vec-ldl-1.c FAILs on powerpc64-linux)

gcc/testsuite/ChangeLog:

2018-04-12  Kelvin Nilsen  <kelvin@gcc.gnu.org>

	PR target/85347
	* gcc.target/powerpc/vec-ldl-1.c: Change dejagnu directives to
	specify -mvsx on gcc command line.

From-SVN: r259350
parent ee3e8f43
2018-04-12 Kelvin Nilsen <kelvin@gcc.gnu.org>
PR target/85347
* gcc.target/powerpc/vec-ldl-1.c: Change dejagnu directives to
specify -mvsx on gcc command line.
2018-04-12 Cesar Philippidis <cesar@codesourcery.com>
PR middle-end/84955
......
/* { dg-do run { target powerpc*-*-* } } */
/* { dg-require-effective-target vmx_hw } */
/* { dg-options "-maltivec -O0 -Wall" } */
/* { dg-require-effective-target vsx_hw } */
/* { dg-options "-mvsx -O0 -Wall" } */
#include <altivec.h>
#include <stdlib.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