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/15327] New: [gfortran] ICE when merging strings


[tobi@marktplatz tests]$ cat meissner10.f90
  program Window
    integer, allocatable, dimension(:, :, :) :: Ising, Counter
    print *, Merge ("+", "-", Ising(: 4, : 4, : 4)  == 1)
  end program Window
[tobi@marktplatz tests]$ gfortran meissner10.f90
f951: ../../gcc/gcc/fortran/trans-expr.c:1572: gfc_conv_string_parameter:
Assertion `(((enum tree_code) (((se->expr)->common.type))->common.code) ==
POINTER_TYPE || ((enum tree_code) (((se->expr)->common.type))->common.code) ==
REFERENCE_TYPE)' failed.
meissner10.f90: In function `MAIN__':
meissner10.f90:3: internal compiler error: Aborted
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
[tobi@marktplatz tests]$

-- 
           Summary: [gfortran] ICE when merging strings
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: Tobias dot Schlueter at physik dot uni-muenchen dot de
                CC: gcc-bugs at gcc dot gnu dot org


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


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