From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C9319385841A; Wed, 7 Sep 2022 17:39:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C9319385841A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1662572396; bh=3+31YzjLrrJpJQyBcsDVO72HncnMMMZQadI/9QmdPks=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rR/Z3YLdCiQOSgBOgFo6KZv3VixFaFpgY2hNNi2kpNpeyvxxuMleQ+sWb6k2nKnhz vlRQRQybFqh9FhXQUO7EvXLn9G/7jLaaRibpu8QjYrAvvJGAWYxXbbrUfp8mh7B4I1 Zd4nX5XKQW1rLMNsgigyB1uZJiTXDYIm3uqmMq/I= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/106878] [11/12/13 Regression] ICE: verify_gimple failed at -O2 on arm-none-eabi Date: Wed, 07 Sep 2022 17:39:56 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: 11.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone short_desc cf_known_to_work everconfirmed cf_reconfirmed_on cf_gcctarget bug_status 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=3D106878 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |11.4 Summary|ICE: verify_gimple failed |[11/12/13 Regression] ICE: |at -O2 on arm-none-eabi |verify_gimple failed at -O2 | |on arm-none-eabi Known to work| |10.1.0, 10.4.0 Ever confirmed|0 |1 Last reconfirmed| |2022-09-07 Target|arm-*-* |arm-*-* x86_64-linux-gnu | |i?86-linux-gnu Status|UNCONFIRMED |NEW --- Comment #1 from Andrew Pinski --- Fails on x86_64 with -m32. Also it worked in GCC 10.4.0 (I checked the IR to see there was no BIT_NOT_= EXPR too).=