|
|
|
@ -1,12 +1,15 @@
|
|
|
|
|
// RUN: %clang_cc1 -triple x86_64-apple-macosx10.13.0 -fexceptions -faligned-alloc-unavailable -std=c++1z -verify %s
|
|
|
|
|
// RUN: %clang_cc1 -triple x86_64-apple-macosx10.13.0 -fexceptions -faligned-alloc-unavailable -std=c++1z -verify -DMACOS %s
|
|
|
|
|
// RUN: %clang_cc1 -triple x86_64-apple-macosx10.13.0 -fexceptions -std=c++1z -verify -DNO_ERRORS %s
|
|
|
|
|
// RUN: %clang_cc1 -triple x86_64-apple-macosx10.13.0 -fexceptions -faligned-allocation -faligned-alloc-unavailable -std=c++14 -verify %s
|
|
|
|
|
// RUN: %clang_cc1 -triple x86_64-apple-macosx10.13.0 -fexceptions -faligned-allocation -faligned-alloc-unavailable -std=c++14 -verify -DMACOS %s
|
|
|
|
|
// RUN: %clang_cc1 -triple arm64-apple-ios10.0.0 -fexceptions -faligned-alloc-unavailable -std=c++1z -verify -DIOS %s
|
|
|
|
|
// RUN: %clang_cc1 -triple arm64-apple-ios10.0.0 -fexceptions -std=c++1z -verify -DNO_ERRORS %s
|
|
|
|
|
// RUN: %clang_cc1 -triple arm64-apple-tvos10.0.0 -fexceptions -faligned-alloc-unavailable -std=c++1z -verify -DTVOS %s
|
|
|
|
|
// RUN: %clang_cc1 -triple arm64-apple-tvos10.0.0 -fexceptions -std=c++1z -verify -DNO_ERRORS %s
|
|
|
|
|
// RUN: %clang_cc1 -triple armv7k-apple-watchos3.0.0 -fexceptions -faligned-alloc-unavailable -std=c++1z -verify -DWATCHOS %s
|
|
|
|
|
// RUN: %clang_cc1 -triple armv7k-apple-watchos3.0.0 -fexceptions -std=c++1z -verify -DNO_ERRORS %s
|
|
|
|
|
// RUN: %clang_cc1 -triple s390x-none-zos -fexceptions -faligned-alloc-unavailable -std=c++1z -verify -DZOS %s
|
|
|
|
|
// RUN: %clang_cc1 -triple s390x-none-zos -fexceptions -std=c++1z -verify -DNO_ERRORS %s
|
|
|
|
|
// RUN: %clang_cc1 -triple s390x-none-zos -fexceptions -faligned-allocation -faligned-alloc-unavailable -std=c++14 -verify -DZOS %s
|
|
|
|
|
|
|
|
|
|
namespace std {
|
|
|
|
|
typedef decltype(sizeof(0)) size_t;
|
|
|
|
@ -62,40 +65,40 @@ void testOveraligned() {
|
|
|
|
|
#ifdef NO_ERRORS
|
|
|
|
|
// expected-no-diagnostics
|
|
|
|
|
#else
|
|
|
|
|
// expected-error@-16 {{aligned allocation function of type 'void *(unsigned long, enum std::align_val_t)' is only available on}}
|
|
|
|
|
// expected-error-re@-16 {{aligned allocation function of type 'void *(unsigned long, enum std::align_val_t)' is {{only|not}} available on}}
|
|
|
|
|
// expected-note@-17 {{if you supply your own aligned allocation functions}}
|
|
|
|
|
// expected-error@-18 {{aligned deallocation function of type 'void (void *, enum std::align_val_t) noexcept' is only available on}}
|
|
|
|
|
// expected-error-re@-18 {{aligned deallocation function of type 'void (void *, enum std::align_val_t) noexcept' is {{only|not}} available on}}
|
|
|
|
|
// expected-note@-19 {{if you supply your own aligned allocation functions}}
|
|
|
|
|
|
|
|
|
|
// expected-error@-20 {{aligned allocation function of type 'void *(unsigned long, enum std::align_val_t)' is only available on}}
|
|
|
|
|
// expected-error-re@-20 {{aligned allocation function of type 'void *(unsigned long, enum std::align_val_t)' is {{only|not}} available on}}
|
|
|
|
|
// expected-note@-21 {{if you supply your own aligned allocation functions}}
|
|
|
|
|
// expected-error@-22 {{aligned deallocation function of type 'void (void *, enum std::align_val_t) noexcept' is only available on}}
|
|
|
|
|
// expected-error-re@-22 {{aligned deallocation function of type 'void (void *, enum std::align_val_t) noexcept' is {{only|not}} available on}}
|
|
|
|
|
// expected-note@-23 {{if you supply your own aligned allocation functions}}
|
|
|
|
|
|
|
|
|
|
// expected-error@-24 {{aligned deallocation function of type 'void (void *, enum std::align_val_t) noexcept' is only available on}}
|
|
|
|
|
// expected-error-re@-24 {{aligned deallocation function of type 'void (void *, enum std::align_val_t) noexcept' is {{only|not}} available on}}
|
|
|
|
|
// expected-note@-25 {{if you supply your own aligned allocation functions}}
|
|
|
|
|
|
|
|
|
|
// expected-error@-26 {{aligned allocation function of type 'void *(std::size_t, std::align_val_t, const std::nothrow_t &) noexcept' is only available on}}
|
|
|
|
|
// expected-error-re@-26 {{aligned allocation function of type 'void *(std::size_t, std::align_val_t, const std::nothrow_t &) noexcept' is {{only|not}} available on}}
|
|
|
|
|
// expected-note@-27 {{if you supply your own aligned allocation functions}}
|
|
|
|
|
// expected-error@-28 {{aligned deallocation function of type 'void (void *, std::align_val_t, const std::nothrow_t &) noexcept' is only available on}}
|
|
|
|
|
// expected-error-re@-28 {{aligned deallocation function of type 'void (void *, std::align_val_t, const std::nothrow_t &) noexcept' is {{only|not}} available on}}
|
|
|
|
|
// expected-note@-29 {{if you supply your own aligned allocation functions}}
|
|
|
|
|
|
|
|
|
|
// expected-error@-29 {{aligned allocation function of type 'void *(unsigned long, enum std::align_val_t)' is only available on}}
|
|
|
|
|
// expected-error-re@-29 {{aligned allocation function of type 'void *(unsigned long, enum std::align_val_t)' is {{only|not}} available on}}
|
|
|
|
|
// expected-note@-30 {{if you supply your own aligned allocation functions}}
|
|
|
|
|
// expected-error@-31 {{aligned deallocation function of type 'void (void *, enum std::align_val_t) noexcept' is only available on}}
|
|
|
|
|
// expected-error-re@-31 {{aligned deallocation function of type 'void (void *, enum std::align_val_t) noexcept' is {{only|not}} available on}}
|
|
|
|
|
// expected-note@-32 {{if you supply your own aligned allocation functions}}
|
|
|
|
|
|
|
|
|
|
// expected-error@-33 {{aligned allocation function of type 'void *(unsigned long, enum std::align_val_t)' is only available on}}
|
|
|
|
|
// expected-error-re@-33 {{aligned allocation function of type 'void *(unsigned long, enum std::align_val_t)' is {{only|not}} available on}}
|
|
|
|
|
// expected-note@-34 {{if you supply your own aligned allocation functions}}
|
|
|
|
|
// expected-error@-35 {{aligned deallocation function of type 'void (void *, enum std::align_val_t) noexcept' is only available on}}
|
|
|
|
|
// expected-error-re@-35 {{aligned deallocation function of type 'void (void *, enum std::align_val_t) noexcept' is {{only|not}} available on}}
|
|
|
|
|
// expected-note@-36 {{if you supply your own aligned allocation functions}}
|
|
|
|
|
|
|
|
|
|
// expected-error@-37 {{aligned deallocation function of type 'void (void *, enum std::align_val_t) noexcept' is only available on}}
|
|
|
|
|
// expected-error-re@-37 {{aligned deallocation function of type 'void (void *, enum std::align_val_t) noexcept' is {{only|not}} available on}}
|
|
|
|
|
// expected-note@-38 {{if you supply your own aligned allocation functions}}
|
|
|
|
|
|
|
|
|
|
// expected-error@-39 {{aligned allocation function of type 'void *(std::size_t, std::align_val_t, const std::nothrow_t &) noexcept' is only available on}}
|
|
|
|
|
// expected-error-re@-39 {{aligned allocation function of type 'void *(std::size_t, std::align_val_t, const std::nothrow_t &) noexcept' is {{only|not}} available on}}
|
|
|
|
|
// expected-note@-40 {{if you supply your own aligned allocation functions}}
|
|
|
|
|
// expected-error@-41 {{aligned deallocation function of type 'void (void *, std::align_val_t, const std::nothrow_t &) noexcept' is only available on}}
|
|
|
|
|
// expected-error-re@-41 {{aligned deallocation function of type 'void (void *, std::align_val_t, const std::nothrow_t &) noexcept' is {{only|not}} available on}}
|
|
|
|
|
// expected-note@-42 {{if you supply your own aligned allocation functions}}
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
@ -116,12 +119,15 @@ void testOveralignedCheckOS() {
|
|
|
|
|
#elif defined(WATCHOS)
|
|
|
|
|
// expected-error@-13 {{aligned allocation function of type 'void *(unsigned long, enum std::align_val_t)' is only available on watchOS 4 or newer}}}
|
|
|
|
|
// expected-error@-14 {{aligned deallocation function of type 'void (void *, enum std::align_val_t) noexcept' is only available on watchOS 4 or newer}}}
|
|
|
|
|
#else
|
|
|
|
|
#elif defined(MACOS)
|
|
|
|
|
// expected-error@-16 {{aligned allocation function of type 'void *(unsigned long, enum std::align_val_t)' is only available on macOS 10.14 or newer}}}
|
|
|
|
|
// expected-error@-17 {{aligned deallocation function of type 'void (void *, enum std::align_val_t) noexcept' is only available on macOS 10.14 or newer}}}
|
|
|
|
|
#elif defined(ZOS)
|
|
|
|
|
// expected-error@-19 {{aligned allocation function of type 'void *(unsigned long, enum std::align_val_t)' is not available on z/OS}}}
|
|
|
|
|
// expected-error@-20 {{aligned deallocation function of type 'void (void *, enum std::align_val_t) noexcept' is not available on z/OS}}}
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
// expected-note@-20 2 {{if you supply your own aligned allocation functions}}
|
|
|
|
|
// expected-note@-23 2 {{if you supply your own aligned allocation functions}}
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
// Test that diagnostics are produced when an unavailable aligned deallocation
|
|
|
|
@ -145,9 +151,12 @@ OveralignedS2::~OveralignedS2() {}
|
|
|
|
|
#elif defined(WATCHOS)
|
|
|
|
|
// expected-error@-12 {{aligned deallocation function of type 'void (void *, enum std::align_val_t) noexcept' is only available on watchOS 4 or newer}}}
|
|
|
|
|
// expected-note@-13 {{if you supply your own aligned allocation functions}}
|
|
|
|
|
#else
|
|
|
|
|
#elif defined(MACOS)
|
|
|
|
|
// expected-error@-15 {{aligned deallocation function of type 'void (void *, enum std::align_val_t) noexcept' is only available on macOS 10.14 or newer}}}
|
|
|
|
|
// expected-note@-16 {{if you supply your own aligned allocation functions}}
|
|
|
|
|
#elif defined(ZOS)
|
|
|
|
|
// expected-error@-18 {{aligned deallocation function of type 'void (void *, enum std::align_val_t) noexcept' is not available on z/OS}}}
|
|
|
|
|
// expected-note@-19 {{if you supply your own aligned allocation functions}}
|
|
|
|
|
#endif
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
@ -172,22 +181,22 @@ void testExplicitOperatorNewDeleteOveraligned() {
|
|
|
|
|
#ifdef NO_ERRORS
|
|
|
|
|
// expected-no-diagnostics
|
|
|
|
|
#else
|
|
|
|
|
// expected-error@-11 {{aligned allocation function of type 'void *(unsigned long, enum std::align_val_t)' is only available on}}
|
|
|
|
|
// expected-error-re@-11 {{aligned allocation function of type 'void *(unsigned long, enum std::align_val_t)' is {{only|not}} available on}}
|
|
|
|
|
// expected-note@-12 {{if you supply your own aligned allocation functions}}
|
|
|
|
|
|
|
|
|
|
// expected-error@-13 {{aligned deallocation function of type 'void (void *, enum std::align_val_t) noexcept' is only available on}}
|
|
|
|
|
// expected-error-re@-13 {{aligned deallocation function of type 'void (void *, enum std::align_val_t) noexcept' is {{only|not}} available on}}
|
|
|
|
|
// expected-note@-14 {{if you supply your own aligned allocation functions}}
|
|
|
|
|
|
|
|
|
|
// expected-error@-15 {{aligned allocation function of type 'void *(unsigned long, enum std::align_val_t)' is only available on}}
|
|
|
|
|
// expected-error-re@-15 {{aligned allocation function of type 'void *(unsigned long, enum std::align_val_t)' is {{only|not}} available on}}
|
|
|
|
|
// expected-note@-16 {{if you supply your own aligned allocation functions}}
|
|
|
|
|
|
|
|
|
|
// expected-error@-17 {{aligned deallocation function of type 'void (void *, enum std::align_val_t) noexcept' is only available on}}
|
|
|
|
|
// expected-error-re@-17 {{aligned deallocation function of type 'void (void *, enum std::align_val_t) noexcept' is {{only|not}} available on}}
|
|
|
|
|
// expected-note@-18 {{if you supply your own aligned allocation functions}}
|
|
|
|
|
|
|
|
|
|
// expected-error@-19 {{aligned allocation function of type 'void *(unsigned long, enum std::align_val_t)' is only available on}}
|
|
|
|
|
// expected-error-re@-19 {{aligned allocation function of type 'void *(unsigned long, enum std::align_val_t)' is {{only|not}} available on}}
|
|
|
|
|
// expected-note@-20 {{if you supply your own aligned allocation functions}}
|
|
|
|
|
|
|
|
|
|
// expected-error@-21 {{aligned deallocation function of type 'void (void *, enum std::align_val_t) noexcept' is only available on}}
|
|
|
|
|
// expected-error-re@-21 {{aligned deallocation function of type 'void (void *, enum std::align_val_t) noexcept' is {{only|not}} available on}}
|
|
|
|
|
// expected-note@-22 {{if you supply your own aligned allocation functions}}
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|