Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jun 2013 05:48:53 -0500
From:      Pedro Giffuni <pfg@FreeBSD.org>
To:        Dimitry Andric <dimitry@andric.com>
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:  <51BAF515.3040806@FreeBSD.org>
In-Reply-To: <38497015-A08E-4062-9B3A-F1836448FBF6@andric.com>
References:  <201306140328.r5E3STvD037517@svn.freebsd.org> <38497015-A08E-4062-9B3A-F1836448FBF6@andric.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 14.06.2013 03:46, Dimitry Andric wrote:
> 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
>>
>> 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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51BAF515.3040806>