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: r250827
This commit is contained in:
Uros Bizjak 2017-08-02 15:02:50 +02:00 committed by Uros Bizjak
parent 308c5a6534
commit 14098669c6
2 changed files with 6 additions and 1 deletions

View 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 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/81655

View 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")));