aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/20020409-1.c
blob: 1bdc08ff3b88cc57618e6e4deecfa03a82a1e0bc (plain)
1
2
3
4
5
6
7
8
9
/* PR c/5078 */

#include <limits.h>

int f(int i)
{
  i -= 2 * (INT_MAX + 1);
  return i;
}