You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/test/language.support/support.dynamic/new.delete/new.delete.array
Howard Hinnant 5ce391e336 Make a few tests optimization-proof. These tests were failing under -O3 because the optimizer was eliminating the call to new.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@172631 91177308-0d34-0410-b5e6-96231b3b80d8
13 years ago
..
new_array.pass.cpp Make a few tests optimization-proof. These tests were failing under -O3 because the optimizer was eliminating the call to new. 13 years ago
new_array_nothrow.pass.cpp Make a few tests optimization-proof. These tests were failing under -O3 because the optimizer was eliminating the call to new. 13 years ago
new_array_nothrow_replace.pass.cpp Make a few tests optimization-proof. These tests were failing under -O3 because the optimizer was eliminating the call to new. 13 years ago
new_array_replace.pass.cpp Make a few tests optimization-proof. These tests were failing under -O3 because the optimizer was eliminating the call to new. 13 years ago