diff options
author | Louis Dionne <ldionne@apple.com> | 2019-09-24 22:42:36 +0000 |
---|---|---|
committer | Louis Dionne <ldionne@apple.com> | 2019-09-24 22:42:36 +0000 |
commit | de8609c62a58c1ad8d930482077518e2c570ddd8 (patch) | |
tree | 8464b06d382b1808c69554861869eb93354c6d55 /libcxx/test/std/experimental | |
parent | cb4cda2d45e15aa01d3deb1e8779d2b0a22133e0 (diff) | |
download | bcm5719-llvm-de8609c62a58c1ad8d930482077518e2c570ddd8.tar.gz bcm5719-llvm-de8609c62a58c1ad8d930482077518e2c570ddd8.zip |
[libc++] Purge mentions of GCC 4 from the test suite
We don't support GCC 4 and older according to the documentation, so
we should pretend it doesn't exist.
llvm-svn: 372787
Diffstat (limited to 'libcxx/test/std/experimental')
-rw-r--r-- | libcxx/test/std/experimental/simd/simd.cons/broadcast.pass.cpp | 3 | ||||
-rw-r--r-- | libcxx/test/std/experimental/simd/simd.cons/generator.pass.cpp | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/libcxx/test/std/experimental/simd/simd.cons/broadcast.pass.cpp b/libcxx/test/std/experimental/simd/simd.cons/broadcast.pass.cpp index cf038e38427..57a6cd57ee2 100644 --- a/libcxx/test/std/experimental/simd/simd.cons/broadcast.pass.cpp +++ b/libcxx/test/std/experimental/simd/simd.cons/broadcast.pass.cpp @@ -8,9 +8,6 @@ // UNSUPPORTED: c++98, c++03, c++11, c++14 -// See GCC PR63723. -// UNSUPPORTED: gcc-4.9 - // <experimental/simd> // // [simd.class] diff --git a/libcxx/test/std/experimental/simd/simd.cons/generator.pass.cpp b/libcxx/test/std/experimental/simd/simd.cons/generator.pass.cpp index 500ccce817d..7b7c883f427 100644 --- a/libcxx/test/std/experimental/simd/simd.cons/generator.pass.cpp +++ b/libcxx/test/std/experimental/simd/simd.cons/generator.pass.cpp @@ -8,9 +8,6 @@ // UNSUPPORTED: c++98, c++03, c++11, c++14 -// See GCC PR63723. -// UNSUPPORTED: gcc-4.9 - // <experimental/simd> // // [simd.class] |