From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4D5D1388456C; Wed, 26 Oct 2022 18:39:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4D5D1388456C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666809553; bh=13zq3VAd3gtR//2UEkuV85pIceDU6WxbsoJLMHppeQA=; h=From:To:Subject:Date:From; b=XHfwVYWC3FsIKRXtOQjxap9wdX6/2iMQIKHRpkUEXkSm6De18x7b5HSqYt1/eGLCU A8C+Opr9ORFzWMy0LCgkgW+vL/IXvbWuFwhCBtCuDmG+HxH9sqacEdezvPcCgRf4x1 IGWbBy1BwMYjRtuWVYCUw+BsNzJJfgb3dGKr/qtQ= From: "gscfq@t-online.de" 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 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: gscfq@t-online.de X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107425 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=3D1: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=3D1: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=