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/13811] New: -fdump-tree-all causes ICE at tree-inline.c:648


% cat hello.f90
SUBROUTINE FOO11(A)
  CHARACTER*11 A
  A = "HELLO WORLD"
END SUBROUTINE FOO11

% gfortran -fdump-tree-all -c hello.f90
hello.f90: In function `foo11':
hello.f90:0: internal compiler error: in copy_body_r, at tree-inline.c:648

-- 
           Summary: -fdump-tree-all causes ICE at  tree-inline.c:648
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: lei at il dot ibm dot com
                CC: gcc-bugs at gcc dot gnu dot org


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


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