[Bug fortran/44868] [OOP] Error recovery: ICE after invalid TBP call

dominiq at lps dot ens dot fr gcc-bugzilla@gcc.gnu.org
Sat Jul 17 15:47:00 GMT 2010



------- Comment #3 from dominiq at lps dot ens dot fr  2010-07-17 15:47 -------
At revision 162276, I get


pr44868.f90:245.24:

            tst_case => self%list(i)
                        1
Error: Pointer assignment target is neither TARGET nor POINTER at (1)
pr44868.f90:231.24:

            tst_case => self%list(i)
                        1
Error: Pointer assignment target is neither TARGET nor POINTER at (1)
pr44868.f90:220.20:

        tst_case => self%list(self%cnt)
                    1
Error: Pointer assignment target is neither TARGET nor POINTER at (1)
pr44868.f90:296.11:

use fortest
           1
Fatal Error: Can't open module file 'fortest.mod' for reading at (1): No such
file or directory


-- 


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



More information about the Gcc-bugs mailing list