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

From-SVN: r183667
This commit is contained in:
Eric Botcazou 2012-01-28 15:45:36 +00:00 committed by Eric Botcazou
parent 6b6985baae
commit ce590933fe
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -1,6 +1,6 @@
/* { 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__));