Re: [C++ Patch] PR 51367

2011-11-30 Thread Jason Merrill
OK. Jason

[C++ Patch] PR 51367

2011-11-30 Thread Paolo Carlini
Hi, for c++/51230 I tried to change unify_inconsistency to unconditionally use %qE but apparently that doesn't really work: quickly we end up duplicating the whole dump_type inside dump_expr, first POINTER_TYPE (as per this specific PR), and then REFERENCE_TYPE, and then OFFSET_TYPE, and then