------- Comment #2 from rguenth at gcc dot gnu dot org 2009-10-27 10:30 ------- Because 3.3 is wrong. You are creating a pointer to an array of 10 mybase, but instantiating mybase is not valid. An array of 10 pointers would be
mybase *ptrs[10]; instead. -- rguenth at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41840