]> git.ipfire.org Git - thirdparty/gcc.git/commit
Document LWG 2735 status and add test
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Feb 2019 09:07:09 +0000 (09:07 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Feb 2019 09:07:09 +0000 (09:07 +0000)
commitc677a9d7dfdce7cd915e41e7547164d5530fba01
treeb6993c8b6aa9f6c47acc0ef70f7cb54f6c33b079
parentcd3f735a9ce78b686fe7367802fbd040ab711ac7
Document LWG 2735 status and add test

This DR was already resolved for GCC 7.1 by the implementation of DR
2192, but we didn't have an explicit test for the behaviour that 2735
guarantees.

* doc/xml/manual/intro.xml: Document LWG 2735 status.
* include/bits/std_abs.h: Add comment about LWG 2735.
* testsuite/26_numerics/headers/cstdlib/dr2735.cc: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@268867 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/doc/xml/manual/intro.xml
libstdc++-v3/include/bits/std_abs.h
libstdc++-v3/testsuite/26_numerics/headers/cstdlib/dr2735.cc [new file with mode: 0644]