gcc/libstdc++-v3
Edward Smith-Rowland 7057e6452b Implement C++14 digit separators.
libcpp:

2013-10-31  Edward Smith-Rowland  <3dw4rd@verizon.net>

        Implement C++14 digit separators.
	* include/cpplib.h (cpp_options): Add digit_separators flag.
	* internal.h (DIGIT_SEP(c)): New macro.
	* expr.c (cpp_classify_number): Check improper placement of digit sep;
	(cpp_interpret_integer): Skip over digit separators.
	* init.c (lang_flags): Add digit_separators flag; (lang_defaults): Add
	digit separator flags per language; (cpp_set_lang): Set
	digit_separators
	* lex.c (lex_number): Add digits separator to allowable characters for
	C++14.


gcc/c-family:

2013-10-31  Edward Smith-Rowland  <3dw4rd@verizon.net>

        Implement C++14 digit separators.
	* c-lex.c (interpret_float): Remove digit separators from scratch string
	before building real literal.


gcc/testsuite:

2013-10-31  Edward Smith-Rowland  <3dw4rd@verizon.net>

        Implement C++14 digit separators.
	* g++.dg/cpp1y/digit-sep.C: New.
	* g++.dg/cpp1y/digit-sep-neg.C: New.
	* g++.dg/cpp1y/digit-sep-cxx11-neg.C: New.


libstdc++-v3:

2013-10-31  Edward Smith-Rowland  <3dw4rd@verizon.net>

        Implement C++14 digit separators.
	* include/include/bits/parse_numbers.h: Change struct _Digit<_Base, '`'>
	to struct _Digit<_Base, '\''>.

From-SVN: r204260
2013-10-31 14:01:23 +00:00
..
config Update x32 baseline_symbols.txt 2013-10-11 11:46:22 -07:00
doc status_cxx2011.xml: Change "is not implemented" to "is not correctly implemented". 2013-10-01 23:56:45 +00:00
include Implement C++14 digit separators. 2013-10-31 14:01:23 +00:00
libsupc++ del_op.cc (operator delete): Don't test for 0 before free. 2013-10-03 16:16:40 +00:00
po Commit the vtable verification feature. 2013-08-06 20:38:59 -07:00
python re PR libstdc++/53477 (pretty printer fails with: Python Exception <type 'exceptions.IndexError'> list index out of range) 2013-08-20 19:20:42 +00:00
scripts Commit the vtable verification feature. 2013-08-06 20:38:59 -07:00
src Fix build break when configured with --enable-symvers=gnu-versioned-namespace 2013-10-01 11:20:36 -07:00
testsuite 48631_neg.cc: Tweak dg-prune. 2013-10-31 12:38:02 +00:00
ChangeLog Implement C++14 digit separators. 2013-10-31 14:01:23 +00:00
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009
ChangeLog-2010
ChangeLog-2011
ChangeLog-2012
Makefile.am
Makefile.in Commit the vtable verification feature. 2013-08-06 20:38:59 -07:00
README
acinclude.m4 Configuration bits for ARC port: 2013-10-01 17:34:40 +01:00
aclocal.m4
config.h.in Commit the vtable verification feature. 2013-08-06 20:38:59 -07:00
configure Configuration bits for ARC port: 2013-10-01 17:34:40 +01:00
configure.ac Commit the vtable verification feature. 2013-08-06 20:38:59 -07:00
configure.host codecvt_members.cc: Fix typo. 2013-07-04 22:07:44 +01:00
crossconfig.m4
fragment.am Commit the vtable verification feature. 2013-08-06 20:38:59 -07:00
linkage.m4

README

file: libstdc++-v3/README

New users may wish to point their web browsers to the file
index.html in the 'doc/html' subdirectory.  It contains brief
building instructions and notes on how to configure the library in
interesting ways.