blob: 336d93b0d6a2fb7b56bd67f4f15c543180a41cb4 [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 "\& 2147483647" "optimized" } } */