]> git.ipfire.org Git - thirdparty/gcc.git/commit - libcpp/ChangeLog
expr.c (cpp_classify_number): Hex floats are new in C++1z.
authorJason Merrill <jason@redhat.com>
Tue, 15 Mar 2016 12:08:31 +0000 (08:08 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 15 Mar 2016 12:08:31 +0000 (08:08 -0400)
commit2aaeea194be58f1ac62c5a3ef6528ed2ae8e92ec
tree5ca057b6eafdc0abc79daff46e0295d6744dbbfd
parent08da25814139d7eb1264acb66b60cbb17a123deb
expr.c (cpp_classify_number): Hex floats are new in C++1z.

* libcpp/expr.c (cpp_classify_number): Hex floats are new in C++1z.

* libcpp/init.c (lang_defaults): Likewise.
* gcc/c-family/c-cppbuiltin.c (c_cpp_builtins): Set __cpp_hex_float.

From-SVN: r234213
gcc/c-family/ChangeLog
gcc/c-family/c-cppbuiltin.c
gcc/testsuite/g++.dg/cpp/pr23827_cxx98_neg.C
gcc/testsuite/g++.dg/cpp1z/feat-cxx1z.C
libcpp/ChangeLog
libcpp/expr.c
libcpp/init.c