diff options
author | Louis Dionne <ldionne@apple.com> | 2019-09-25 19:40:48 +0000 |
---|---|---|
committer | Louis Dionne <ldionne@apple.com> | 2019-09-25 19:40:48 +0000 |
commit | 45c935bd0b5bde5c432b8ac2a4da1e54f6bc273a (patch) | |
tree | d7a28b1174eb874e960bc6452192c10e1cf3558a /libcxx/test/std/experimental/simd | |
parent | d663efe23a266d7b6dc1718324726777aa0baacd (diff) | |
download | bcm5719-llvm-45c935bd0b5bde5c432b8ac2a4da1e54f6bc273a.tar.gz bcm5719-llvm-45c935bd0b5bde5c432b8ac2a4da1e54f6bc273a.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.
This is a re-application of r372787.
llvm-svn: 372916
Diffstat (limited to 'libcxx/test/std/experimental/simd')
-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] |