https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66575
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=66575
Jerry DeLisle changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66575
Jerry DeLisle changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66575
--- Comment #5 from Jerry DeLisle ---
Author: jvdelisle
Date: Mon Jul 4 21:04:55 2016
New Revision: 237994
URL: https://gcc.gnu.org/viewcvs?rev=237994&root=gcc&view=rev
Log:
2016-07-04 Jerry DeLisle
PR fortran/66575
* decl.c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66575
Dominique d'Humieres changed:
What|Removed |Added
Status|WAITING |NEW
--- Comment #4 from Dominique
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66575
--- Comment #3 from Gerhard Steinmetz
---
Playing around, I've found other cases (wrong code with procedure)
causing endless compilation on my environment, e.g.
$ cat zlctp_1.f90
program p
procedure(g) :: g
procedure(g) :: g
end
$ cat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66575
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66575
--- Comment #1 from Gerhard Steinmetz
---
The above sources can be reduced further. The part below "contains"
(inclusive contains) is not needed to produce the effect :
$ cat zlcti_4.f90
module m
interface operator (.f.)
proc