From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D4B48385354A; Tue, 6 Sep 2022 17:35:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D4B48385354A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1662485708; bh=m8l8HL3jzIQG403w2/JiM++pxz20LpBLIV5yFDapdow=; h=From:To:Subject:Date:From; b=d9BPWqio4TuEo57nIiRWAM794mK9+XfPDOWMjeExK+mxBiGig8/AKAeruZfPke2Op nwB4aO7uS/2/kp2WBk88gnTPH2utn5u3VMfHxJuglPbLYeuSVvOsWCIV+ERdzhRH7V 5WJeXVXs7LPwrKK033SPJVSg+BvkHizN4geypUEI= From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/106862] New: ice in compute_control_dep_chain, at gimple-predicate-analysis.cc:1105 Date: Tue, 06 Sep 2022 17:35:08 +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: dcb314 at hotmail dot com 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 attachments.created 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=3D106862 Bug ID: 106862 Summary: ice in compute_control_dep_chain, at gimple-predicate-analysis.cc:1105 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: dcb314 at hotmail dot com Target Milestone: --- Created attachment 53545 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D53545&action=3Dedit gzipped C++ source code For the attached C++ code, recent g++ does this: $ /home/dcb/gcc/results/bin/g++ -c -g -O1 -Wall -fpermissive bug842.cc during GIMPLE pass: uninit In file included from VSLRead.C:113: y.tab.c: In function =E2=80=98int VSLLib_parse()=E2=80=99: y.tab.c:1497:1: internal compiler error: in compute_control_dep_chain, at gimple-predicate-analysis.cc:1105 0x1df8e69 compute_control_dep_chain(basic_block_def*, basic_block_def const= *, vec*, uns igned int*, vec&, unsigned int*, unsigned int, unsigned int) ../../trunk.git/gcc/gimple-predicate-analysis.cc:1105 0x1df8ae7 compute_control_dep_chain(basic_block_def*, basic_block_def const= *, vec*, uns igned int*, vec&, unsigned int*, unsigned int, unsigned int) ../../trunk.git/gcc/gimple-predicate-analysis.cc:1086 0x1df8ae7 compute_control_dep_chain(basic_block_def*, basic_block_def const= *, vec*, uns igned int*, vec&, unsigned int*, unsigned int, unsigned int) ../../trunk.git/gcc/gimple-predicate-analysis.cc:1086 0x1df7895 compute_control_dep_chain(basic_block_def*, basic_block_def const= *, vec*, uns igned int*, unsigned int) ../../trunk.git/gcc/gimple-predicate-analysis.cc:1120 The bug first seems to occur sometime between git hash 5e070cf4bd085e10, from yesterday, and d6582c662ca0da05, from today.=