From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 085E03858D3C; Mon, 27 Sep 2021 19:47:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 085E03858D3C From: "gscfq@t-online.de" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/102504] New: [12 Regression] ICE in build_outer_var_ref, at omp-low.c:746 Date: Mon, 27 Sep 2021 19:47:55 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 12.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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 19:47:56 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D102504 Bug ID: 102504 Summary: [12 Regression] ICE in build_outer_var_ref, at omp-low.c:746 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: gscfq@t-online.de Target Milestone: --- Started between 20210808 and 20210822, in addition to pr102415 : $ cat z1.c void abort (); void f () { int r; #pragma omp scope reduction(+:r) nowait abort (); } $ gcc-12-20210926 -c z1.c -fopenmp during GIMPLE pass: omplower z1.c: In function 'f': z1.c:5:11: internal compiler error: in build_outer_var_ref, at omp-low.c:746 5 | #pragma omp scope reduction(+:r) nowait | ^~~ 0xb621b9 build_outer_var_ref ../../gcc/omp-low.c:746 0xb768ea lower_reduction_clauses ../../gcc/omp-low.c:7654 0xb687dc lower_omp_scope ../../gcc/omp-low.c:8839 0xb687dc lower_omp_1 ../../gcc/omp-low.c:14101 0xb687dc lower_omp ../../gcc/omp-low.c:14283 0xb6922d lower_omp_1 ../../gcc/omp-low.c:14073 0xb6922d lower_omp ../../gcc/omp-low.c:14283 0xb70381 execute_lower_omp ../../gcc/omp-low.c:14322 0xb70381 execute ../../gcc/omp-low.c:14370=