Ensure C++ language linkage in cmath and cstdlib
authorJonathan Wakely <jwakely@redhat.com>
Wed, 20 Jan 2016 12:34:25 +0000 (12:34 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 20 Jan 2016 12:34:25 +0000 (12:34 +0000)
commiteac437bf2c5ec74c7fd4a3e897207e6b7a5eabb2
tree1ba9352b867531b18d3df6af746f3167e7cf14d8
parent825da0d20f71cd82fa58e16e92099879e9a8b8f2
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.

From-SVN: r232607
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]