svn commit: r251728 - stable/8/contrib/gcc

Dimitry Andric dimitry at andric.com
Fri Jun 14 08:46:11 UTC 2013


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?

-Dimitry



More information about the svn-src-stable-8 mailing list