Re: [C++ Patch] PR 26747

2011-09-26 Thread Jason Merrill
OK. Jason

[C++ Patch] PR 26747

2011-09-26 Thread Paolo Carlini
Hi, as analyzed in the audit trail, it's pretty sure that this check in get_bc_label is not serving any purpose anymore, because such diagnostics is always (eg, also with -fsyntax-only, double checked) produced by the parser. Thus I tested the below on x86_64-linux. Ok for mainline? Thanks,