https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60507
janus at gcc dot gnu.org changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60507
--- Comment #7 from janus at gcc dot gnu.org ---
Author: janus
Date: Fri Jan 2 11:24:32 2015
New Revision: 219141
URL: https://gcc.gnu.org/viewcvs?rev=219141&root=gcc&view=rev
Log:
2015-01-02 Janus Weil
PR fortran/60507
* interface.c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60507
--- Comment #6 from janus at gcc dot gnu.org ---
(In reply to Dominique d'Humieres from comment #5)
> What is the status of the patch in comment 4?
Alive 'n' kickin' ;)
Still applies (with a bit of fuzz) and regtests cleanly.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60507
--- Comment #5 from Dominique d'Humieres ---
What is the status of the patch in comment 4?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60507
--- Comment #4 from janus at gcc dot gnu.org ---
(In reply to janus from comment #3)
> The patch in comment #2 ICEs on this extended test case:
Here is a better patch which works on comment 2:
Index: gcc/fortran/interface.c
=
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60507
--- Comment #3 from janus at gcc dot gnu.org ---
The patch in comment #2 ICEs on this extended test case:
type :: t
procedure(g), pointer, nopass :: ppc => g
end type
procedure(g), pointer :: pp => g
type(t)::x
print *, f(g)! ok
print
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60507
janus at gcc dot gnu.org changed:
What|Removed |Added
Keywords||accepts-invalid
Sta