From: Uros Bizjak Date: Wed, 2 Aug 2017 12:59:52 +0000 (+0200) Subject: funcspec-56.inc (no_3dnowa): Properly test "no-3dnowa" target attribute. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9501fd4b5976fb25f775edfa2b4ab3fce5ecf5f4;p=gcc.git funcspec-56.inc (no_3dnowa): Properly test "no-3dnowa" target attribute. * gcc.target/i386/funcspec-56.inc (no_3dnowa): Properly test "no-3dnowa" target attribute. From-SVN: r250826 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 9730b0cafa6..75a83b9f78a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2017-08-02 Uros Bizjak + + * gcc.target/i386/funcspec-56.inc (no_3dnowa): Properly + test "no-3dnowa" target attribute. + 2017-08-02 Marek Polacek PR c/81289 diff --git a/gcc/testsuite/gcc.target/i386/funcspec-56.inc b/gcc/testsuite/gcc.target/i386/funcspec-56.inc index 14abf42b887..746c9cfc4e1 100644 --- a/gcc/testsuite/gcc.target/i386/funcspec-56.inc +++ b/gcc/testsuite/gcc.target/i386/funcspec-56.inc @@ -99,7 +99,7 @@ extern void test_no_sha (void) __attribute__((__target__("no-sha"))); extern void test_no_pclmul (void) __attribute__((__target__("no-pclmul"))); extern void test_no_sse2 (void) __attribute__((__target__("no-sse2"))); extern void test_no_sse (void) __attribute__((__target__("no-sse"))); -extern void test_no_3dnowa (void) __attribute__((__target__("3dnowa"))); +extern void test_no_3dnowa (void) __attribute__((__target__("no-3dnowa"))); extern void test_no_3dnow (void) __attribute__((__target__("no-3dnow"))); extern void test_no_mmx (void) __attribute__((__target__("no-mmx"))); extern void test_no_rtm (void) __attribute__((__target__("no-rtm")));