Commit c0d8ec2b by Martin Jambor Committed by Martin Jambor

sra-12.c: Skip dump scan on avr targets.

2011-07-08  Martin Jambor  <mjambor@suse.cz>

testsuite/
	* gcc.dg/tree-ssa/sra-12.c: Skip dump scan on avr targets.

From-SVN: r176035
parent 6a6e7144
2011-07-08 Martin Jambor <mjambor@suse.cz>
* gcc.dg/tree-ssa/sra-12.c: Skip dump scan on avr targets.
2011-07-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR testsuite/48727
......
/* Verify that SRA total scalarization will not be confused by padding. */
/* Test skipped for targets with small (often default) MOVE_RATIO. */
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-release_ssa" } */
......@@ -21,5 +21,5 @@ int foo (struct S *p)
*p = l;
}
/* { dg-final { scan-tree-dump-times "l;" 0 "release_ssa"} } */
/* { dg-final { scan-tree-dump-times "l;" 0 "release_ssa" { target { ! "avr*-*-*" } } } } */
/* { dg-final { cleanup-tree-dump "release_ssa" } } */
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