diff options
author | Yaron Keren <yaron.keren@gmail.com> | 2013-11-22 09:22:12 +0000 |
---|---|---|
committer | Yaron Keren <yaron.keren@gmail.com> | 2013-11-22 09:22:12 +0000 |
commit | e050d66e127a4717530ded40842e878699c06679 (patch) | |
tree | 46d111c7863b24aff61ef3f0787dbd155e2f138e /llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | |
parent | be36c42df6e9165762d7dd7527c6ae2930d39557 (diff) | |
download | bcm5719-llvm-e050d66e127a4717530ded40842e878699c06679.tar.gz bcm5719-llvm-e050d66e127a4717530ded40842e878699c06679.zip |
Compiling libcxx with gcc 4.6.4 (MingW) produces these errors:
type_traits:3280:31: error: expected primary-expression before 'decltype'
type_traits:3280:29: error: expected ';' at end of member declaration
memory:2415:49: error: function 'std::__1::default_delete<_Tp>::default_delete()'
defaulted on its first declaration must not have an exception-specification
memory:2435:49: error: function 'std::__1::default_delete<_Tp []>::default_delete()'
defaulted on its first declaration must not have an exception-specification
The attached patch defines _LIBCPP_HAS_NO_ADVANCED_SFINAE and
_LIBCPP_HAS_NO_DEFAULTED_FUNCTIONS for gcc version < 4.7, making
the library compile with gcc 4.6.4.
llvm-svn: 195431
Diffstat (limited to 'llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp')
0 files changed, 0 insertions, 0 deletions