summaryrefslogtreecommitdiff
path: root/gcc/lto-streamer.c
diff options
context:
space:
mode:
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2017-03-06 08:54:57 +0000
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2017-03-06 08:54:57 +0000
commitc92412d2ebaef492905dcf5a854e2ceba198324f (patch)
tree79b243ccf37276b8c1819020da2ed98de924b069 /gcc/lto-streamer.c
parent8612d628412998a04773401c127533b7096b036a (diff)
downloadgcc-c92412d2ebaef492905dcf5a854e2ceba198324f.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@245909 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/lto-streamer.c')
-rw-r--r--gcc/lto-streamer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lto-streamer.c b/gcc/lto-streamer.c
index 5fb387132fb..04d733024d8 100644
--- a/gcc/lto-streamer.c
+++ b/gcc/lto-streamer.c
@@ -380,7 +380,7 @@ lto_check_version (int major, int minor, const char *file_name)
{
if (major != LTO_major_version || minor != LTO_minor_version)
fatal_error (input_location,
- "bytecode stream in file '%s' generated with LTO version "
+ "bytecode stream in file %qs generated with LTO version "
"%d.%d instead of the expected %d.%d",
file_name,
major, minor,