From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C25E13858401; Wed, 8 Feb 2023 12:59:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C25E13858401 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675861153; bh=m9LnWK4aRtDskbxLPNGw6xBkrvIjnwZGgySuwjgCD+I=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jVZxhLtNZzxgi5Xez/bfy7Ndf2ebSrDTLVztYWSXEKeWsLYySOzWSexZRqCDs8hcv b2eDdwpTpgx1l0ytqsN1MH9+7wYDi5MoG0peVl1wmoCLIUDeNLGIIGQFHXAgm8zWWW IMmQBAZ6zFfewDjFUVW3HzTxtfJ48TOdcdq9TEiw= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/108525] [13 Regression] ICE in write_method_parms with static on lambda with ... argument Date: Wed, 08 Feb 2023 12:59:13 +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: ABI, c++-lambda, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 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=3D108525 --- Comment #7 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:a58a4a57f9a4445f93b495f776f45e1118777e88 commit r13-5737-ga58a4a57f9a4445f93b495f776f45e1118777e88 Author: Jakub Jelinek Date: Wed Feb 8 13:57:00 2023 +0100 testsuite: Fix up PR108525 test [PR108525] Seems when committing the PR108525 fix I've missed that a test with the same name had been added a few hours before for PR108526. This patch separates the PR108525 test into a new file. 2023-02-08 Jakub Jelinek PR c++/108525 * g++.dg/cpp23/static-operator-call5.C: Move PR108525 testcase incorrectly applied into PR108526 testcase ... * g++.dg/cpp23/static-operator-call6.C: ... here. New test.=