summaryrefslogtreecommitdiffstats
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authoremsr <emsr@138bc75d-0d04-0410-961f-82ee72b054a4>2012-11-10 00:08:49 +0000
committeremsr <emsr@138bc75d-0d04-0410-961f-82ee72b054a4>2012-11-10 00:08:49 +0000
commit2dd006369c22f7affef6c7082e3671cba988468d (patch)
tree6f4eb9fb1a2dfd8c43e78bcc98930f16138e78c4 /libcpp/ChangeLog
parentec745a53793f0eec84eabfc3b93cb12ba1e4916f (diff)
downloadppe42-gcc-2dd006369c22f7affef6c7082e3671cba988468d.tar.gz
ppe42-gcc-2dd006369c22f7affef6c7082e3671cba988468d.zip
Implement a flag -fext-numeric-literals that allows control of whether GNU
numeric suffix extensions are parsed or passed to C++ as user-defined literals. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193382 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 4bd0b26aa5e..4f78ecf761c 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,15 @@
+2012-11-09 Ed Smith-Rowland <3dw4rd@verizon.net>
+
+ PR c++/54413
+ * include/cpplib.h (cpp_interpret_float_suffix): Add cpp_reader* arg.
+ (cpp_interpret_int_suffix): Add cpp_reader* arg.
+ * init.c (cpp_create_reader): Iitialize new flags.
+ * expr.c (interpret_float_suffix): Use new flags.
+ (cpp_interpret_float_suffix): Add cpp_reader* arg.
+ (interpret_int_suffix): Use new flags.
+ (cpp_interpret_int_suffix): Add cpp_reader* arg.
+ (cpp_classify_number): Adjust calls to interpret_x_suffix.
+
2012-10-23 Ian Bolton <ian.bolton@arm.com>
Jim MacArthur <jim.macarthur@arm.com>
Marcus Shawcroft <marcus.shawcroft@arm.com>
OpenPOWER on IntegriCloud