funcspec-5.c: Remove fused-add test.
* gcc.target/i386/funcspec-5.c: Remove fused-add test. From-SVN: r151222
This commit is contained in:
parent
e85122be92
commit
8a067ce4dd
3 changed files with 6 additions and 5 deletions
|
@ -1381,7 +1381,7 @@
|
|||
|
||||
2009-08-16 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
* config/alpha/alpha.c (alpha_and_function): Handle NULL_RTX returned
|
||||
* config/alpha/alpha.c (alpha_end_function): Handle NULL_RTX returned
|
||||
from prev_active_insn.
|
||||
|
||||
2009-08-16 Anatoly Sokolov <aesok@post.ru>
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
2009-08-30 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
* gcc.target/i386/funcspec-5.c: Remove fused-add test.
|
||||
|
||||
2009-08-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* gfortran.dg/whole_file_5.f90: Add -fpie when pic, fix scan
|
||||
pattern.
|
||||
* gfortran.dg/whole_file_5.f90: Add -fpie when pic, fix scan pattern.
|
||||
* gfortran.dg/whole_file_6.f90: Likewise.
|
||||
|
||||
2009-08-28 Cary Coutant <ccoutant@google.com>
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
|
||||
extern void test_abm (void) __attribute__((__target__("abm")));
|
||||
extern void test_aes (void) __attribute__((__target__("aes")));
|
||||
extern void test_fused_madd (void) __attribute__((__target__("fused-madd")));
|
||||
extern void test_mmx (void) __attribute__((__target__("mmx")));
|
||||
extern void test_pclmul (void) __attribute__((__target__("pclmul")));
|
||||
extern void test_popcnt (void) __attribute__((__target__("popcnt")));
|
||||
|
@ -21,7 +20,6 @@ extern void test_ssse3 (void) __attribute__((__target__("ssse3")));
|
|||
|
||||
extern void test_no_abm (void) __attribute__((__target__("no-abm")));
|
||||
extern void test_no_aes (void) __attribute__((__target__("no-aes")));
|
||||
extern void test_no_fused_madd (void) __attribute__((__target__("no-fused-madd")));
|
||||
extern void test_no_mmx (void) __attribute__((__target__("no-mmx")));
|
||||
extern void test_no_pclmul (void) __attribute__((__target__("no-pclmul")));
|
||||
extern void test_no_popcnt (void) __attribute__((__target__("no-popcnt")));
|
||||
|
|
Loading…
Add table
Reference in a new issue