blob: 771b36b9c2908af6ca91e6553b7c9e40e8e11b7a [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-optimized" } */
/* { dg-require-effective-target int32 } */
int
f (unsigned t)
{
return (t / 2) * 2;
}
/* { dg-final { scan-tree-dump "\& -2|4294967294" "optimized" } } */