https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71734
--- Comment #3 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> --- Author: hjl Date: Sun Jul 3 16:40:22 2016 New Revision: 237950 URL: https://gcc.gnu.org/viewcvs?rev=237950&root=gcc&view=rev Log: Add 2 tests for PR middle-end/71734 simd3.f90 and simd4.f90 fail only with -msse2. But they are compiled with -mavx on AVX machines. Add 2 tests to compile simd3.f90 and simd4.f90 with -msse2 on AVX machines. PR middle-end/71734 * testsuite/libgomp.fortran/pr71734-1.f90: New test. * testsuite/libgomp.fortran/pr71734-2.f90: Likewise. Added: trunk/libgomp/testsuite/libgomp.fortran/pr71734-1.f90 trunk/libgomp/testsuite/libgomp.fortran/pr71734-2.f90 Modified: trunk/libgomp/ChangeLog