|
7 | 7 | //===----------------------------------------------------------------------===// |
8 | 8 | // UNSUPPORTED: c++03 |
9 | 9 | // UNSUPPORTED: gcc |
10 | | -// UNSUPPORTED: clang-19, clang-20, clang-21, clang-22 |
| 10 | +// UNSUPPORTED: clang-19, clang-20, clang-21 |
11 | 11 |
|
12 | 12 | // ADDITIONAL_COMPILE_FLAGS: -Wno-deprecated-volatile -Wno-dynamic-class-memaccess |
13 | 13 |
|
@@ -254,7 +254,6 @@ struct Foo { |
254 | 254 | }; |
255 | 255 |
|
256 | 256 | typedef float Float4Vec __attribute__((ext_vector_type(4))); |
257 | | -typedef float Float3Vec __attribute__((ext_vector_type(3))); |
258 | 257 |
|
259 | 258 | void primitiveTests() { |
260 | 259 | // no padding |
@@ -664,8 +663,6 @@ void structTests() { |
664 | 663 | testAllStructsForType<64, 32, _BitInt(64)>(4, 5, 6, 7); |
665 | 664 | testAllStructsForType<32, 16, Foo>(Foo{1, 2}, Foo{3, 4}, Foo{1, 2}, Foo{3, 4}); |
666 | 665 | testAllStructsForType<64, 32, Foo>(Foo{1, 2}, Foo{3, 4}, Foo{1, 2}, Foo{3, 4}); |
667 | | - testAllStructsForType<256, 128, Float3Vec>(0, 1, 2, 3); |
668 | | - testAllStructsForType<128, 128, Float3Vec>(4, 5, 6, 7); |
669 | 666 | testAllStructsForType<256, 128, Float4Vec>(0, 1, 2, 3); |
670 | 667 | testAllStructsForType<128, 128, Float4Vec>(4, 5, 6, 7); |
671 | 668 |
|
|
0 commit comments