From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D1EE6385828E; Tue, 18 Oct 2022 17:43:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D1EE6385828E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666115029; bh=OCnWU0HNTAOJ+dqXSQt+tZFflLPWMANrFVfJwFVhVe4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dnT5WEDQfxfxD/PbCjXVa6ZE33Mohlr25ME6DqwT+Tc/E7RmFgFRc3Pb85zV7qviU vq+6mbLSxGES9TkWvPY7Np39VEdOPW7RIhkM7xDBdGb3hN96U8tZx8rn5bFLXn1gdF DBYpzEglTeX9d1gXvojOU7bh3QnBXfnjv8RVJGvg= From: "mpolacek at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/107305] ICE: 'verify_gimple' failed Date: Tue, 18 Oct 2022 17:43:49 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mpolacek at gcc dot gnu.org X-Bugzilla-Status: NEW 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: everconfirmed bug_status cc cf_reconfirmed_on Message-ID: In-Reply-To: References: 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=3D107305 Marek Polacek changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW CC| |mpolacek at gcc dot gnu.org Last reconfirmed| |2022-10-18 --- Comment #1 from Marek Polacek --- Confirmed. Without -fgimple: 107305.c:4:1: error: =E2=80=98__GIMPLE=E2=80=99 only valid with =E2=80=98-f= gimple=E2=80=99 4 | __GIMPLE int | ^~~~~~~~ during GIMPLE pass: lower 107305.c: In function =E2=80=98foo=E2=80=99: 107305.c:5:1: internal compiler error: in maybe_canonicalize_mem_ref_addr, = at gimple-fold.cc:5976 5 | foo (int n) | ^~~ 0xf6da98 maybe_canonicalize_mem_ref_addr /home/mpolacek/src/gcc/gcc/gimple-fold.cc:5976 0xf6e630 fold_stmt_1 /home/mpolacek/src/gcc/gcc/gimple-fold.cc:6134 0xf6f28b fold_stmt(gimple_stmt_iterator*) /home/mpolacek/src/gcc/gcc/gimple-fold.cc:6379 0x29c1e62 lower_stmt /home/mpolacek/src/gcc/gcc/gimple-low.cc:784 0x29bff00 lower_sequence /home/mpolacek/src/gcc/gcc/gimple-low.cc:228 0x29c2300 lower_gimple_bind /home/mpolacek/src/gcc/gcc/gimple-low.cc:873 0x29bfb59 lower_function_body /home/mpolacek/src/gcc/gcc/gimple-low.cc:118 0x29bfe7c execute /home/mpolacek/src/gcc/gcc/gimple-low.cc:205=