https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70071
janus at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70071
--- Comment #5 from janus at gcc dot gnu.org ---
Author: janus
Date: Thu Jul 6 19:49:33 2017
New Revision: 250039
URL: https://gcc.gnu.org/viewcvs?rev=250039&root=gcc&view=rev
Log:
2017-07-06 Harald Anlauf
PR fortran/70071
*
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70071
--- Comment #4 from Harald Anlauf ---
(In reply to Harald Anlauf from comment #3)
The patch in comment #3 regtests cleanly on i686-pc-linux-gnu
and has been posted here:
https://gcc.gnu.org/ml/fortran/2017-05/msg00010.html
https://gcc.gnu.org/m
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70071
Harald Anlauf changed:
What|Removed |Added
CC||anlauf at gmx dot de
--- Comment #3 from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70071
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70071
--- Comment #1 from Gerhard Steinmetz
---
Whereas :
$ cat z3.f90
program p
integer, allocatable :: z(:)[:,:]
allocate (z(1::2)[2,*])
end
$ gfortran-6 -fcoarray=single z3.f90
z3.f90:3:13:
allocate (z(1::2)[2,*])
1
Error