testsuite/94703 - skip gcc.dg/tree-ssa/pr94703.c on strict-align targets

The specific dump scanning doesn't work on strict-align targets,
the following simply skips the testcase for those.

2020-05-14  Richard Biener  <rguenther@suse.de>

	PR testsuite/94703
	* gcc.dg/tree-ssa/pr94703.c: Skip for strict-align targets.
This commit is contained in:
Richard Biener 2020-05-14 11:50:20 +02:00
parent 568c985113
commit 0d1ccfd0cc
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2020-05-14 Richard Biener <rguenther@suse.de>
PR testsuite/94703
* gcc.dg/tree-ssa/pr94703.c: Skip for strict-align targets.
2020-05-14 Richard Biener <rguenther@suse.de>
PR middle-end/95118

View file

@ -1,4 +1,5 @@
/* { dg-do compile } */
/* { dg-require-effective-target non_strict_align } */
/* { dg-options "-O -fdump-tree-ssa" } */
unsigned int set_lowpart (unsigned int const *X)