funcspec-5.c: Remove fused-add test.
authorUros Bizjak <uros@gcc.gnu.org>
Sun, 30 Aug 2009 06:44:20 +0000 (08:44 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Sun, 30 Aug 2009 06:44:20 +0000 (08:44 +0200)
* gcc.target/i386/funcspec-5.c: Remove fused-add test.

From-SVN: r151222

gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/funcspec-5.c

index 58171fa..8b58aaa 100644 (file)
 
 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>
index 42017d5..4b8c1de 100644 (file)
@@ -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>
index d60f96a..cbecfaa 100644 (file)
@@ -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")));