OSDN Git Service

* expr.c (interpret_float_suffix): Support hr, r, lr, llr, uhr, ur,
authorchaoyingfu <chaoyingfu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Aug 2007 23:05:17 +0000 (23:05 +0000)
committerchaoyingfu <chaoyingfu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Aug 2007 23:05:17 +0000 (23:05 +0000)
commit84373723043bc16686594a725911ed92be41db24
treef4c07ef719ac366d9d8400e5386ecb0c3d84690c
parent0ff77f4e7cbec5274d2d5bc91ef6c456393e09ab
* expr.c (interpret_float_suffix): Support hr, r, lr, llr, uhr, ur,
ulr, ullr, hk, k, lk, llk, uhk, uk, ulk, ullk.
(cpp_classify_number): Support decimal fixed-point constants without
exponents.
Warn about fixed-point constants when -pedantic.
* include/cpplib.h (CPP_N_SMALL, CPP_N_MEDIUM, CPP_N_LARGE): Change
comments to support fixed-point values.
(CPP_N_FRACT, CPP_N_ACCUM): Define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127940 138bc75d-0d04-0410-961f-82ee72b054a4
libcpp/ChangeLog
libcpp/expr.c
libcpp/include/cpplib.h