aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/pr97979.c
blob: f4f88a45adf4155de2f3941687e28ec70880b4ba (plain)
1
2
3
4
5
6
7
/* PR tree-optimization/97979 */

int
foo (int x)
{
  return (x & 0x123) << -3;
}