------- Additional Comments From giovannibajo at libero dot it 2005-05-09 14:03 ------- The real bug is this accepts-invalid:
-------------------------------------------- template<typename F> void test(F function, bool arg0 = false, bool arg1) {} -------------------------------------------- The ICE when you call the function is just a fallout of not having properly validated the parameter declarations. -- What |Removed |Added ---------------------------------------------------------------------------- Keywords| |accepts-invalid http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21467