re PR testsuite/85154 (gcc.dg/vect/vect-95.c fail)

2018-04-03  Richard Biener  <rguenther@suse.de>

	PR testsuite/85154
	* gcc.dg/vect/vect-95.c: Remove scan for alignment peeling.

From-SVN: r259025
This commit is contained in:
Richard Biener 2018-04-03 09:54:22 +00:00 committed by Richard Biener
parent c77e8945e8
commit c23ecd7b27
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2018-04-03 Richard Biener <rguenther@suse.de>
PR testsuite/85154
* gcc.dg/vect/vect-95.c: Remove scan for alignment peeling.
2018-04-02 Jim Wilson <jimw@sifive.com>
* gcc.target/riscv/pr84660.c: New.

View File

@ -55,9 +55,6 @@ int main (void)
return 0;
}
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */
/* { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 0 "vect" } } */
/* For targets that support unaligned loads we version for the two unaligned
stores and generate misaligned accesses for the loads. For targets that
don't support unaligned loads we version for all four accesses. */