]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/passes.c
gcc/ada/ChangeLog:
[thirdparty/gcc.git] / gcc / passes.c
index a9c22889d71d466150a5c7eb84bcb8a1b37bc429..c6331cbc49db0e2fc5fd1c7d0ac7240d3a44c237 100644 (file)
@@ -87,8 +87,8 @@ opt_pass::clone ()
 void
 opt_pass::set_pass_param (unsigned int, bool)
 {
-  internal_error ("pass %s needs a set_pass_param implementation to handle the"
-                 " extra argument in NEXT_PASS", name);
+  internal_error ("pass %s needs a %<set_pass_param%> implementation "
+                 "to handle the extra argument in %<NEXT_PASS%>", name);
 }
 
 bool