OSDN Git Service

libcpp:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Jan 2010 18:08:17 +0000 (18:08 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Jan 2010 18:08:17 +0000 (18:08 +0000)
commit0074cd57671ee45db5fdf292561bcf04c57ed8bd
tree4377e3cf62ac8d551491136201deeb693025608f
parentf54ef8b6bdcb2db0a3bc5c76b028df7a75fe524d
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155558 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/c99-hexfloat-3.c [new file with mode: 0644]
libcpp/ChangeLog
libcpp/expr.c