]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.target/i386/funcspec-56.inc (no_3dnowa): Properly
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Aug 2017 12:59:52 +0000 (12:59 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Aug 2017 12:59:52 +0000 (12:59 +0000)
test "no-3dnowa" target attribute.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@250826 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/funcspec-56.inc

index 9730b0cafa6d0bbc40f54a554744b43cf2d384f3..75a83b9f78a36a6afc15f7a34edfecf90e2df5c7 100644 (file)
@@ -1,3 +1,8 @@
+2017-08-02  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gcc.target/i386/funcspec-56.inc (no_3dnowa): Properly
+       test "no-3dnowa" target attribute.
+
 2017-08-02  Marek Polacek  <polacek@redhat.com>
 
        PR c/81289
index 14abf42b88757ed84bb53fd568b72a2e8544fd07..746c9cfc4e145c3e099379db7906d89e024fb1d6 100644 (file)
@@ -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")));