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 target/39152: [4.4 regression] Revision 144098 breaks 416.gamess in SPEC CPU 2006


On Thu, Feb 12, 2009 at 12:56:50PM -0800, H.J. Lu wrote:
> --- gcc/libgomp/testsuite/libgomp.fortran/pr39152.f90.regclass	2009-02-12 12:20:55.000000000 -0800
> +++ gcc/libgomp/testsuite/libgomp.fortran/pr39152.f90	2009-02-12 12:41:18.000000000 -0800
> @@ -0,0 +1,33 @@
> +! { dg-do compile }
> +! { dg-options "-mavx -O3 -funroll-all-loops" { target { i?86-*-* x86_64-*-* } } } 
> +
> +!$ use omp_lib

I think it would be better to put this compile only test into gcc.dg/gomp/ instead
(remove unneeded use omp_lib, add -fopenmp to dg-options, move the test).

	Jakub


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