From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B23E43858D37; Mon, 19 Feb 2024 19:07:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B23E43858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708369639; bh=opDqKcCNiQdqHJSzwYBP8d9cacgDgJyan19aUP20obQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XL56o79UeXJoUtndCEX2QeEY8RU3s2YqE2l5bA3BUdXok5p1p+3BQcYw64vQoW7dO S3GWOhWZZJWP26i+0Fz6LFmW7w28YJliN1sSjY64q9zmWXLVAW3g22olBYtUrV7puJ HSUpmv8gNPK6MqwMuCgD0xl5TrTk0UV33lff3exA= From: "dmalcolm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug analyzer/113999] [14 Regression] ICE: in string_cst_has_null_terminator, at analyzer/region-model.cc:3651 with -fanalyzer on gcc.dg/tree-ssa/strncpy-2.c Date: Mon, 19 Feb 2024 19:07:19 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: analyzer X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: dmalcolm at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: dmalcolm at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_reconfirmed_on bug_status everconfirmed 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=3D113999 David Malcolm changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2024-02-19 Status|UNCONFIRMED |ASSIGNED Ever confirmed|0 |1 --- Comment #1 from David Malcolm --- Thanks for filing this bug report. Confirmed affects trunk: https://godbolt.org/z/ao1a7xchq and doesn't affect GCC 13. Am investigating.=