From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BD52738708B8; Mon, 13 May 2024 11:33:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BD52738708B8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1715599989; bh=7rCKzeB+Jxx5bAW6Q4Tut8a2FA/N0OL39PO8wqmnAx8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=lteDeAI0CBSjd/ZchVLo1tgkYFV5hXUl1XS40l3oaXj64CU257aQLyX4W/dy5oBGm odwtZVRkFpiEDjR+CVsNXWaNzgWryol1+m8R3rPy8L7luqquCWAIxqu3PjVoG7ozDW INIcP2M6EDGKRor2wvWT9HdHWkIB4z3SVNTvscj0= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug sanitizer/110676] [11/12/13 Regression] strlen of array[1] should not be optimized to 0 if using ASAN Date: Mon, 13 May 2024 11:33:09 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: sanitizer X-Bugzilla-Version: 13.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: priority 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=3D110676 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |P2=