From: H.J. Lu Date: Sat, 13 Sep 2008 15:44:07 +0000 (+0000) Subject: re PR testsuite/37495 (FAIL: gcc.c-torture/compile/vector-4.c) X-Git-Tag: releases/gcc-4.4.0~2453 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2deacb5e8aa068d3ed32892cf7ac050c9e054b5e;p=thirdparty%2Fgcc.git re PR testsuite/37495 (FAIL: gcc.c-torture/compile/vector-4.c) 2008-09-13 H.J. Lu PR testsuite/37495 * gcc.c-torture/compile/vector-4.c: Add "dg-do compile". From-SVN: r140343 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index dbabfcc19a68..5d65d979ac3a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-09-13 H.J. Lu + + PR testsuite/37495 + * gcc.c-torture/compile/vector-4.c: Add "dg-do compile". + 2008-09-13 Uros Bizjak * gcc.c-torture/pr36141.c: Move to ... diff --git a/gcc/testsuite/gcc.c-torture/compile/vector-4.c b/gcc/testsuite/gcc.c-torture/compile/vector-4.c index 2f1fa359e6bb..39c808543de2 100644 --- a/gcc/testsuite/gcc.c-torture/compile/vector-4.c +++ b/gcc/testsuite/gcc.c-torture/compile/vector-4.c @@ -1,3 +1,4 @@ +/* { dg-do compile } */ /* { dg-options "-mavx" { target { i?86-*-* x86_64-*-* } } } */ /* Make sure that vector of size 8 of signed char works. This used to crash with AVX on x86