From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4C05E3858414; Mon, 11 Dec 2023 22:55:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4C05E3858414 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1702335321; bh=dpQVALG6IpsMr7ziSqO3YmuFzbnVdcxZARaMTCiNC5c=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GsTRtGN542ZWn+x+SsBCh8+kRqnVeD3IDNY4h/cV+ucqF3/FeOt4Pu2ATfpOxpvIF o9w7ATbFo4BNXZEh9NoH4XXB3gsnImOBdqGhRnbjGLiZDH9XaAYlbhqfFMqzZPaaov PzfzPMt6Oap5PDlExhuor8v2e/IQKLxoOXx7Oq+A= From: "vital.had at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/78352] GCC lacks support for the Apple "blocks" extension to the C family of languages Date: Mon, 11 Dec 2023 22:55:19 +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: 7.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: vital.had at gmail dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: iains 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=3D78352 --- Comment #21 from Sergey Fedorov --- (In reply to Iain Sandoe from comment #20) >=20 > I recently brought my patches forward from GCC-5 =3D> GCC-10 (easier to a= void > the .c =3D> .cc file renaming). Since we now face some problems with > sanitiser support without blocks, this is moved up the TODO. Any chance of having it fixed in gcc14?=