OSDN Git Service

* config/i386/bmmintrin.h: Replace by #error.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.target / i386 / funcspec-5.c
index 378dca5..d60f96a 100644 (file)
@@ -17,7 +17,6 @@ extern void test_sse4 (void)                  __attribute__((__target__("sse4")));
 extern void test_sse4_1 (void)                 __attribute__((__target__("sse4.1")));
 extern void test_sse4_2 (void)                 __attribute__((__target__("sse4.2")));
 extern void test_sse4a (void)                  __attribute__((__target__("sse4a")));
-extern void test_sse5 (void)                   __attribute__((__target__("sse5")));
 extern void test_ssse3 (void)                  __attribute__((__target__("ssse3")));
 
 extern void test_no_abm (void)                 __attribute__((__target__("no-abm")));
@@ -34,7 +33,6 @@ extern void test_no_sse4 (void)                       __attribute__((__target__("no-sse4")));
 extern void test_no_sse4_1 (void)              __attribute__((__target__("no-sse4.1")));
 extern void test_no_sse4_2 (void)              __attribute__((__target__("no-sse4.2")));
 extern void test_no_sse4a (void)               __attribute__((__target__("no-sse4a")));
-extern void test_no_sse5 (void)                        __attribute__((__target__("no-sse5")));
 extern void test_no_ssse3 (void)               __attribute__((__target__("no-ssse3")));
 
 extern void test_arch_i386 (void)              __attribute__((__target__("arch=i386")));