From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BBCD2383E065; Wed, 31 Aug 2022 20:10:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BBCD2383E065 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1661976624; bh=SytgHVIYF2sOoQQTaDPhzAUkihCDQBO30w7gjH6hhp0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=V3kNeQQQSFQEnJo4iK1oKGpWgwZjivkBmMKNnF4ld/KErT5w9JnvDfA2dSDII2YPx KPtxblJSKkQ9pkyj5Bv+xHIKNUNDQ2V9Ytvo5hHKWav2FYjSVdzxC/KCEcV6ZWnwk1 8YrCXvH8I2jaZdoFNjhl3+DPaoNVCNrHK5VD7TEY= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/106795] [13 regression] g++.dg/tree-ssa/empty-loop.C fails with excess errors after r13-2303-gb911ca4231a366 Date: Wed, 31 Aug 2022 20:10:24 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: redi 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=3D106795 --- Comment #1 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:2dbe2801df3010c5549a3ca958194aa77737122d commit r13-2320-g2dbe2801df3010c5549a3ca958194aa77737122d Author: Jonathan Wakely Date: Wed Aug 31 20:36:23 2022 +0100 testsuite: Fix warning regression due to std::string changes [PR106795] std::string now has [[nodiscard]] attributes on most members, causing -Wunused-result warnings for this test. gcc/testsuite/ChangeLog: PR testsuite/106795 * g++.dg/tree-ssa/empty-loop.C: Use -Wno-unused-result.=