[Bug fortran/59450] [OOP] ICE for type-bound-procedure expression in module procedure interface

2013-12-18 Thread b...@miller-mohr.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59450 --- Comment #9 from b...@miller-mohr.de --- Hi, verified that the ICE is gone in gcc version 4.9.0 20131217 (experimental). Thanks a lot. However, there is still a problem. As it is no longer an ICE I filed a new bug 59547 Cheers Marcus

[Bug fortran/59547] New: Problem with using tbp specification function in multiple class procedures

2013-12-18 Thread b...@miller-mohr.de
: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: b...@miller-mohr.de Created attachment 31470 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31470&action=edit Error messages from gfortran 4.9.0 Hi, this is a fo

[Bug fortran/59450] [OOP] ICE for type-bound-procedure expression in module procedure interface

2013-12-13 Thread b...@miller-mohr.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59450 --- Comment #5 from b...@miller-mohr.de --- (In reply to janus from comment #4) > (In reply to janus from comment #2) > > Draft patch which fixes the error (not regtested): > > Does regtest cleanly. Hi, just wanted to say thanks

[Bug fortran/59450] New: ICE for Array Valued Function combined with Deferred Specification Function

2013-12-10 Thread b...@miller-mohr.de
: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: b...@miller-mohr.de Hi, when I try to compile the code below I receive an internal compiler error. The idea of the test case is to have a base class with a type-bound