From owner-svn-src-head@FreeBSD.ORG Thu Jan 2 14:21:18 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 82FB85E1 for ; Thu, 2 Jan 2014 14:21:18 +0000 (UTC) Received: from nm39-vm9.bullet.mail.bf1.yahoo.com (nm39-vm9.bullet.mail.bf1.yahoo.com [72.30.239.153]) by mx1.freebsd.org (Postfix) with SMTP id 0A1821DF2 for ; Thu, 2 Jan 2014 14:21:17 +0000 (UTC) Received: from [98.139.212.150] by nm39.bullet.mail.bf1.yahoo.com with NNFMP; 02 Jan 2014 14:14:28 -0000 Received: from [98.139.211.204] by tm7.bullet.mail.bf1.yahoo.com with NNFMP; 02 Jan 2014 14:14:28 -0000 Received: from [127.0.0.1] by smtp213.mail.bf1.yahoo.com with NNFMP; 02 Jan 2014 14:14:28 -0000 X-Yahoo-Newman-Id: 305628.59848.bm@smtp213.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: UcLrGHwVM1nA8kBiZpDbDdWH9v.mEnXLTeO_ws.QNInuE_m PVZZCPDktXOM6YkwD7794LxVvuFVuivMq4t0H06bNgna0D17Ynww.etKYZsi 0HJvNXiq9KGCRyZM0f8Ew7bpXlAD3UiW1.drJ8VSEbEBzW6qofT7jGJRhz7. naGKd6X2lfzfKs_cUZnWmn5uTkz_KhcGXvM0lYVH7rX60Sh99XI3WzshcG34 rFlMeO7xzNaFHzGdDzp6J3TobGdBDaRaOE8DJsdGvmwBCwI_oOuolzphtUA6 Oa3drfBgs6G0P7vp_9zW_xamYWpSDtVzlQw7pVhe897HPKxg_5ZUs3WHSv6o uhf0JZfFtLEvNufgen640DhS0o5_OdGFeXYewSqo1Mnl__pGPeogflsYe.3D HT1QI33zzeWhmYzEu261yDfLqbp6sv.TG4dnMKANwlSqNm0fn1SWLzX_jyfu ZFf8B0zYiDtc04ZEZ4JRAHb_V.0sto95L4NxCP2vVXyPY0n1jZz3iehZuiKI TtFPVoKPJ50Y0BpVUE7KqECw3ce18NqkdZ60ZivMrpGjyipGtKnBl6tObYpb sxV16jac2RQHYkdyCEXHjjNHzjDzkRltI414PmShpBTbvG1J5rhu3gELvbQa AW398QegBeZ0iIWhWUFRMSChw5fQ- X-Yahoo-SMTP: xcjD0guswBAZaPPIbxpWwLcp9Unf X-Rocket-Received: from [192.168.0.102] (pfg@190.157.126.109 with plain [98.139.211.125]) by smtp213.mail.bf1.yahoo.com with SMTP; 02 Jan 2014 06:14:28 -0800 PST Message-ID: <52C57442.50306@FreeBSD.org> Date: Thu, 02 Jan 2014 09:14:26 -0500 From: Pedro Giffuni User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Andreas Tobler , svn-src-head@FreeBSD.org Subject: Re: svn commit: r260073 - in head/contrib/gcc: . cp References: <201312300252.rBU2qhYK098609@svn.freebsd.org> <52C54C99.9030509@FreeBSD.org> In-Reply-To: <52C54C99.9030509@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jan 2014 14:21:18 -0000 On 02.01.2014 06:25, Andreas Tobler wrote: > Hi Pedro, > > Happy new Year! > > On 30.12.13 03:52, Pedro F. Giffuni wrote: >> Author: pfg >> Date: Mon Dec 30 02:52:43 2013 >> New Revision: 260073 >> URL: http://svnweb.freebsd.org/changeset/base/260073 >> >> Log: >> gcc: small diff reduction wrt gcc43 and Apple GCC. >> >> Obtained from: gcc 4.3 (rev. 121464, 122528, 124106; GPLv2) >> MFC after: 3 weeks >> >> Modified: >> head/contrib/gcc/ChangeLog.gcc43 >> head/contrib/gcc/cp/ChangeLog >> head/contrib/gcc/cp/g++spec.c >> head/contrib/gcc/libgcc2.c >> head/contrib/gcc/libgcc2.h >> head/contrib/gcc/loop-init.c >> head/contrib/gcc/toplev.c >> head/contrib/gcc/tree-ssa-address.c > May I ask you to revert this commit? It causes an ICE on powerpc(64) and > sparc64 while compiling dev/trm/trm.c. Tinderbox also showed this one a > few days ago. It should pop up again soon. > > Done, thank you! FWIW, I have almost finished the patch to add Block support to gcc. I still have to check many things and document the changes but I got to a point where the example in Wikipedia works :). Pedro.