Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
5eeb039f
Commit
5eeb039f
authored
Jun 10, 2016
by
Ian Lance Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
compiler: fix quoting in error message
Reviewed-on:
https://go-review.googlesource.com/23966
From-SVN: r237286
parent
9b805400
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
gcc/go/gofrontend/MERGE
+1
-1
gcc/go/gofrontend/expressions.cc
+1
-1
No files found.
gcc/go/gofrontend/MERGE
View file @
5eeb039f
a87af72757d9a2e4479062a459a41d4540398005
054ff1ece3dd5888a445efeaf3ae197b16d4186f
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.
gcc/go/gofrontend/expressions.cc
View file @
5eeb039f
...
...
@@ -11463,7 +11463,7 @@ Selector_expression::lower_method_expression(Gogo* gogo)
if
(
method
!=
NULL
&&
!
is_pointer
&&
!
method
->
is_value_method
())
{
error_at
(
location
,
"method requires pointer (use %<(*%s).%s
)%>
"
,
error_at
(
location
,
"method requires pointer (use %<(*%s).%s
%>)
"
,
nt
->
message_name
().
c_str
(),
Gogo
::
message_name
(
name
).
c_str
());
return
Expression
::
make_error
(
location
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment