mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-22 22:01:20 +08:00
libgomp - remove dg-run if dg-options O2 is used
* testsuite/libgomp.fortran/pr66199-1.f90: Remove 'dg-do run' (implies torture test) as 'dg-options "O2"' is used. * testsuite/libgomp.fortran/pr66199-2.f90: Ditto. * testsuite/libgomp.fortran/taskloop2.f90: Ditto. * testsuite/libgomp.fortran/taskloop3.f90: Ditto. * testsuite/libgomp.fortran/taskloop4.f90: Ditto. From-SVN: r277776
This commit is contained in:
parent
62ec242ea1
commit
d8f03b0341
@ -1,3 +1,12 @@
|
||||
2019-11-04 Tobias Burnus <tobias@codesourcery.com>
|
||||
|
||||
* testsuite/libgomp.fortran/pr66199-1.f90: Remove
|
||||
'dg-do run' (implies torture test) as 'dg-options "O2"' is used.
|
||||
* testsuite/libgomp.fortran/pr66199-2.f90: Ditto.
|
||||
* testsuite/libgomp.fortran/taskloop2.f90: Ditto.
|
||||
* testsuite/libgomp.fortran/taskloop3.f90: Ditto.
|
||||
* testsuite/libgomp.fortran/taskloop4.f90: Ditto.
|
||||
|
||||
2019-11-04 Tobias Burnus <tobias@codesourcery.com>
|
||||
|
||||
PR fortran/92305
|
||||
|
@ -1,5 +1,4 @@
|
||||
! PR middle-end/66199
|
||||
! { dg-do run }
|
||||
! { dg-options "-O2" }
|
||||
|
||||
integer :: u(1024), v(1024), w(1024), a, b, c, d, e, a1, b1, a2, b2, d1, d2
|
||||
|
@ -1,5 +1,4 @@
|
||||
! PR middle-end/66199
|
||||
! { dg-do run }
|
||||
! { dg-options "-O2" }
|
||||
|
||||
integer :: u(1024), v(1024), w(1024), a, b, c, d, e, a1, b1, a2, b2, d1, d2
|
||||
|
@ -1,4 +1,3 @@
|
||||
! { dg-do run }
|
||||
! { dg-options "-O2" }
|
||||
! { dg-additional-options "-msse2" { target sse2_runtime } }
|
||||
! { dg-additional-options "-mavx" { target avx_runtime } }
|
||||
|
@ -1,4 +1,3 @@
|
||||
! { dg-do run }
|
||||
! { dg-options "-O2" }
|
||||
|
||||
integer, save :: g
|
||||
|
@ -1,4 +1,3 @@
|
||||
! { dg-do run }
|
||||
! { dg-options "-O2" }
|
||||
|
||||
integer, save :: u(64), v
|
||||
|
Loading…
x
Reference in New Issue
Block a user