From owner-freebsd-bugs@FreeBSD.ORG Sat Jan 8 18:40:08 2011 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D253C106571D for ; Sat, 8 Jan 2011 18:40:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C15328FC0C for ; Sat, 8 Jan 2011 18:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p08Ie8gY012348 for ; Sat, 8 Jan 2011 18:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p08Ie8ag012345; Sat, 8 Jan 2011 18:40:08 GMT (envelope-from gnats) Date: Sat, 8 Jan 2011 18:40:08 GMT Message-Id: <201101081840.p08Ie8ag012345@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Pedro F. Giffuni" Cc: Subject: Re: gnu/153298: Update base gcc with latest GPL2 patches (FSF 4.2.2 prerelease) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Pedro F. Giffuni" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jan 2011 18:40:08 -0000 The following reply was made to PR gnu/153298; it has been noted by GNATS. From: "Pedro F. Giffuni" To: bug-followup@FreeBSD.org Cc: Alexander Best Subject: Re: gnu/153298: Update base gcc with latest GPL2 patches (FSF 4.2.2 prerelease) Date: Sat, 8 Jan 2011 10:30:10 -0800 (PST) Hi Alexander; Apple released the sources to their gcc: http://opensource.apple.com/source/gcc/gcc-5646/ I did a failed attempt to port the blocks support to our gcc so it was a matter of checking out a diff I made against gcc-2.4.1. The particular gcc PR 28796 is here: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28796 cheers, Pedro.