1 /* { dg-do compile } */
2 /* { dg-options "-O1 -fdump-tree-optimized -fdump-tree-fre1 -W -Wall -fno-early-inlining" } */
6 static inline int *g(void)
16 /* We should have converted the assignments to two = 1. FRE does this. */
18 /* { dg-final { scan-tree-dump-times " = 1" 2 "optimized"} } */
19 /* { dg-final { scan-tree-dump-not " = a;" "fre1"} } */