Commit 8a067ce4 by Uros Bizjak

funcspec-5.c: Remove fused-add test.

	* gcc.target/i386/funcspec-5.c: Remove fused-add test.

From-SVN: r151222
parent e85122be
...@@ -1381,7 +1381,7 @@ ...@@ -1381,7 +1381,7 @@
2009-08-16 Uros Bizjak <ubizjak@gmail.com> 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. from prev_active_insn.
2009-08-16 Anatoly Sokolov <aesok@post.ru> 2009-08-16 Anatoly Sokolov <aesok@post.ru>
......
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> 2009-08-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* gfortran.dg/whole_file_5.f90: Add -fpie when pic, fix scan * gfortran.dg/whole_file_5.f90: Add -fpie when pic, fix scan pattern.
pattern.
* gfortran.dg/whole_file_6.f90: Likewise. * gfortran.dg/whole_file_6.f90: Likewise.
2009-08-28 Cary Coutant <ccoutant@google.com> 2009-08-28 Cary Coutant <ccoutant@google.com>
......
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
extern void test_abm (void) __attribute__((__target__("abm"))); extern void test_abm (void) __attribute__((__target__("abm")));
extern void test_aes (void) __attribute__((__target__("aes"))); 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_mmx (void) __attribute__((__target__("mmx")));
extern void test_pclmul (void) __attribute__((__target__("pclmul"))); extern void test_pclmul (void) __attribute__((__target__("pclmul")));
extern void test_popcnt (void) __attribute__((__target__("popcnt"))); extern void test_popcnt (void) __attribute__((__target__("popcnt")));
...@@ -21,7 +20,6 @@ extern void test_ssse3 (void) __attribute__((__target__("ssse3"))); ...@@ -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_abm (void) __attribute__((__target__("no-abm")));
extern void test_no_aes (void) __attribute__((__target__("no-aes"))); 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_mmx (void) __attribute__((__target__("no-mmx")));
extern void test_no_pclmul (void) __attribute__((__target__("no-pclmul"))); extern void test_no_pclmul (void) __attribute__((__target__("no-pclmul")));
extern void test_no_popcnt (void) __attribute__((__target__("no-popcnt"))); extern void test_no_popcnt (void) __attribute__((__target__("no-popcnt")));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment