This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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: OMP WORKSHARE with blocks / PR 50690


Hi Tobias,

Have you tried -fdump-tree-original? Then you understand why it fails:

I understand how it fails the way gcc implements this. I was asking if gcc's implementation had a bug, or if my program was wrong.

(I'll fix the bug by making all temporary variables PRIVATE - this
seems to be the clearest solution in this case).

Thomas


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