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

Issue 7232050: cmd/gc: fix infinite recursion for embedded interfaces

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 2 months ago by remyoudompheng
Modified:
11 years, 2 months ago
Reviewers:
Visibility:
Public.

Description

cmd/gc: fix infinite recursion for embedded interfaces Original patch by lvd. Fixes issue 1909.

Patch Set 1 #

Patch Set 2 : diff -r 7bc28d72d49c https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 7bc28d72d49c https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 7bc28d72d49c https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r 7bc28d72d49c https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+232 lines, -39 lines) Patch
M src/cmd/gc/dcl.c View 1 2 3 4 3 chunks +100 lines, -25 lines 0 comments Download
M src/cmd/gc/export.c View 1 2 3 2 chunks +11 lines, -2 lines 0 comments Download
M src/cmd/gc/fmt.c View 1 2 3 4 2 chunks +9 lines, -2 lines 0 comments Download
M src/cmd/gc/go.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/cmd/gc/reflect.c View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/cmd/gc/subr.c View 1 2 3 3 chunks +10 lines, -1 line 0 comments Download
M src/cmd/gc/typecheck.c View 1 2 3 3 chunks +9 lines, -0 lines 0 comments Download
A test/fixedbugs/issue1909.go View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
M test/fixedbugs/issue1909.dir/bug.go View 1 1 chunk +1 line, -9 lines 0 comments Download
A test/fixedbugs/issue1909.dir/main.go View 1 2 1 chunk +29 lines, -0 lines 0 comments Download
A test/fixedbugs/issue2741.go View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
A test/fixedbugs/issue2741.dir/actor.go View 1 2 1 chunk +26 lines, -0 lines 0 comments Download
A test/fixedbugs/issue2741.dir/main.go View 1 2 1 chunk +12 lines, -0 lines 0 comments Download

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