summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/ipa/ipa-structreorg-45-phis-0.c
blob: c490c17de6b5fdbaa58a3f1b044404727c6eaa5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* { dg-do link } */
/* { dg-options  "-flto -flto-partition=none -fipa-dead-field-eliminate -fdump-ipa-structure-reorg -fipa-typelist-field=nextout -fipa-typelist-struct=arc" } */

struct a
{
  struct arc *b;
} c (struct a *d, struct a *e)
{
  while (e)
    d = d;
}
int
main ()
{}