Hi,

bootstrap is currently broken, I'm going to test and commit the below if everything goes well.

Thanks,
Paolo.

///////////////////
Index: pt.c
===================================================================
--- pt.c        (revision 203698)
+++ pt.c        (working copy)
@@ -12102,7 +12102,7 @@ tsubst (tree t, tree args, tsubst_flags_t complain
       gcc_unreachable ();
 
     default:
-      sorry ("use of %qs in template", get_tree_code_name ((int) code));
+      sorry ("use of %qs in template", get_tree_code_name (code));
       return error_mark_node;
     }
 }

Reply via email to