Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
e53d5ad6
Commit
e53d5ad6
authored
Dec 17, 2008
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix type/name thing, again
R=r DELTA=8 (7 added, 0 deleted, 1 changed) OCL=21379 CL=21379
parent
99435cac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
go.y
src/cmd/gc/go.y
+7
-0
golden.out
test/golden.out
+1
-1
No files found.
src/cmd/gc/go.y
View file @
e53d5ad6
...
@@ -2038,5 +2038,12 @@ latype:
...
@@ -2038,5 +2038,12 @@ latype:
YYERROR;
YYERROR;
}
}
nametype:
LNAME
{
yyerror("no type %s", $1->name);
YYERROR;
}
/**/
/**/
test/golden.out
View file @
e53d5ad6
...
@@ -240,7 +240,7 @@ fixedbugs/bug074.go:6: syntax error near string
...
@@ -240,7 +240,7 @@ fixedbugs/bug074.go:6: syntax error near string
fixedbugs/bug074.go:7: x: undefined
fixedbugs/bug074.go:7: x: undefined
=========== fixedbugs/bug081.go
=========== fixedbugs/bug081.go
fixedbugs/bug081.go:5:
syntax error near
x
fixedbugs/bug081.go:5:
no type
x
=========== fixedbugs/bug083.go
=========== fixedbugs/bug083.go
fixedbugs/bug083.dir/bug1.go:5: syntax error near T0
fixedbugs/bug083.dir/bug1.go:5: syntax error near T0
...
...
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