]> git.ipfire.org Git - thirdparty/gcc.git/commit
* libcpp/expr.c (cpp_classify_number): Hex floats are new in C++1z.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Mar 2016 12:08:31 +0000 (12:08 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Mar 2016 12:08:31 +0000 (12:08 +0000)
commit14c36b1402b82304739e865a27cb1aed0d87ec73
tree5ca057b6eafdc0abc79daff46e0295d6744dbbfd
parent381c9de17f162d254e184389963319019c763408
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@234213 138bc75d-0d04-0410-961f-82ee72b054a4
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