[Bug fortran/55935] [OOP] Fortran fronted has ADDR_EXPRs of FUNCTION_DECLs with bogus BLOCK

dominiq at lps dot ens.fr gcc-bugzilla@gcc.gnu.org
Thu Jan 10 23:11:00 GMT 2013


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

--- Comment #6 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2013-01-10 23:10:39 UTC ---
> Note that if the 'class's are replaced with 'type's, the program compiles.

The assert also triggers if

    class(i_field) ,intent(in)  :: lhs

is replaced with

    type(i_field) ,intent(in)  :: lhs



More information about the Gcc-bugs mailing list