https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72744
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72744
--- Comment #4 from Jakub Jelinek ---
Author: jakub
Date: Thu Sep 1 11:38:57 2016
New Revision: 239927
URL: https://gcc.gnu.org/viewcvs?rev=239927&root=gcc&view=rev
Log:
Backported from mainline
2016-08-19 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72744
--- Comment #3 from Jakub Jelinek ---
Author: jakub
Date: Fri Aug 19 15:28:59 2016
New Revision: 239619
URL: https://gcc.gnu.org/viewcvs?rev=239619&root=gcc&view=rev
Log:
PR fortran/72744
* gfortran.dg/gomp/pr72744.f90: New test.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72744
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72744
--- Comment #1 from Gerhard Steinmetz
---
As known, case above works with "workshare" :
$ cat z2.f90
program p
integer, parameter :: n = 20
integer :: i, z(n), h(n)
z = [(i, i=1,n)]
h = [(i, i=n,1,-1)]
call sub (n, h)
if ( a