On 06/21/2013 10:59 AM, Andrew Sutton wrote:
+ sorry ("cannot diagnose disjunctions just yet");
Use diagnose_other for the time being?
+ /* Langhook for print_error_function. */ void cxx_print_error_function (diagnostic_context *context, const char *file, @@ -3326,7 +3331,7 @@ cp_printer (pretty_printer *pp, text_info *text, const char *spec, switch (*spec) { - case 'A': result = args_to_string (next_tree, verbose); break; + case 'A': result = args_to_string (next_tree, verbose); break;
Unnecessary whitespace changes. Jason