https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78260
Thomas Schwinge changed:
What|Removed |Added
CC||tschwinge at gcc dot gnu.org
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78260
Tobias Burnus changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78260
--- Comment #4 from Tobias Burnus ---
Author: burnus
Date: Fri Sep 20 16:05:06 2019
New Revision: 276002
URL: https://gcc.gnu.org/viewcvs?rev=276002&root=gcc&view=rev
Log:
2019-09-20 Tobias Burnus
PR fortran/78260
* openmp.c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78260
Tobias Burnus changed:
What|Removed |Added
CC||burnus at gcc dot gnu.org
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78260
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78260
--- Comment #1 from Gerhard Steinmetz
---
Another name clash :
$ cat z2.f90
module m
integer :: n = 0
contains
subroutine s
!$acc declare present(s)
n = n + 1
end
end
$ gfortran-7-20161106 -fopenacc -c z2.f90
z2.f90:1:0:
mo