re PR tree-optimization/50746 (FAIL: gcc.dg/vect/pr37482.c (internal compiler error) on powerpc-apple-darwin9)
PR tree-optimization/50746 * gcc.dg/vect/vect-114.c: Remove vect_hw_misalign. From-SVN: r180106
This commit is contained in:
parent
c6334ca906
commit
44729eb72b
|
@ -1,3 +1,8 @@
|
|||
2011-10-17 Ira Rosen <ira.rosen@linaro.org>
|
||||
|
||||
PR tree-optimization/50746
|
||||
* gcc.dg/vect/vect-114.c: Remove vect_hw_misalign.
|
||||
|
||||
2011-10-17 Jason Merrill <jason@redhat.com>
|
||||
|
||||
PR c++/50736
|
||||
|
|
|
@ -34,7 +34,7 @@ int main (void)
|
|||
return main1 ();
|
||||
}
|
||||
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 0 loops" 1 "vect" { target { ! { vect_perm && vect_hw_misalign } } } } } */
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target { vect_perm && vect_hw_misalign } } } } */
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 0 loops" 1 "vect" { target { ! { vect_perm } } } } } */
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target vect_perm } } } */
|
||||
/* { dg-final { cleanup-tree-dump "vect" } } */
|
||||
|
||||
|
|
Loading…
Reference in New Issue