[Bug fortran/44117] [4.6 Regression] testsuite failures with proc_ptr_23.f90 and proc_ptr_comp_9.f90

tkoenig at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu May 13 14:37:00 GMT 2010



------- Comment #1 from tkoenig at gcc dot gnu dot org  2010-05-13 14:37 -------
Depends on both -O3 and -g:

ig25@linux-fd1f:/tmp> gfortran proc_ptr_23.f90
ig25@linux-fd1f:/tmp> gfortran -O3 proc_ptr_23.f90
ig25@linux-fd1f:/tmp> gfortran -O3 -g proc_ptr_23.f90
/tmp/ccALU2k0.o:(.debug_info+0x81): undefined reference to `abc.1535'
collect2: ld gab 1 als Ende-Status zurück

ig25@linux-fd1f:/tmp> gfortran proc_ptr_comp_9.f90
ig25@linux-fd1f:/tmp> gfortran -O3 proc_ptr_comp_9.f90
ig25@linux-fd1f:/tmp> gfortran -O3 -g proc_ptr_comp_9.f90
/tmp/ccueBcKg.o:(.debug_info+0x21e): undefined reference to `triple.1552'
collect2: ld gab 1 als Ende-Status zurück


-- 

tkoenig at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.6.0


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



More information about the Gcc-bugs mailing list