public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/102431] New: [12 Regression] ICE in lower_gimple_bind, at gimple-low.c:439
@ 2021-09-21 19:16 gscfq@t-online.de
  2021-09-22  6:58 ` [Bug fortran/102431] " rguenth at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: gscfq@t-online.de @ 2021-09-21 19:16 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 102431
           Summary: [12 Regression] ICE in lower_gimple_bind, at
                    gimple-low.c:439
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: gscfq@t-online.de
  Target Milestone: ---

Changed between 20210530 and 20210606 :


$ cat z1.f90
program p
   integer :: i, a(2)
   !$omp parallel loop reduction(+:a)
   do i = 1, 8
   end do
end


$ gfortran-12-20210919 -c z1.f90 -fopenmp
during GIMPLE pass: lower
z1.f90:3:37:

    3 |    !$omp parallel loop reduction(+:a)
      |                                     ^
internal compiler error: in lower_gimple_bind, at gimple-low.c:439
0x1732df3 lower_gimple_bind
        ../../gcc/gimple-low.c:439
0x173301c lower_stmt
        ../../gcc/gimple-low.c:255
0x173301c lower_sequence
        ../../gcc/gimple-low.c:217
0x1732d38 lower_gimple_bind
        ../../gcc/gimple-low.c:475
0x173301c lower_stmt
        ../../gcc/gimple-low.c:255
0x173301c lower_sequence
        ../../gcc/gimple-low.c:217
0x1732d38 lower_gimple_bind
        ../../gcc/gimple-low.c:475
0x173301c lower_stmt
        ../../gcc/gimple-low.c:255
0x173301c lower_sequence
        ../../gcc/gimple-low.c:217
0x1732f6c lower_omp_directive
        ../../gcc/gimple-low.c:231
0x1732f6c lower_stmt
        ../../gcc/gimple-low.c:399
0x1732f6c lower_sequence
        ../../gcc/gimple-low.c:217
0x1732d38 lower_gimple_bind
        ../../gcc/gimple-low.c:475
0x173301c lower_stmt
        ../../gcc/gimple-low.c:255
0x173301c lower_sequence
        ../../gcc/gimple-low.c:217
0x1732fbc lower_stmt
        ../../gcc/gimple-low.c:286
0x1732fbc lower_sequence
        ../../gcc/gimple-low.c:217
0x1732d38 lower_gimple_bind
        ../../gcc/gimple-low.c:475
0x1733b01 lower_function_body
        ../../gcc/gimple-low.c:110
0x1733b01 execute
        ../../gcc/gimple-low.c:195

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-05-10  8:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-21 19:16 [Bug fortran/102431] New: [12 Regression] ICE in lower_gimple_bind, at gimple-low.c:439 gscfq@t-online.de
2021-09-22  6:58 ` [Bug fortran/102431] " rguenth at gcc dot gnu.org
2021-09-27 13:15 ` [Bug fortran/102431] [12 Regression] ICE in lower_gimple_bind, at gimple-low.c:439 since r12-1206-g178191e1dfafd8db marxin at gcc dot gnu.org
2021-11-19 18:13 ` jakub at gcc dot gnu.org
2021-11-22 15:58 ` [Bug middle-end/102431] " jakub at gcc dot gnu.org
2021-11-23  9:33 ` cvs-commit at gcc dot gnu.org
2021-11-26 17:31 ` jakub at gcc dot gnu.org
2021-11-29  8:50 ` cvs-commit at gcc dot gnu.org
2022-05-10  8:21 ` cvs-commit at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).