This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [c++-concepts]: Diagnostics


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]