https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69395
--- Comment #7 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Fri Mar 16 19:20:15 2018
New Revision: 258607
URL: https://gcc.gnu.org/viewcvs?rev=258607&root=gcc&view=rev
Log:
2018-03-16 Steven G. Kargl
PR fortran/69395
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69395
kargl at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|--- |8.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69395
kargl at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69395
kargl at gcc dot gnu.org changed:
What|Removed |Added
Priority|P3 |P4
Assignee|unassign
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69395
--- Comment #5 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Fri Mar 16 02:43:02 2018
New Revision: 258580
URL: https://gcc.gnu.org/viewcvs?rev=258580&root=gcc&view=rev
Log:
2018-03-15 Steven G. Kargl
PR fortran/69395
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69395
kargl at gcc dot gnu.org changed:
What|Removed |Added
CC||kargl at gcc dot gnu.org
--- C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69395
G. Steinmetz changed:
What|Removed |Added
CC||gs...@t-online.de
--- Comment #3 from G.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69395
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69395
--- Comment #1 from Gerhard Steinmetz
---
Whereas, detected with this declaration variant :
$ cat z2.f90
program p
real :: z4d(2,2,2,2)[2,2,2,*]
end
$ gfortran -fcoarray=single z2.f90
z2.f90:2:30:
real :: z4d(2,2,2,2)[2,2,2,*]