Commit ce590933 by Eric Botcazou Committed by Eric Botcazou

* gcc.dg/torture/pr50444.c: Fix dg directives.

From-SVN: r183667
parent 6b6985ba
2012-01-28 Eric Botcazou <ebotcazou@adacore.com>
* gcc.dg/torture/pr50444.c: Fix dg directives.
2012-01-28 Jakub Jelinek <jakub@redhat.com>
PR target/52006
......
/* { dg-require-effective-target sse2_runtime } */
/* { dg-do run } */
/* { dg-do run { target i?86-*-* x86_64-*-* } } */
/* { dg-options "-msse2" } */
/* { dg-require-effective-target sse2_runtime } */
typedef long long __m128i __attribute__ ((__vector_size__ (16),
__may_alias__));
......
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