From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E0B05385840A; Wed, 7 Sep 2022 18:31:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E0B05385840A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1662575502; bh=6bRgxnpavI1nTM3lxGSbOh4HUWsYT0udAyhtNfgo48Y=; h=From:To:Subject:Date:From; b=IsPcAkwbAgvw1msmN+bjYrHNFEwFPysapnRNZtU7Nn2zkebKXq0knff300HK7pkYm FWuC6mldhZJr0A8Vr7Ho1bqfWEhP3xi2hfJlkhUjCW2SpSIjNuI/keMnI6pJTuxKlh oETerfeAz8Teu29y76NCpoS5iRLQkUgPKABvWd0E= From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/106881] New: ice in init_from_control_deps, at gimple-predicate-analysis.cc:1740 Date: Wed, 07 Sep 2022 18:31:41 +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=3D106881 Bug ID: 106881 Summary: ice in init_from_control_deps, at gimple-predicate-analysis.cc:1740 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 53546 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D53546&action=3Dedit C source code The attached C code does this: /home/dcb/gcc/results/bin/gcc -c -O1 -Wall -fexceptions bug843.c during GIMPLE pass: uninit src/eap-gtc.c: In function =E2=80=98eap_gtc_check_settings=E2=80=99: src/eap-gtc.c:74:12: internal compiler error: in init_from_control_deps, at gimple-predicate-analysis.cc:1740 0x1b161f5 predicate::init_from_control_deps(vec const*, unsigned int, bool) ../../trunk.git/gcc/gimple-predicate-analysis.cc:1740 0x1b16974 uninit_analysis::init_use_preds(predicate&, basic_block_def*, basic_block_def*) ../../trunk.git/gcc/gimple-predicate-analysis.cc:1996 I will have a go at producing a git range and a reduction.=