/* { dg-do run } */ /* { dg-options "-flto -flto-partition=none -fipa-dead-field-eliminate -fdump-ipa-structure-reorg -fipa-typelist-field=b -fipa-typelist-struct=astruct_s" } */ int main () { struct astruct_s { _Bool a; _Bool b; _Bool c; }; typedef struct astruct_s astruct_s; astruct_s astruct; return 0; }