------- Comment #4 from rguenth at gcc dot gnu dot org 2006-01-13 22:11 ------- Like consider the case of
void foo(void)
{
struct A { union U u; } a; struct B { union U u; } b;
}
with a same-type union wrapped in different structs.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25654
