diff options
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, 6 insertions, 0 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 57a6cd57ee2..cf038e38427 100644 --- a/libcxx/test/std/experimental/simd/simd.cons/broadcast.pass.cpp +++ b/libcxx/test/std/experimental/simd/simd.cons/broadcast.pass.cpp @@ -8,6 +8,9 @@ // 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 7b7c883f427..500ccce817d 100644 --- a/libcxx/test/std/experimental/simd/simd.cons/generator.pass.cpp +++ b/libcxx/test/std/experimental/simd/simd.cons/generator.pass.cpp @@ -8,6 +8,9 @@ // UNSUPPORTED: c++98, c++03, c++11, c++14 +// See GCC PR63723. +// UNSUPPORTED: gcc-4.9 + // <experimental/simd> // // [simd.class] |