------- Additional Comments From giovannibajo at libero dot it 2005-05-10 13:17 ------- Ehm, bar should obviously be:
------------------------------- void bar(void) { struct B sb; foo1(&sb); foo1(&sb.sa); foo2(&sb); foo2(&sb.sa); } ------------------------------- that is, I'm trying all the combinations :) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21407