aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2010-01-01 18:08:17 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2010-01-01 18:08:17 +0000
commitdadab4fd220ff852e68afdd855a5702d3eb22447 (patch)
tree4377e3cf62ac8d551491136201deeb693025608f /libcpp/ChangeLog
parente4a95933a61da64ab7b32186baa2c62312c1f623 (diff)
downloadgcc-dadab4fd220ff852e68afdd855a5702d3eb22447.zip
gcc-dadab4fd220ff852e68afdd855a5702d3eb22447.tar.gz
gcc-dadab4fd220ff852e68afdd855a5702d3eb22447.tar.bz2
re PR preprocessor/41947 (GCC Hexadecimal Floating point constant handling)
libcpp: PR preprocessor/41947 * expr.c (cpp_classify_number): Give error for hexadecimal floating-point constant with no digits before or after point. gcc/testsuite: * gcc.dg/c99-hexfloat-3.c: New test. From-SVN: r155558
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index af05ca3..d35186c 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,9 @@
+2010-01-01 Joseph Myers <joseph@codesourcery.com>
+
+ PR preprocessor/41947
+ * expr.c (cpp_classify_number): Give error for hexadecimal
+ floating-point constant with no digits before or after point.
+
2009-11-20 Arnaud Charlet <charlet@adacore.com>
* macro.c (enter_macro_context): Call cb.used callback if defined.