From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4D3473858D39; Sun, 4 Jun 2023 19:01:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4D3473858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685905311; bh=ipR9ou2dvUGLOY5X0fmANQV/+BKQXExujdtJ0g1qaTs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Hxmp3GowFHUcyvDD9OrbJr1/sRhcmaPDbF8YpYcjH9fbp8gRSbauwKYuMm3ZErvN4 kwNqWgNpVusX9dvm9A8pYUSHZUsRJZ4usKWTtcaUUV+UdT7EqUZF39jGIoMOZbZ4dy HVhkl+LEFjOPwMbjaW80ciXdrNomUESFQKj4CLoE= 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: Sun, 04 Jun 2023 19:01:49 +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 #19 from Sergey Fedorov --- (In reply to Iain Sandoe from comment #1) > Just to add one note, which is that Apple's gcc-4.2.1 implementation for > blocks was not actually submitted (and therefore doesn't exist on an FSF > server); it's my understanding that means we cannot use / forward port i= t. >=20 > I'm working on a new version - based on trying to match what clang's curr= ent > code-gen produces. Is this implementation of some use for us? https://code.google.com/archive/p/plblocks/=