From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9A3DA3858D35; Fri, 8 Mar 2024 03:56:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9A3DA3858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709870199; bh=irO4XHzAlGmIoGuuivE0tQqOdrapGneKKxb8d4YyVIQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=EjWeEafkiSscNjw9y/EekrqaHUyEHq/MV5etLn0KSO29sw0Kt+9WZOOThenXwwWam 1PGXg6FcPWw3Hg5f3CmHsOy5MWoQOUE25wOMIb9VbkWzVppu5e8uStRSkL9tqGMtJW KT4s7VvmodBgEr4eIvKIbOs0byT/S4lBBKC1WK7o= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/101630] [11/12/13 Regression] ICE with -Wall: in get_constant, at c-family/c-format.c:325 Date: Fri, 08 Mar 2024 03:56:37 +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: 12.0 X-Bugzilla-Keywords: error-recovery, ice-on-invalid-code, needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc cf_known_to_work keywords 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=3D101630 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[11/12/13/14 Regression] |[11/12/13 Regression] ICE |ICE with -Wall: in |with -Wall: in |get_constant, at |get_constant, at |c-family/c-format.c:325 |c-family/c-format.c:325 Known to work| |14.0 Keywords| |needs-bisection --- Comment #5 from Andrew Pinski --- Looks to be fixed on the trunk ...=