https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83093
kargl at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83093
--- Comment #7 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Wed Jan 10 22:50:28 2018
New Revision: 256461
URL: https://gcc.gnu.org/viewcvs?rev=256461&root=gcc&view=rev
Log:
2018-01-10 Steven G. Kargl
Backport from trunk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83093
--- Comment #6 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Wed Jan 10 22:35:00 2018
New Revision: 256459
URL: https://gcc.gnu.org/viewcvs?rev=256459&root=gcc&view=rev
Log:
2018-01-10 Steven G. Kargl
Backport from trunk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83093
--- Comment #5 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Wed Jan 10 21:31:43 2018
New Revision: 256455
URL: https://gcc.gnu.org/viewcvs?rev=256455&root=gcc&view=rev
Log:
2018-01-10 Steven G. Kargl
PR fortran/83093
*
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83093
kargl at gcc dot gnu.org changed:
What|Removed |Added
Priority|P3 |P4
Assignee|unassign
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83093
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=83093
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83093
--- Comment #1 from G. Steinmetz ---
These variants are silently accepted :
$ cat z4.f90
program p
character(:), allocatable :: z
allocate (character(z) :: z)
end
$ cat z5.f90
program p
character(:), allocatable :: z
allocate (ch