Commit 15a3cdd8 by David Edelsohn Committed by David Edelsohn

* gcc.target/powerpc/builtins-3.c: Add -maltivec and -mvsx options.

From-SVN: r242800
parent cf919e35
2016-11-23 David Edelsohn <dje.gcc@gmail.com>
* gcc.target/powerpc/builtins-3.c: Add -maltivec and -mvsx options.
2016-11-23 Jakub Jelinek <jakub@redhat.com>
PR sanitizer/69278
......
#include <altivec.h>
/* { dg-do compile } */
/* { dg-require-effective-target powerpc_altivec_ok } */
/* { dg-options "-maltivec -mvsx" } */
#include <altivec.h>
vector bool char
test_eq_char (vector bool char x, vector bool char y)
......
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