]> git.ipfire.org Git - thirdparty/gcc.git/commit - libcpp/ChangeLog
re PR preprocessor/41947 (GCC Hexadecimal Floating point constant handling)
authorJoseph Myers <joseph@codesourcery.com>
Fri, 1 Jan 2010 18:08:17 +0000 (18:08 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Fri, 1 Jan 2010 18:08:17 +0000 (18:08 +0000)
commitdadab4fd220ff852e68afdd855a5702d3eb22447
tree4377e3cf62ac8d551491136201deeb693025608f
parente4a95933a61da64ab7b32186baa2c62312c1f623
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
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/c99-hexfloat-3.c [new file with mode: 0644]
libcpp/ChangeLog
libcpp/expr.c