1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-dce2" } */
4 struct X
{ float array
[2]; };
13 c
.array
[d
] = a
.array
[d
] * b
.array
[d
];
19 /* The temporary structure should have been promoted to registers
20 by FRE after the loops have been unrolled by the early unrolling pass. */
21 /* { dg-final { scan-tree-dump-not "c\.array" "dce2" } } */
22 /* { dg-final { cleanup-tree-dump "dce2" } } */