blob: 613cd29fc1f1415e51f984e356b90339dc1a7221 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O3 -fdump-tree-ealias-graph" } */
struct S
{
long m;
};
struct S
fn1 (struct S *a)
{
if (a->m)
a->m |= 2;
return *a;
}