mirror of git://gcc.gnu.org/git/gcc.git
re PR libstdc++/69446 (cow-stdexcept.cc:374:1: error: alias d efinitions not supported in this configuration)
PR libstdc++/69446 * config/os/hpux/os_defines.h (_GLIBCXX_USE_WEAK_REF): Define. From-SVN: r232769
This commit is contained in:
parent
42fb90d7a5
commit
3676c0871f
|
|
@ -1,3 +1,8 @@
|
||||||
|
2016-01-23 John David Anglin <danglin@gcc.gnu.org>
|
||||||
|
|
||||||
|
PR libstdc++/69446
|
||||||
|
* config/os/hpux/os_defines.h (_GLIBCXX_USE_WEAK_REF): Define.
|
||||||
|
|
||||||
2016-01-22 Edward Smith-Rowland <3dw4rd@verizon.net>
|
2016-01-22 Edward Smith-Rowland <3dw4rd@verizon.net>
|
||||||
|
|
||||||
TR29124 C++ Special Math - <math.h> pulls funcs into global namespace.
|
TR29124 C++ Special Math - <math.h> pulls funcs into global namespace.
|
||||||
|
|
|
||||||
|
|
@ -99,6 +99,9 @@ typedef long int __padding_type;
|
||||||
to null pointers when weak symbol support is on. */
|
to null pointers when weak symbol support is on. */
|
||||||
#define _GLIBCXX_GTHREAD_USE_WEAK 0
|
#define _GLIBCXX_GTHREAD_USE_WEAK 0
|
||||||
|
|
||||||
|
// No support for referencing weak symbols without a definition.
|
||||||
|
#define _GLIBCXX_USE_WEAK_REF 0
|
||||||
|
|
||||||
// The strtold function is obsolete and not C99 conformant on PA HP-UX.
|
// The strtold function is obsolete and not C99 conformant on PA HP-UX.
|
||||||
// It returns plus or minus _LDBL_MAX instead of plus or minus HUGE_VALL
|
// It returns plus or minus _LDBL_MAX instead of plus or minus HUGE_VALL
|
||||||
// if the correct value would cause overflow. It doesn't handle "inf",
|
// if the correct value would cause overflow. It doesn't handle "inf",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue