From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 777383858400; Thu, 22 Sep 2022 13:13:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 777383858400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663852420; bh=xRI+dDVL+N4sHhzpUCVLd/dvB5KoVbrZX9r6PZ/WeBs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Ygdx4BiuGcVKWOfR5Nyb6lWZnq4AD34Cn/kHXmozn+cZprGxu+j3TTa0s5a/myNp9 mmQibI/AQjXLUpwon38YnlWjDc3R0Z/5BA1TSfePDYSgc7ZpK65opVfkB7WxxtweYp wIh0zL6tYk6YTH9apmXP12NzEBKX0tDU1CFnGYN4= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/95825] [10/11/12/13 Regression] boost::optional -Wuninitialized with -fsanitize=address Date: Thu, 22 Sep 2022 13:13:40 +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: 10.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc cf_reconfirmed_on 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=3D95825 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[10/11/12/13 Regression] |[10/11/12/13 Regression] |boost::optional |boost::optional |-Wuninitialized |-Wuninitialized with | |-fsanitize=3Daddress Last reconfirmed|2020-08-04 00:00:00 |2022-9-22 --- Comment #6 from Richard Biener --- requires -fsanitize=3Daddress=