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/53876] New: ICE: OOP Class array


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

             Bug #: 53876
           Summary: ICE: OOP Class array
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: pogos77@hotmail.com


Created attachment 27751
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27751
Module containing types declaration and test program

The following error was encountered when I run the attached program.
Apparently, this had already been reported and presumingly fixed but the bug
still persists.

oop_class_array.f90: In function âdisplay_populationâ:
oop_class_array.f90:111:0: internal compiler error: in gfc_add_modify_loc, at
fortran/trans.c:161
        CALL self%indv(i)%display()
 ^

I program in Ubuntu i686 and using the latest gfortran:
gcc version 4.8.0 20120624 (experimental) (GCC) 

Any way forward.

Thanks


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