This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/57966] [OOP] Using a TBP to specify the shape of a dummy argument


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57966

--- Comment #6 from Tobias Burnus <burnus at gcc dot gnu.org> ---
(In reply to janus from comment #5)
> However, it ICEs on the following variant (which involves a GENERIC TBP):

That test case compile with NAG f95 v5.1 (of 2007!) and with a pretty new Cray
ftn (version 8.1.8). It also looks valid to me.


> Unfortunately ifort 12.1.2 ICEs on this variant (and I don't have access to
> a newer version), but after all I assume it is valid.

It also ICEs with ifort 13.1.3. PGI has a similar bogus error as gfortran:
"Could not resolve generic type bound procedure sz".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]