aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorSteve Ellcey <sje@cup.hp.com>2010-10-18 21:36:18 +0000
committerSteve Ellcey <sje@gcc.gnu.org>2010-10-18 21:36:18 +0000
commitcd9c769aabbdf7ee4c5ad0954c099ebfd26b27b8 (patch)
treecf892bb0ee550f836503ff18ff7c0e011f55cd89 /gcc
parent89774469f36bdee16b9c676a55cefb4724998dd5 (diff)
downloadgcc-cd9c769aabbdf7ee4c5ad0954c099ebfd26b27b8.zip
gcc-cd9c769aabbdf7ee4c5ad0954c099ebfd26b27b8.tar.gz
gcc-cd9c769aabbdf7ee4c5ad0954c099ebfd26b27b8.tar.bz2
920625-1.c: Remove dg-prune-output lines.
2010-10-18 Steve Ellcey <sje@cup.hp.com> * gcc.c-torture/compile/920625-1.c: Remove dg-prune-output lines. From-SVN: r165665
Diffstat (limited to 'gcc')
-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;