aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-chkp.c
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2017-03-06 08:54:57 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2017-03-06 08:54:57 +0000
commit8467170571d48d8c0f34b72a3b2d0f50c8f689b2 (patch)
tree79b243ccf37276b8c1819020da2ed98de924b069 /gcc/tree-chkp.c
parent4d0da5b439d39da7c379f618876a5c8963e1d62b (diff)
downloadgcc-8467170571d48d8c0f34b72a3b2d0f50c8f689b2.zip
gcc-8467170571d48d8c0f34b72a3b2d0f50c8f689b2.tar.gz
gcc-8467170571d48d8c0f34b72a3b2d0f50c8f689b2.tar.bz2
lto-streamer.c (lto_check_version): Use %qs in diagnostics.
2017-03-06 Richard Biener <rguenther@suse.de> * lto-streamer.c (lto_check_version): Use %qs in diagnostics. * plugin.c (register_plugin_info): Likewise. * tree-chkp.c (chkp_make_static_const_bounds): Likewise. From-SVN: r245909
Diffstat (limited to 'gcc/tree-chkp.c')
-rw-r--r--gcc/tree-chkp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-chkp.c b/gcc/tree-chkp.c
index 7eecbc8..02ae2d2 100644
--- a/gcc/tree-chkp.c
+++ b/gcc/tree-chkp.c
@@ -1991,7 +1991,7 @@ chkp_make_static_const_bounds (HOST_WIDE_INT lb,
/* We don't allow this symbol usage for non bounds. */
if (snode->type != SYMTAB_VARIABLE
|| !POINTER_BOUNDS_P (snode->decl))
- sorry ("-fcheck-pointer-bounds requires '%s' "
+ sorry ("-fcheck-pointer-bounds requires %qs "
"name for internal usage",
IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (var)));