[Bug fortran/46841] ICE on allocate array of procedure pointers

dominiq at lps dot ens.fr gcc-bugzilla@gcc.gnu.org
Tue Dec 7 18:46:00 GMT 2010


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

--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2010-12-07 18:46:31 UTC ---
Confirmed on trunk and 4.5.0. If I replace

    procedure (dum_vfunc), pointer, nopass :: p => null()

with


    procedure (dum_vfunc), pointer, nopass :: p

the ICE goes away.



More information about the Gcc-bugs mailing list