Commit cd9c769a by Steve Ellcey Committed by Steve Ellcey

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
parent 89774469
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.
......
/* 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;
......
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