[Bug fortran/50659] [F03] ICE on invalid with procedure interface

2011-10-07 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50659 janus at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug fortran/50659] [F03] ICE on invalid with procedure interface

2011-10-07 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50659 --- Comment #3 from janus at gcc dot gnu.org 2011-10-07 19:32:25 UTC --- Here is a variant which gives the same ICE, but after a regular error message: program p implicit none procedure(Proc) :: Proc_Get contains function Proc (arg)

[Bug fortran/50659] [F03] ICE on invalid with procedure interface

2011-10-07 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50659 --- Comment #2 from janus at gcc dot gnu.org 2011-10-07 18:45:43 UTC --- Slight reduction of the original test case: module m integer :: arrSize end module program p implicit none procedure(Proc) :: Proc_Get contains function Proc (arg

[Bug fortran/50659] [F03] ICE on invalid with procedure interface

2011-10-07 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50659 janus at gcc dot gnu.org changed: What|Removed |Added CC||janus at gcc dot gnu.org