This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: PR testsuite/37495: FAIL: gcc.c-torture/compile/vector-4.c


> We only want to check if we can compile gcc.c-torture/compile/vector-4.c 
> with -mavx.  We don't need to assemble it.  Ok for trunk?

OK,
Honza
> 
> Thanks.
> 
> 
> H.J.
> ----
> 2008-09-13  H.J. Lu  <hongjiu.lu@intel.com>
> 
> 	PR testsuite/37495
> 	* gcc.c-torture/compile/vector-4.c: Add "dg-do compile".
> 
> --- gcc.c-torture/compile/vector-4.c.compile	2008-09-05 07:06:55.000000000 -0700
> +++ gcc.c-torture/compile/vector-4.c	2008-09-13 00:15:34.000000000 -0700
> @@ -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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]