]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
compiler: fix quoting of //go:linkname in error message
authorIan Lance Taylor <ian@gcc.gnu.org>
Mon, 16 Sep 2019 20:41:40 +0000 (20:41 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Mon, 16 Sep 2019 20:41:40 +0000 (20:41 +0000)
    Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/195718

From-SVN: r275758

gcc/go/gofrontend/MERGE
gcc/go/gofrontend/gogo.cc

index 522d40824215774364f873c6ba5ceb6251f98df2..1456026ab0371e8397bc2503bbb33eeb1cf4d26b 100644 (file)
@@ -1,4 +1,4 @@
-5af62eda697da21155091cf5375ed9edb4639b67
+722990deeede7801e4ed3ca5d53ce312a19fcd7a
 
 The first line of this file holds the git revision number of the last
 merge done from the gofrontend repository.
index 3ff88cba1d24c55e7fad0955e99d77e2ba0fbc91..e7af673c8df8d0293f24baa189791c9d184578bb 100644 (file)
@@ -2541,7 +2541,7 @@ Gogo::add_linkname(const std::string& go_name, bool is_exported,
     {
       if (ext_name.empty())
        go_error_at(loc,
-                   ("//%<go:linkname%> missing external name "
+                   ("%<//go:linkname%> missing external name "
                     "for declaration of %s"),
                    go_name.c_str());
       else