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/47601] [OOP] Internal Error: mio_component_ref(): Component not found


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

--- Comment #9 from janus at gcc dot gnu.org 2011-03-29 19:12:51 UTC ---
At r171684, comment #8 works on x86_64-apple-darwin10.7.0. However, the
original test case (cf. comment #5) apparently still fails:

gfortran-4.7 -std=f2003 -fbounds-check -fbacktrace -ffpe-trap=invalid,overflow 
 -c gyre_kinds.f90
gfortran-4.7 -std=f2003 -fbounds-check -fbacktrace -ffpe-trap=invalid,overflow 
 -c gyre_bvp.f90
gfortran-4.7 -std=f2003 -fbounds-check -fbacktrace -ffpe-trap=invalid,overflow 
 -c gyre_jacobian.f90
gfortran-4.7 -std=f2003 -fbounds-check -fbacktrace -ffpe-trap=invalid,overflow 
 -c gyre_shell.f90
gfortran-4.7 -std=f2003 -fbounds-check -fbacktrace -ffpe-trap=invalid,overflow 
 -c gyre_lanr_jacobian.f90
gfortran-4.7 -std=f2003 -fbounds-check -fbacktrace -ffpe-trap=invalid,overflow 
 -c gyre_lanr_bvp.f90
gyre_lanr_bvp.f90:5.24:

  use gyre_lanr_jacobian
                        1
Interner Fehler bei (1):
mio_component_ref(): Component not found


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