From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2F83B3858C66; Sat, 5 Nov 2022 19:23:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2F83B3858C66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667676236; bh=oE+t2nGLbuOzKxub5wrAQc7iykaqF1SXKjS8LSr9a7A=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ijNWYNU1POgGcA3nypg9fbhTgpar4a54hOh4RNOQgjtIRstk7uxBLSXCZ1jfPZqKj +PtGWNtcJnABwerUeyTKJs/+ez2Qym8wDH3TSirP/q/v89PyE1NeyWCVe1i181EJ0H xjxRsUfBmsmKd1ZGwh5JFnzvtYlMPKZkX9qab0KU= 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: Sat, 05 Nov 2022 19:23:34 +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: cc 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 Sergey Fedorov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vital.had at gmail dot com --- Comment #18 from Sergey Fedorov --- (In reply to Iain Sandoe from comment #15) > Sorry that there hasn't been much progress on this - it *was* top of my > GCC11 TODO list, and then Apple Si. came along and torpedoed that... Any updates ever since? It seems that we need blocks to build libdispatch, = and we need libdispatch on PPC to build some useful stuff.=