1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-fre1" } */
7 void swap(struct s
* p
, struct t
* q
)
13 /* The second statement is redundant. */
14 /* { dg-final { scan-tree-dump-times "x = " 1 "fre1" { xfail { ! natural_alignment_32 } } } } */
15 /* { dg-final { scan-tree-dump-times " = \[^;\]*x;" 1 "fre1" { xfail { ! natural_alignment_32 } } } } */