------- Comment #4 from pinskia at gcc dot gnu dot org 2005-12-06 02:12 ------- Some of it can be fixed by using: /* In a RESULT_DECL or PARM_DECL, means that it is passed by invisible reference (and the TREE_TYPE is a pointer to the true type). */ #define DECL_BY_REFERENCE(NODE) (DECL_COMMON_CHECK (NODE)->common.private_flag)
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24790
