From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5863E3851A94; Wed, 31 Aug 2022 07:06:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5863E3851A94 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1661929602; bh=/TjKv4kds8qG7bcYuzPoh63hGzP+y48W7bznNDpoHIo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mswWyuxjPakpoK5Q9IfoNtZy3vgqgmaXE18DO209h9y3aj1fI3kFL/MxXa1Q0Cukj QxgDt6YIhx/2wvQk/nbzmMZ0EFLRGtKCvvYvgXiGpkz/I4CBWCD6nzZ/atbWo2+BJc 8PsLk/SjFmtnWuyvxZzFfvfWVa2KhJlQK+f45HkA= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/106780] gcc maybe-uninitialized warning on std_function.h Date: Wed, 31 Aug 2022 07:06:42 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 12.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D106780 --- Comment #1 from Richard Biener --- > cat t.C #include > /space/rguenther/install/gcc-12.1/bin/g++ -S t.C -Wall -Wextra -pedantic-= errors I can't reproduce. So can you provide a testcase?=