https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91552

            Bug ID: 91552
           Summary: ICE with valid array constructor
           Product: gcc
           Version: 10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: gs...@t-online.de
  Target Milestone: ---

Affects versions down to at least 4.9, no backtrace produced :


$ cat z1.f90
program p
   real :: z(3)
   z = 2.0 * [real :: 1, [2], 3]
end


$ gfortran-10-20190825 -c z1.f90
f951: internal compiler error: Segmentation fault
0xb3acef crash_signal
        ../../gcc/toplev.c:326
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <https://gcc.gnu.org/bugs/> for instructions.

Reply via email to