summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/ipa/ipa-structreorg-55-csmith-4.c
blob: e745c6aa8fbc3ec7005d0bc53f6e471cf3a8564d (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" } */

#include <stdint.h>
union a {
	  int8_t b
} c() {
	  union a d = {4073709551608};
}
main() {}