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/44868] [OOP] Error recovery: ICE after invalid TBP call



------- 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


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