aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/gcc.c-torture/compile/920625-1.c19
2 files changed, 4 insertions, 19 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index c7171d6..13ef3b0 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2010-10-18 Steve Ellcey <sje@cup.hp.com>
+
+ * gcc.c-torture/compile/920625-1.c: Remove dg-prune-output lines.
+
2010-10-18 Nicola Pero <nicola.pero@meta-innovation.com>
Merge from 'apple/trunk' branch on FSF servers.
diff --git a/gcc/testsuite/gcc.c-torture/compile/920625-1.c b/gcc/testsuite/gcc.c-torture/compile/920625-1.c
index 6a52b02..720d43f 100644
--- a/gcc/testsuite/gcc.c-torture/compile/920625-1.c
+++ b/gcc/testsuite/gcc.c-torture/compile/920625-1.c
@@ -1,22 +1,3 @@
-/* The problem on IA-64 is that if-conversion creates a sequence
-
- (p17) cmp.geu p6, p7 = r48, r15
- (p16) cmp.gtu p6, p7 = r48, r15
-
- where p16 and p17 are complemenary, but the assembler DV validation
- code doesn't recognize that p6 and p7 are complimentary, and so
- we end up warning for a later use
-
- (p6) addl r14 = 1, r0
- (p7) mov r14 = r0
-
- that appears to be a WAW violation. */
-
-/* { dg-prune-output "Assembler messages" } */
-/* { dg-prune-output "violate\[^\n\]*dependency" } */
-/* { dg-prune-output "first path encountering" } */
-/* { dg-prune-output "location of the conflicting" } */
-
typedef unsigned long int unsigned_word;
typedef signed long int signed_word;
typedef unsigned_word word;