Ensure C++ language linkage in cmath and cstdlib
commitd47929d3b70abbedd95e38abfece55f847feae06
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Jan 2016 12:34:25 +0000 (20 12:34 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Jan 2016 12:34:25 +0000 (20 12:34 +0000)
tree1ba9352b867531b18d3df6af746f3167e7cf14d8
parent96536a9d252a60aeaa039643a1d3c616e52ad8bc
Ensure C++ language linkage in cmath and cstdlib

PR libstdc++/69386
* include/c_global/ccomplex: Ensure C++ language linkage.
* include/c_global/cmath: Likewise.
* include/c_global/cstdlib: Likewise.
* include/c_global/ctgmath: Likewise.
* testsuite/17_intro/headers/c++2011/linkage.cc: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@232607 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/c_global/ccomplex
libstdc++-v3/include/c_global/cmath
libstdc++-v3/include/c_global/cstdlib
libstdc++-v3/include/c_global/ctgmath
libstdc++-v3/testsuite/17_intro/headers/c++2011/linkage.cc [new file with mode: 0644]