From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DE2B03939C1B; Mon, 29 Jun 2020 21:15:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DE2B03939C1B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1593465344; bh=KPNW6d1H5+PLXTFtzInwpIMs+zzDZYvIEGagU0fFZ6A=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZrXzMjnMfGdEdxGvGkfusmU/IL8po4RseOvcahMz+eO8rkjPaYzp5y4/qLN1FOnMk P6m8TGWk2gpALks0Ud9Ckd53pZTTo1rL8jgz1UBvlSVuum4zuKLdD8lEoSIrfL8tu5 a5lZ51iR7NOM+X+Lbz9hn/TaGa1KSNJnacfPji20= From: "ttimo at valvesoftware dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/95883] Attributes on lambdas appear to be parsed in the wrong place Date: Mon, 29 Jun 2020 21:15:44 +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: 9.3.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ttimo at valvesoftware dot com 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2020 21:15:45 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95883 --- Comment #4 from Timothee Besset --- We are in the same situation; we are assessing a move to a newer gcc but we need to maintain compatibility with older gcc, at least for the time being.= We would like to avoid having to use macros for all of this.=