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/33733] New: ICEs in simplify_transfer


The following:

  print *, transfer(sqrt([100.]), 0_1)

produces

pr31608.f90:0: internal compiler error: in gfc_target_encode_expr, at
fortran/target-memory.c:225

and

  print *, transfer(achar([100]), 0_1)

does this

gfortran: Internal error: Segmentation fault (program f951)

Paul


-- 
           Summary: ICEs in simplify_transfer
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pault at gcc dot gnu dot org


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


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