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/38589] New: internal compiler error


Hi:

  another bug,for example:

1.f:
    subroutine aaa(a,nla,nlo)
    include "1.h"
    nlo=nlo-1
    end

1.h:
    interface 
    subroutine aaa(a1,nla1,nlo1)
    end
    end interface

    i use gfortran(gcc 4.1.2) on x86_64/linux with default optimization -O2.but
compiling it give me an error message:
     "internal compiler error: Segmentation fault"


-- 
           Summary: internal compiler error
           Product: gcc
           Version: 4.1.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: baisjing at yahoo dot com dot cn


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


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