public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "gscfq@t-online.de" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/102431] New: [12 Regression] ICE in lower_gimple_bind, at gimple-low.c:439
Date: Tue, 21 Sep 2021 19:16:26 +0000	[thread overview]
Message-ID: <bug-102431-4@http.gcc.gnu.org/bugzilla/> (raw)

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

             reply	other threads:[~2021-09-21 19:16 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-21 19:16 gscfq@t-online.de [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-102431-4@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).