From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 860F63858C66; Wed, 10 Jan 2024 15:40:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 860F63858C66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704901232; bh=FR+zU4zsyN57Fr3WMJtVRU1FYjx28Lo3gjOyrf7LWSo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=nkOKc6usNyUHyDP7xp7L6MHcYVPBSCAFdE4cMeZz7hwpKePRojKFoDziYC4X4woNP siL2zkpM1X3hT3vXnpHY0ai0/2UE6wBbmkk7FXMG8KhwVN9dDcuwt8Kh3zb5lcDdF/ bE59FIr09hvtmvco6iW09r7P/K+CtBsUx/uhY3/Q= From: "jamborm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/110091] [12/13/14 Regression] bogus -Wdangling-pointer on non-pointer values Date: Wed, 10 Jan 2024 15:40:31 +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: 12.3.0 X-Bugzilla-Keywords: compile-time-hog, diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: jamborm 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: 12.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D110091 Martin Jambor changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jamborm at gcc dot gnu.org Keywords|needs-bisection | --- Comment #3 from Martin Jambor --- The warning started appearing from its very introduction to gcc in r12-6606-g9d6a0f388eb048 (Martin Sebor: Add -Wdangling-pointer [PR63272]).=