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/68226] ICE on wrong assignment of function pointer to allocatable


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68226

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-11-07
     Ever confirmed|0                           |1

--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Confirmed for 4.9.3 up to trunk (6.0). Version 4.8.5 gives the following error

   a = f()
       1
Error: Can't convert CLASS(t) to TYPE(t) at (1)

A first change occurred between revisions r201266 (2013-07-26, error) and
r201631 (2013-08-09, no error->wrong code?). A second change occurred between
revisions r205679 (2013-12-04, no error) and r206069 (2013-12-17, ICE).

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