From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0B8623858D38; Wed, 25 Jan 2023 19:49:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0B8623858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674676183; bh=5hRi2CNv+z5FXJBii+vuwFtoRyfaHWe4OgdlA0M6Pw8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=wHE0H2zh7aJ/fUPmAOBVCbFROrKLja+Xd6aK9gNNejpyyIeMEQigVTepUeWv0QjKX oMinQxAfJ54VJfS1gnPQnwWBgGhW3YxDOCPbA0RpuYtR2bGIgfmjRLDwTFWi5rkUOE W+avf7EmAyou+/BagIaABLaqOfrXN+hh7S00ONWw= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/108547] [13 Regression] ice in decompose, at wide-int.h:984 for -O2 with -Wall Date: Wed, 25 Jan 2023 19:49:42 +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: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone short_desc 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 ---------------------------------------------------------------------------- Target Milestone|--- |13.0 Summary|ice in decompose, at |[13 Regression] ice in |wide-int.h:984 for -O2 with |decompose, at |-Wall |wide-int.h:984 for -O2 with | |-Wall --- Comment #5 from Andrew Pinski --- My bet this was introduced by r13-4408-gb628cad9e093f7 or r13-4406-g9500877d05c56c.=