svn commit: r251728 - stable/8/contrib/gcc
Pedro Giffuni
pfg at FreeBSD.org
Fri Jun 14 11:49:25 UTC 2013
On 14.06.2013 03:46, Dimitry Andric wrote:
> On Jun 14, 2013, at 05:28, Pedro F. Giffuni <pfg at FreeBSD.org> wrote:
>> Author: pfg
>> Date: Fri Jun 14 03:28:29 2013
>> New Revision: 251728
>> URL: http://svnweb.freebsd.org/changeset/base/251728
>>
>> Log:
>> MFC r250550, r250566;
>>
>> Update the gcc43 ChangeLog.
>>
>> 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?
Sorry! It was indeed an incomplete merge.
Fixed in r251746.
Thank you for the notice, and for waiting for me to wake up ;) !
Pedro.
More information about the svn-src-all
mailing list