summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/testsuite/ChangeLog7
-rw-r--r--gcc/testsuite/gcc.target/i386/funcspec-5.c2
3 files changed, 6 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 58171fa68c7..8b58aaaf4cb 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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>
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 42017d57f05..4b8c1de786b 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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>
diff --git a/gcc/testsuite/gcc.target/i386/funcspec-5.c b/gcc/testsuite/gcc.target/i386/funcspec-5.c
index d60f96aecdb..cbecfaad56d 100644
--- a/gcc/testsuite/gcc.target/i386/funcspec-5.c
+++ b/gcc/testsuite/gcc.target/i386/funcspec-5.c
@@ -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")));