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.
+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
 
 /* { dg-do compile } */
+/* { dg-require-effective-target non_strict_align } */
 /* { dg-options "-O -fdump-tree-ssa" } */
 
 unsigned int set_lowpart (unsigned int const *X)