blob: 32e67cdab00ca0e75b43ee374093004b710b50d0 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-fdump-tree-original" } */
unsigned f(unsigned t)
{
return (t*4)&-4;
}
int f1(int t)
{
return (t*4)&-4;
}
/* { dg-final { scan-tree-dump-not "\\\&" "original" } } */