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/107425] New: [12/13 Regression] ICE in gimplify_var_or_parm_decl, at gimplify.cc:3060
Date: Wed, 26 Oct 2022 18:39:06 +0000	[thread overview]
Message-ID: <bug-107425-4@http.gcc.gnu.org/bugzilla/> (raw)

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

            Bug ID: 107425
           Summary: [12/13 Regression] ICE in gimplify_var_or_parm_decl,
                    at gimplify.cc:3060
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: gscfq@t-online.de
  Target Milestone: ---

Started between 20220116 and 20220123 :
(j has no value)


$ cat z1.f90
program p
   integer :: x(8)
   !$omp taskwait depend(iterator(i=1:8), in:x(j))
end


$ gfortran-12-20220116 -c z1.f90 -fopenmp
$
$ gfortran-13-20221023 -c z1.f90 -fopenmp
z1.f90:3:50:

    3 |    !$omp taskwait depend(iterator(i=1:8), in:x(j))
      |                                                  ^
internal compiler error: in gimplify_var_or_parm_decl, at gimplify.cc:3060
0xc030eb gimplify_var_or_parm_decl
        ../../gcc/gimplify.cc:3060
0xc0fd1f gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        ../../gcc/gimplify.cc:16815
0xc0dc52 gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        ../../gcc/gimplify.cc:16457
0xc0d7f3 gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        ../../gcc/gimplify.cc:17134
0xc19633 gimplify_compound_lval
        ../../gcc/gimplify.cc:3303
0xc0d87a gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        ../../gcc/gimplify.cc:16306
0xc20d8a gimplify_addr_expr
        ../../gcc/gimplify.cc:6555
0xc0f47d gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        ../../gcc/gimplify.cc:16401
0xc1f78f gimplify_modify_expr
        ../../gcc/gimplify.cc:6147
0xc0fc37 gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        ../../gcc/gimplify.cc:16354
0xc13b18 gimplify_stmt(tree_node**, gimple**)
        ../../gcc/gimplify.cc:7213
0xc0ef0b gimplify_statement_list
        ../../gcc/gimplify.cc:2021
0xc0ef0b gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        ../../gcc/gimplify.cc:16799
0xc13b18 gimplify_stmt(tree_node**, gimple**)
        ../../gcc/gimplify.cc:7213
0xc144a3 gimplify_bind_expr
        ../../gcc/gimplify.cc:1430
0xc0f41a gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        ../../gcc/gimplify.cc:16555
0xc13b18 gimplify_stmt(tree_node**, gimple**)
        ../../gcc/gimplify.cc:7213
0xc0ef0b gimplify_statement_list
        ../../gcc/gimplify.cc:2021
0xc0ef0b gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        ../../gcc/gimplify.cc:16799
0xc13b18 gimplify_stmt(tree_node**, gimple**)
        ../../gcc/gimplify.cc:7213

             reply	other threads:[~2022-10-26 18:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-26 18:39 gscfq@t-online.de [this message]
2022-10-27  8:51 ` [Bug fortran/107425] [12/13 Regression] ICE in gimplify_var_or_parm_decl, at gimplify.cc:3060 since r12-6780-gd2ad748eeef0dd26 marxin at gcc dot gnu.org
2022-10-28 11:35 ` rguenth at gcc dot gnu.org
2023-05-08 12:25 ` [Bug fortran/107425] [12/13/14 " rguenth 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-107425-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).