/* { 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; }