------- Comment #1 from tkoenig at gcc dot gnu dot org 2010-05-13 14:37 ------- Depends on both -O3 and -g:
i...@linux-fd1f:/tmp> gfortran proc_ptr_23.f90 i...@linux-fd1f:/tmp> gfortran -O3 proc_ptr_23.f90 i...@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 i...@linux-fd1f:/tmp> gfortran proc_ptr_comp_9.f90 i...@linux-fd1f:/tmp> gfortran -O3 proc_ptr_comp_9.f90 i...@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