------- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-31 05:02 ------- Here is a C testcase (so that Mark does not lower this to P5): struct f {}; struct g1 {struct f l;}; static inline void g(struct f a, int i){} void h(void) { struct g1 t; g(t.l , 1); }
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23492