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

#include <stdint.h>
struct a {
	  int32_t b
} c;
d() {
	for (;; c.b = 0)
	;
}
main() {}