1 /* { dg-do compile } */
2 /* { dg-options "-O1 -fdump-tree-forwprop1 -W -Wall" } */
7 volatile int *p
= (volatile int *)&i
;
11 /* We should not convert the cast to a VCE in forwprop1 as we have a
12 volatile reference. */
14 /* { dg-final { scan-tree-dump-times "VIEW_CONVERT_EXPR" 0 "forwprop1"} } */
15 /* { dg-final { scan-tree-dump-times "={v}" 2 "forwprop1"} } */