------- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-10 14:39 ------- This might also effect 3.4.3 but I have not tried it. Here is the reduced testcase: struct errarg { errarg(); }; extern errarg empty_errarg; extern void errprint(const char *, const errarg &arg1 = empty_errarg); errarg empty_errarg;
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18416