1 /* { dg-do compile } */
2 /* { dg-options "-O -fdump-tree-fre1-details" } */
7 static inline int *g(void)
17 /* The indirect load should be replaced by a load from a and a
18 conversion to int. FRE should then be able to replace
19 the rhs of the store to b by 1. */
21 /* { dg-final { scan-tree-dump "Replaced\[^\\n\]*with 1" "fre1" } } */