Noticed by Tamar (thanks).
2018-08-02 Richard Sandiford <richard.sandiford@arm.com>
gcc/
* genemit.c (print_overload_test): Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@263262
138bc75d-0d04-0410-961f-
82ee72b054a4
+2018-08-02 Richard Sandiford <richard.sandiford@arm.com>
+
+ * genemit.c (print_overload_test): Fix typo.
+
2018-08-02 Richard Biener <rguenther@suse.de>
PR c++/86763
printf ("%s%s arg%d", i == 0 ? "" : ", ", oname->arg_types[i], i);
}
-/* Print code to test whether INSTANCE should be chosne, given that
+/* Print code to test whether INSTANCE should be chosen, given that
argument N of the overload is available as "arg<N>". */
static void