summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/pr70302.c
blob: 5037ae46aab3761d4a4db5e8f94c292cd2fdb82c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* { dg-do compile { target ia32 } } */
/* { dg-options "-O2 -msse2" } */

long a, c, e;
int b, d;
unsigned long long f;

extern void fn2 (const char *, int, int, int);

void
fn1(long long p1)
{
  unsigned long long g;
  int i;
  for (; i;)
    if (e)
      g = c;
  if (a)
    f = p1;
  if (!f && !g)
    fn2("", b, d, d);
}