Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(8617)

Issue 35790045: cmd/cgo: use __gcc_struct__ for go exported functions (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 4 months ago by brainman
Modified:
10 years, 4 months ago
Reviewers:
minux1, iant
CC:
minux1, iant, golang-dev
Visibility:
Public.

Description

cmd/cgo: use __gcc_struct__ for go exported functions Fixes issue 6833

Patch Set 1 #

Patch Set 2 : diff -r 1140207a3395 https://go.googlecode.com/hg/ #

Total comments: 4

Patch Set 3 : diff -r 490e62ef6da8 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 2a75ae48f01e https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -10 lines) Patch
M misc/cgo/test/cgo_test.go View 1 1 chunk +1 line, -0 lines 0 comments Download
A misc/cgo/test/issue6833.go View 1 1 chunk +27 lines, -0 lines 0 comments Download
A misc/cgo/test/issue6833_c.c View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
M src/cmd/cgo/out.go View 1 2 3 chunks +16 lines, -10 lines 0 comments Download

Messages

Total messages: 8
minux1
LGTM.
10 years, 4 months ago (2013-12-02 05:27:36 UTC) #1
brainman
minux already LGTMed it, but I am mailing this out for others. Just in case. ...
10 years, 4 months ago (2013-12-03 02:04:28 UTC) #2
minux1
R: +iant CC: +golang-dev
10 years, 4 months ago (2013-12-03 02:09:01 UTC) #3
iant
https://codereview.appspot.com/35790045/diff/20001/misc/cgo/test/issue6833_c.c File misc/cgo/test/issue6833_c.c (right): https://codereview.appspot.com/35790045/diff/20001/misc/cgo/test/issue6833_c.c#newcode9 misc/cgo/test/issue6833_c.c:9: return GoIssue6833Func( aui, aull); Remove the space after the ...
10 years, 4 months ago (2013-12-03 17:33:24 UTC) #4
brainman
Hello minux.ma@gmail.com, iant@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
10 years, 4 months ago (2013-12-04 01:55:07 UTC) #5
brainman
https://codereview.appspot.com/35790045/diff/20001/misc/cgo/test/issue6833_c.c File misc/cgo/test/issue6833_c.c (right): https://codereview.appspot.com/35790045/diff/20001/misc/cgo/test/issue6833_c.c#newcode9 misc/cgo/test/issue6833_c.c:9: return GoIssue6833Func( aui, aull); On 2013/12/03 17:33:24, iant wrote: ...
10 years, 4 months ago (2013-12-04 01:55:12 UTC) #6
iant
LGTM
10 years, 4 months ago (2013-12-04 02:09:57 UTC) #7
brainman
10 years, 4 months ago (2013-12-10 00:30:21 UTC) #8
*** Submitted as https://code.google.com/p/go/source/detail?r=c34866d8a2e2 ***

cmd/cgo: use __gcc_struct__ for go exported functions

Fixes issue 6833

R=minux.ma, iant
CC=golang-dev
https://codereview.appspot.com/35790045
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b