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

Issue 122020043: code review 122020043: compiler: Handle enclosing vars for function type in fu... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 8 months ago by iant
Modified:
9 years, 8 months ago
Reviewers:
CC:
iant, gofrontend-dev_googlegroups.com
Visibility:
Public.

Description

compiler: Handle enclosing vars for function type in function lit. This fixes a dumb bug in which the enclosing vars were incorrectly cleared when a function literal contains a reference to a function type. The test for this will go into the master repository in the change at http://codereview.appspot.com/121200043 . This fixes http://gcc.gnu.org/PR61308 .

Patch Set 1 #

Patch Set 2 : diff -r 8263b1ea5ea9 https://gofrontend.googlecode.com/hg/ #

Patch Set 3 : diff -r d7e00d7c498b https://gofrontend.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -1 line) Patch
M go/parse.cc View 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 2
iant
Hello iant (cc: gofrontend-dev@googlegroups.com), I'd like you to review this change to https://gofrontend.googlecode.com/hg/
9 years, 8 months ago (2014-08-05 03:10:04 UTC) #1
iant
9 years, 8 months ago (2014-08-05 03:10:10 UTC) #2
*** Submitted as
https://code.google.com/p/gofrontend/source/detail?r=c4aba782c0cb ***

compiler: Handle enclosing vars for function type in function lit.

This fixes a dumb bug in which the enclosing vars were
incorrectly cleared when a function literal contains a
reference to a function type.  The test for this will go into
the master repository in the change at
http://codereview.appspot.com/121200043 .

This fixes http://gcc.gnu.org/PR61308 .

R=iant
CC=gofrontend-dev
https://codereview.appspot.com/122020043
Sign in to reply to this message.

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