1 /* PR100112 and dups. */
2 /* { dg-do compile } */
3 /* { dg-options "-O2 -fdump-tree-fre1-details -fdump-tree-optimized" } */
22 /* We should elide the redundant store in foo, in bar it is not redundant since
23 the *tem = 0 store might alias. */
24 /* { dg-final { scan-tree-dump "Deleted redundant store c = footem" "fre1" } } */
25 /* { dg-final { scan-tree-dump "c = bartem" "optimized" } } */