mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 10:10:39 +08:00
re PR tree-optimization/46021 (3 tree-ssa tests XPASS almost everywhere)
2010-10-15 Richard Guenther <rguenther@suse.de> PR testsuite/46021 * gcc.dg/tree-ssa/20031106-3.c: Remove XFAIL. * gcc.dg/tree-ssa/fre-vce-1.c: Likewise. From-SVN: r165503
This commit is contained in:
parent
7a1a20d1c9
commit
4069d5fbd1
@ -1,3 +1,9 @@
|
||||
2010-10-15 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
PR testsuite/46021
|
||||
* gcc.dg/tree-ssa/20031106-3.c: Remove XFAIL.
|
||||
* gcc.dg/tree-ssa/fre-vce-1.c: Likewise.
|
||||
|
||||
2010-10-15 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
PR lto/45957
|
||||
|
@ -18,5 +18,5 @@ void foo (int testarray[])
|
||||
}
|
||||
|
||||
/* There should be no link_error calls. */
|
||||
/* { dg-final { scan-tree-dump-times "link_error" 0 "optimized" { xfail *-*-* } } } */
|
||||
/* { dg-final { scan-tree-dump-times "link_error" 0 "optimized" } } */
|
||||
/* { dg-final { cleanup-tree-dump "optimized" } } */
|
||||
|
@ -32,7 +32,5 @@ void a2 (struct s1 sv, int i)
|
||||
}
|
||||
|
||||
/* { dg-final { scan-tree-dump-times "sv_\[0-9\]\\\(D\\\)->i" 2 "fre" } } */
|
||||
/* We can't value-number *(float *)&sv.i as VIEW_CONVERT_EXPR of the
|
||||
value of sv.i. */
|
||||
/* { dg-final { scan-tree-dump-times "sv.i" 2 "fre" { xfail *-*-* } } } */
|
||||
/* { dg-final { scan-tree-dump-times "sv.i" 2 "fre" } } */
|
||||
/* { dg-final { cleanup-tree-dump "fre" } } */
|
||||
|
Loading…
x
Reference in New Issue
Block a user