llvm-project/libcxx/test/std/language.support/support.dynamic
Eric Fiselier 50d61da2e4 Fix GCC 7 test failures.
This patch fixes the test failures and unexpected passes that occur
when testing against GCC 7. Specifically:

* don't mark __gcd as always inline because it's a recursive function. GCC diagnoses this.
* don't XFAIL the aligned allocation tests. GCC 7 supports them but not the -faligned-allocation option.
* Work around gcc.gnu.org/PR78489 in variants constructors.

llvm-svn: 302488
2017-05-09 00:00:00 +00:00
..
alloc.errors Cleanup non-standard tests as reported by STL@microsoft.com. NFC. 2016-06-01 21:05:53 +00:00
new.delete Fix GCC 7 test failures. 2017-05-09 00:00:00 +00:00
align_val_t.pass.cpp Implement P0035R4 -- Add C++17 aligned allocation functions 2016-10-14 06:46:30 +00:00