aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/lto/20100720-4_0.c
blob: e7669552fa90313034ba3615ed48cf884f09b554 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* { dg-lto-do link } */
/* { dg-lto-options {{-flto -fsigned-char} {-flto -funsigned-char}} } */

char *a;
int f;

void
foo (void)
{
  f = (*a != '-');
} 
int main()
{
  return 0;
}