--- Comment #3 from fxcoudert at gcc dot gnu dot org 2008-02-10 15:37
---
I have managed to reduce it a bit more, and it does not involve passing the
loop variable as an argument:
program outer
integer k, a(1)
a = 0.0
!$OMP PARALLEL DO
do k = 1, 1
call inner
end do
!$OMP EN
--- Comment #2 from jakub at gcc dot gnu dot org 2008-02-07 22:44 ---
*** Bug 35131 has been marked as a duplicate of this bug. ***
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35130
--- Comment #1 from jakub at gcc dot gnu dot org 2008-02-07 22:44 ---
*** Bug 35133 has been marked as a duplicate of this bug. ***
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35130