https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78500
kargl at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78500
--- Comment #6 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Thu Nov 24 20:11:49 2016
New Revision: 242849
URL: https://gcc.gnu.org/viewcvs?rev=242849&root=gcc&view=rev
Log:
2016-11-24 Steven G. Kargl
PR fortran/78500
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78500
--- Comment #5 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Thu Nov 24 19:26:33 2016
New Revision: 242847
URL: https://gcc.gnu.org/viewcvs?rev=242847&root=gcc&view=rev
Log:
2016-11-24 Steven G. Kargl
PR fortran/78500
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78500
--- Comment #4 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Thu Nov 24 18:27:58 2016
New Revision: 242846
URL: https://gcc.gnu.org/viewcvs?rev=242846&root=gcc&view=rev
Log:
2016-11-24 Steven G. Kargl
PR fortran/78500
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78500
kargl at gcc dot gnu.org changed:
What|Removed |Added
CC||kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78500
Jeffrey A. Law changed:
What|Removed |Added
Priority|P3 |P4
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78500
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78500
--- Comment #1 from Gerhard Steinmetz
---
Whereas :
$ cat z2.f90
type(t) function f()
f = 1
end
$ gfortran-7-20161120 -c z2.f90
z2.f90:1:0:
type(t) function f()
Error: The type for function 'f' at (1) is not accessible
z2.f90:2:3: