From owner-svn-src-stable-8@FreeBSD.ORG Fri Jun 14 08:46:10 2013 Return-Path: Delivered-To: svn-src-stable-8@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E63A7861; Fri, 14 Jun 2013 08:46:10 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (tensor.andric.com [IPv6:2001:7b8:3a7:1:2d0:b7ff:fea0:8c26]) by mx1.freebsd.org (Postfix) with ESMTP id AFC061C62; Fri, 14 Jun 2013 08:46:10 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7::bcda:4d69:e011:5322] (unknown [IPv6:2001:7b8:3a7:0:bcda:4d69:e011:5322]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id BAD995C44; Fri, 14 Jun 2013 10:46:08 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: svn commit: r251728 - stable/8/contrib/gcc From: Dimitry Andric In-Reply-To: <201306140328.r5E3STvD037517@svn.freebsd.org> Date: Fri, 14 Jun 2013 10:46:06 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <38497015-A08E-4062-9B3A-F1836448FBF6@andric.com> References: <201306140328.r5E3STvD037517@svn.freebsd.org> To: Pedro F. Giffuni X-Mailer: Apple Mail (2.1508) Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-8@freebsd.org X-BeenThere: svn-src-stable-8@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for only the 8-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jun 2013 08:46:11 -0000 On Jun 14, 2013, at 05:28, Pedro F. Giffuni wrote: > Author: pfg > Date: Fri Jun 14 03:28:29 2013 > New Revision: 251728 > URL: http://svnweb.freebsd.org/changeset/base/251728 >=20 > Log: > MFC r250550, r250566; >=20 > Update the gcc43 ChangeLog. >=20 > Add support for "d" floating-point suffix, as defined by draft N1312 > of TR 24732. Hi Pedro, Unfortunately this breaks tinderbox: /src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/c-lex.c: In function = 'interpret_float': /src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/c-lex.c:644: error: = 'CPP_N_DEFAULT' undeclared (first use in this function) /src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/c-lex.c:644: error: = (Each undeclared identifier is reported only once /src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/c-lex.c:644: error: = for each function it appears in.) *** [c-lex.o] Error code 1 So apparently you need to also MFC the change that introduced the CPP_N_DEFAULT identifier? -Dimitry