Date: Fri, 14 Jun 2013 10:46:06 +0200 From: Dimitry Andric <dimitry@andric.com> To: Pedro F. Giffuni <pfg@FreeBSD.org> Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-8@freebsd.org Subject: Re: svn commit: r251728 - stable/8/contrib/gcc Message-ID: <38497015-A08E-4062-9B3A-F1836448FBF6@andric.com> In-Reply-To: <201306140328.r5E3STvD037517@svn.freebsd.org> References: <201306140328.r5E3STvD037517@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Jun 14, 2013, at 05:28, Pedro F. Giffuni <pfg@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38497015-A08E-4062-9B3A-F1836448FBF6>