1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-lim-details" } */
4 struct { int x
; int y
; } global
;
10 global
.y
+= global
.x
*global
.x
;
13 /* { dg-final { scan-tree-dump-times "Executing store motion of global.y" 1 "lim" } } */
14 /* XXX: We should also check for the load motion of global.x, but there is no easy way to do this. */
15 /* { dg-final { cleanup-tree-dump "lim" } } */