summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/ipa/ipa-structreorg-59-csmith-8.c
blob: 050e3177fb17d17af8a287bcbfd6d62d25c234a3 (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do run } */
/* { dg-options  "-w -flto -flto-partition=none -fipa-dead-field-eliminate" } */

struct a {
	  signed b
};
struct {
	  struct a b
} volatile c;
main() { c.b.b; }