gcc/libcpp
Jakub Jelinek 01187df097 N3472 binary constants
N3472 binary constants
	* include/cpplib.h (struct cpp_options): Fix a typo in user_literals
	field comment.  Add binary_constants field.
	* init.c (struct lang_flags): Add binary_constants field.
	(lang_defaults): Add bin_cst column to the table.
	(cpp_set_lang): Initialize CPP_OPTION (pfile, binary_constants).
	* expr.c (cpp_classify_number): Talk about C++11 instead of C++0x
	in diagnostics.  Accept binary constants if
	CPP_OPTION (pfile, binary_constants) even when pedantic.  Adjust
	pedwarn message.

	* g++.dg/cpp/limits.C: Adjust warning wording.
	* g++.dg/system-binary-constants-1.C: Likewise.
	* g++.dg/cpp1y/system-binary-constants-1.C: New test.

From-SVN: r198380
2013-04-28 23:36:57 +02:00
..
include N3472 binary constants 2013-04-28 23:36:57 +02:00
po * vi.po: Update. 2013-03-30 22:12:28 +00:00
ChangeLog N3472 binary constants 2013-04-28 23:36:57 +02:00
Makefile.in Update copyright years in libcpp. 2013-01-14 18:13:59 +00:00
aclocal.m4 Undo inadvertent commit in rev 160105. 2010-06-01 10:20:24 -04:00
charset.c Update copyright years in libcpp. 2013-01-14 18:13:59 +00:00
config.in configure.ac: Don't define ENABLE_CHECKING whenever --enable-checking is seen... 2013-02-28 10:58:47 +01:00
configure re PR target/56771 (Integer Overflow? Building arm-rtems libgcc2) 2013-04-03 15:11:54 +00:00
configure.ac re PR target/56771 (Integer Overflow? Building arm-rtems libgcc2) 2013-04-03 15:11:54 +00:00
directives-only.c Update copyright years in libcpp. 2013-01-14 18:13:59 +00:00
directives.c re PR middle-end/56461 (GCC is leaking lots of memory) 2013-03-06 17:18:40 +01:00
errors.c Update copyright years in libcpp. 2013-01-14 18:13:59 +00:00
expr.c N3472 binary constants 2013-04-28 23:36:57 +02:00
files.c re PR middle-end/56461 (GCC is leaking lots of memory) 2013-03-06 17:18:40 +01:00
identifiers.c Update copyright years in libcpp. 2013-01-14 18:13:59 +00:00
init.c N3472 binary constants 2013-04-28 23:36:57 +02:00
internal.h re PR middle-end/56461 (GCC is leaking lots of memory) 2013-03-06 17:18:40 +01:00
lex.c cpplib.h (enum c_lang): Add CLK_GNUCXX1Y and CLK_CXX1Y. 2013-04-24 19:33:54 +00:00
line-map.c Update copyright years in libcpp. 2013-01-14 18:13:59 +00:00
macro.c Update copyright years in libcpp. 2013-01-14 18:13:59 +00:00
makeucnid.c Update copyright years in libcpp. 2013-01-14 18:13:59 +00:00
mkdeps.c Update copyright years in libcpp. 2013-01-14 18:13:59 +00:00
pch.c re PR middle-end/56461 (GCC is leaking lots of memory) 2013-03-01 22:06:04 +01:00
symtab.c Update copyright years in libcpp. 2013-01-14 18:13:59 +00:00
system.h Update copyright years in libcpp. 2013-01-14 18:13:59 +00:00
traditional.c Update copyright years in libcpp. 2013-01-14 18:13:59 +00:00
ucnid.h Update copyright years in libcpp. 2013-01-14 18:13:59 +00:00
ucnid.tab Update copyright years in libcpp. 2013-01-14 18:13:59 +00:00