Add 2 tests for PR middle-end/71734
commit0a36dce822f5f5f399c2e9014eb3a88bbb2c0e79
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 3 Jul 2016 16:40:22 +0000 (3 16:40 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 3 Jul 2016 16:40:22 +0000 (3 16:40 +0000)
tree7a3bae923db4cc35039cf8f6b29d8cddca1c89b7
parent13077d77f4201c61cbeae732b44780241612eb6f
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@237950 138bc75d-0d04-0410-961f-82ee72b054a4
libgomp/ChangeLog
libgomp/testsuite/libgomp.fortran/pr71734-1.f90 [new file with mode: 0644]
libgomp/testsuite/libgomp.fortran/pr71734-2.f90 [new file with mode: 0644]