https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67525
kargl at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67525
--- Comment #4 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Fri Sep 25 22:45:27 2015
New Revision: 228157
URL: https://gcc.gnu.org/viewcvs?rev=228157&root=gcc&view=rev
Log:
2015-09-25 Steven G. Kargl
PR fortran/67525
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67525
--- Comment #3 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Fri Sep 25 22:28:04 2015
New Revision: 228155
URL: https://gcc.gnu.org/viewcvs?rev=228155&root=gcc&view=rev
Log:
2015-09-25 Steven G. Kargl
PR fortran/67525
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67525
kargl at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67525
--- Comment #1 from Gerhard Steinmetz
---
Whereas :
$ cat y1.f90
subroutine f(x)
select type (x)
end select
end
$ gfortran -c y1.f90
y1.f90:2:18:
select type (x)
1
Error: Selector shall be polymorphic in SELECT TYP