From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 176C03858D28; Wed, 25 Jan 2023 18:43:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 176C03858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674672206; bh=6ddrMsTV7DyEr2371GeYkbhAaqRz21NXkgpugbnZCag=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gnNlTjmbDmpemm6V5M5pSEsKZOAZgW/5oRkTlsEaVT2xrABczw6n7ZWbB0NWIMsqL S9iDg4W1VCtModEkeM8/Ps+czlwTiFTOdbN/ZMJe/AhrTcYmZXOxv7vGIdgVueLy/Z YFnp9frCQx1nsx3oO/JTrA/H7+LnMbwap0l8l5QU= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/108547] ice in decompose, at wide-int.h:984 for -O2 with -Wall Date: Wed, 25 Jan 2023 18:43:25 +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: 13.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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: everconfirmed cf_reconfirmed_on 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=3D108547 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Last reconfirmed| |2023-01-25 Status|UNCONFIRMED |NEW --- Comment #2 from Andrew Pinski --- #7 0x0000000002c9c926 in value_sat_pred_p (val=3D0x7ffff7265138, boundary=3D0x7ffff73f7a80, cmpc=3DBIT_AND_EXPR, exact_p=3Dfalse) at /home/apinski/src/upstream-gcc/gcc/gcc/gimple-predicate-analysis.cc:731 731 wide_int andw =3D wi::to_wide (val) & wi::to_wide (boundary); (gdb) p debug_tree(val) constan= t 0> $7 =3D void (gdb) p debug_tree(boundary) constant 1> $8 =3D void Confirmed.=