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

Issue 67850044: code review 67850044: runtime: fix double symbol definition (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 2 months ago by dvyukov
Modified:
10 years, 1 month ago
Reviewers:
aram, gobot, rsc, bradfitz
CC:
golang-codereviews, dave_cheney.net, bradfitz
Visibility:
Public.

Description

runtime: fix double symbol definition runfinqv is already defined the same way on line 271. There may also be something to fix in compiler/linker wrt diagnostics. Fixes issue 7375.

Patch Set 1 #

Patch Set 2 : diff -r 3cf533be5e36 https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 3 : diff -r 3cf533be5e36 https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 4 : diff -r 3cd2d73261f5 https://dvyukov%40google.com@code.google.com/p/go/ #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -2 lines) Patch
M src/pkg/runtime/mgc0.c View 1 1 chunk +0 lines, -2 lines 2 comments Download

Messages

Total messages: 13
dvyukov
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://dvyukov%40google.com@code.google.com/p/go/
10 years, 2 months ago (2014-02-24 10:14:28 UTC) #1
dave_cheney.net
On 2014/02/24 10:14:28, dvyukov wrote: > Hello mailto:golang-codereviews@googlegroups.com, > > I'd like you to review ...
10 years, 2 months ago (2014-02-24 10:22:05 UTC) #2
dvyukov
On 2014/02/24 10:22:05, dfc wrote: > On 2014/02/24 10:14:28, dvyukov wrote: > > Hello mailto:golang-codereviews@googlegroups.com, ...
10 years, 2 months ago (2014-02-24 10:48:33 UTC) #3
bradfitz
LGTM On Mon, Feb 24, 2014 at 2:14 AM, <dvyukov@google.com> wrote: > Reviewers: golang-codereviews, > ...
10 years, 2 months ago (2014-02-24 16:04:27 UTC) #4
dvyukov
*** Submitted as https://code.google.com/p/go/source/detail?r=5ae089f46a43 *** runtime: fix double symbol definition runfinqv is already defined the ...
10 years, 2 months ago (2014-02-24 16:23:09 UTC) #5
dvyukov
first successful build on dragonfly! On Mon, Feb 24, 2014 at 8:23 PM, <dvyukov@google.com> wrote: ...
10 years, 2 months ago (2014-02-24 16:34:15 UTC) #6
bradfitz
On Mon, Feb 24, 2014 at 8:33 AM, Dmitry Vyukov <dvyukov@google.com> wrote: > first successful ...
10 years, 2 months ago (2014-02-24 16:37:22 UTC) #7
dvyukov
On 2014/02/24 16:37:22, bradfitz wrote: > On Mon, Feb 24, 2014 at 8:33 AM, Dmitry ...
10 years, 2 months ago (2014-02-24 16:48:38 UTC) #8
rsc
i am not going to chase that down in the c compiler. no thanks.
10 years, 2 months ago (2014-02-24 16:55:15 UTC) #9
bradfitz
I didn't know I could be more afraid of that code. On Mon, Feb 24, ...
10 years, 2 months ago (2014-02-24 17:00:10 UTC) #10
gobot
This CL appears to have broken the linux-amd64-race builder.
10 years, 2 months ago (2014-02-25 05:18:08 UTC) #11
aram
https://codereview.appspot.com/67850044/diff/40001/src/pkg/runtime/mgc0.c File src/pkg/runtime/mgc0.c (left): https://codereview.appspot.com/67850044/diff/40001/src/pkg/runtime/mgc0.c#oldcode2185 src/pkg/runtime/mgc0.c:2185: static FuncVal runfinqv = {runfinq}; This is still in ...
10 years, 1 month ago (2014-03-12 13:15:58 UTC) #12
aram
10 years, 1 month ago (2014-03-12 13:18:44 UTC) #13
Message was sent while issue was closed.
https://codereview.appspot.com/67850044/diff/40001/src/pkg/runtime/mgc0.c
File src/pkg/runtime/mgc0.c (left):

https://codereview.appspot.com/67850044/diff/40001/src/pkg/runtime/mgc0.c#old...
src/pkg/runtime/mgc0.c:2185: static FuncVal runfinqv = {runfinq};
On 2014/03/12 13:15:59, aram wrote:
> This is still in tip: http://tip.golang.org/src/pkg/runtime/mgc0.c#L261

Ah, no, false alarm.
Sign in to reply to this message.

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