diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2008-09-13 15:44:07 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2008-09-13 08:44:07 -0700 |
commit | 2deacb5e8aa068d3ed32892cf7ac050c9e054b5e (patch) | |
tree | ac8b1470fa2d119862ac7de5fc09ae0e9d250825 | |
parent | 5a6e26b73f407c421048a2e0c0b2c055ac6804bb (diff) | |
download | gcc-2deacb5e8aa068d3ed32892cf7ac050c9e054b5e.zip gcc-2deacb5e8aa068d3ed32892cf7ac050c9e054b5e.tar.gz gcc-2deacb5e8aa068d3ed32892cf7ac050c9e054b5e.tar.bz2 |
re PR testsuite/37495 (FAIL: gcc.c-torture/compile/vector-4.c)
2008-09-13 H.J. Lu <hongjiu.lu@intel.com>
PR testsuite/37495
* gcc.c-torture/compile/vector-4.c: Add "dg-do compile".
From-SVN: r140343
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.c-torture/compile/vector-4.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index dbabfcc..5d65d97 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-09-13 H.J. Lu <hongjiu.lu@intel.com> + + PR testsuite/37495 + * gcc.c-torture/compile/vector-4.c: Add "dg-do compile". + 2008-09-13 Uros Bizjak <ubizjak@gmail.com> * 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 2f1fa35..39c8085 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 |