summaryrefslogtreecommitdiff
path: root/gcc/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 /gcc/ChangeLog
parentec745a53793f0eec84eabfc3b93cb12ba1e4916f (diff)
downloadgcc-2dd006369c22f7affef6c7082e3671cba988468d.tar.gz
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 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index bc60d18627b..dde3d21c3f3 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2012-11-09 Ed Smith-Rowland <3dw4rd@verizon.net>
+
+ PR c++/54413
+ * doc/invoke.texi: Document f[no-]ext-numeric-literals flag.
+
2012-11-09 Eric Botcazou <ebotcazou@adacore.com>
* doc/install.texi (sparc64-x-solaris2): Mention MPC as well.