Re: [C++ Patch] Avoid uninitialized warning in pt.c

2011-10-28 Thread Jason Merrill
OK. Jason

[C++ Patch] Avoid uninitialized warning in pt.c

2011-10-28 Thread Paolo Carlini
Hi, I think we have to do this, the warning I'm seeing doesn't seem bogus: in principle comp_template_args_with_info may leave bad_old_arg and bad_new_arg uninitialized. Ok? Thanks, Paolo. 2011-10-28 Paolo Carlini * pt.c (unify_pack_expansion): Initialize bad_ol