]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-cfg.c
Wrap option names in gcc internal messages with %< and %>.
[thirdparty/gcc.git] / gcc / tree-cfg.c
index 71966147880c83017f36ee46df38e35d0581da9a..c8d6d1b12a951d7989f178b627a96d57b206ac2e 100644 (file)
@@ -3444,8 +3444,8 @@ verify_gimple_call (gcall *stmt)
                 __builtin_unreachable internally, for example when IPA figures
                 out a call cannot happen in a legal program.  In such cases,
                 we must make sure arguments are stripped off.  */
-             error ("__builtin_unreachable or __builtin_trap call with "
-                    "arguments");
+             error ("%<__builtin_unreachable%> or %<__builtin_trap%> call "
+                    "with arguments");
              return true;
            }
          break;