Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
4949dcb2
Commit
4949dcb2
authored
Jul 16, 2013
by
Evan Shaw
Committed by
Rob Pike
Jul 16, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmd/gc: complex types don't contain pointers
R=golang-dev, r CC=golang-dev
https://golang.org/cl/11334043
parent
a15074c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/cmd/gc/reflect.c
src/cmd/gc/reflect.c
+2
-0
No files found.
src/cmd/gc/reflect.c
View file @
4949dcb2
...
@@ -474,6 +474,8 @@ haspointers(Type *t)
...
@@ -474,6 +474,8 @@ haspointers(Type *t)
case
TUINTPTR
:
case
TUINTPTR
:
case
TFLOAT32
:
case
TFLOAT32
:
case
TFLOAT64
:
case
TFLOAT64
:
case
TCOMPLEX64
:
case
TCOMPLEX128
:
case
TBOOL
:
case
TBOOL
:
return
0
;
return
0
;
case
TARRAY
:
case
TARRAY
:
...
...
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