mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-25 03:44:04 +08:00
re PR target/48287 (gcc.dg/vect/vect-cselim-1.c FAILs on SPARC)
PR target/48287 * gcc.dg/vect/vect-cselim-1.c: Fail for vect_no_align. From-SVN: r171457
This commit is contained in:
parent
e560509f7b
commit
a5205bd2e9
@ -1,3 +1,8 @@
|
||||
2011-03-25 Ira Rosen <ira.rosen@linaro.org>
|
||||
|
||||
PR target/48287
|
||||
* gcc.dg/vect/vect-cselim-1.c: Fail for vect_no_align.
|
||||
|
||||
2011-03-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
|
||||
* gcc.dg/torture/pr47917.c: Add -D_XOPEN_SOURCE=500 to dg-options
|
||||
|
@ -82,5 +82,5 @@ main (void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail vect_no_align } } } */
|
||||
/* { dg-final { cleanup-tree-dump "vect" } } */
|
||||
|
Loading…
Reference in New Issue
Block a user