From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2EE4B3858C5F; Mon, 12 Jun 2023 03:25:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2EE4B3858C5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1686540338; bh=5qwLaN6zMRBCO2T+TyVTuLKc97y+04sZsoIJ9W02UG4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RuO491TggkLhG8RIcG2fVD+DfCRKHHfjf3p96OvqdBAG4sLkExzny2q3xMM/EZwnw ed0WEac0StZk2j5UWDd9/NNxuRw13ohIduaQSMAn2pnYdpxCCrfJFsdbW+GJ5e9YIX wn87l64v88Nb1gKK6Xvxw95Hwduo6QCKV08CtOxs= From: "boris at kolpackov dot net" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107532] [13 Regression] -Werror=dangling-reference false positives in libcamera-0.0.1 Date: Mon, 12 Jun 2023 03:25:35 +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: 13.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: boris at kolpackov dot net X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: mpolacek at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D107532 Boris Kolpackov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |boris at kolpackov dot net --- Comment #34 from Boris Kolpackov --- Would like to echo other's comments: getting a large number false positives= in our codebase (build2). Thankfully this warning seems to only be enabled with -Wextra and not with -Wall as stated in #106393.=