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

Issue 4635074: [pph] Fix var order when streaming in. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 10 months ago by Gabriel Charette
Modified:
12 years, 10 months ago
CC:
gcc-patches_gcc.gnu.org
Visibility:
Public.

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -1 line) Patch
M gcc/cp/pph-streamer-in.c View 1 chunk +5 lines, -0 lines 1 comment Download
M gcc/testsuite/g++.dg/pph/c1limits-externalid.cc View 1 chunk +0 lines, -1 line 0 comments Download
A gcc/testsuite/g++.dg/pph/c1varorder.h View 1 chunk +7 lines, -0 lines 0 comments Download
A gcc/testsuite/g++.dg/pph/c1varorder.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M gcc/testsuite/g++.dg/pph/pph.map View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 4
Gabriel Charette
The names and namespaces chains are built by adding each new element to the front ...
12 years, 10 months ago (2011-06-28 00:27:04 UTC) #1
Diego Novillo
On 2011/06/28 00:27:04, Gabriel Charette wrote: > The names and namespaces chains are built by ...
12 years, 10 months ago (2011-06-28 11:27:41 UTC) #2
Diego Novillo
http://codereview.appspot.com/4635074/diff/1/gcc/cp/pph-streamer-in.c File gcc/cp/pph-streamer-in.c (right): http://codereview.appspot.com/4635074/diff/1/gcc/cp/pph-streamer-in.c#newcode1144 gcc/cp/pph-streamer-in.c:1144: /* The chains are built backwards (ref: add_decl_to_level@name-lookup.c), > ...
12 years, 10 months ago (2011-06-28 11:27:56 UTC) #3
Gabriel Charette
12 years, 10 months ago (2011-06-28 17:42:17 UTC) #4
On 2011/06/28 11:27:56, Diego Novillo wrote:
> http://codereview.appspot.com/4635074/diff/1/gcc/cp/pph-streamer-in.c
> File gcc/cp/pph-streamer-in.c (right):
> 
>
http://codereview.appspot.com/4635074/diff/1/gcc/cp/pph-streamer-in.c#newcode...
> gcc/cp/pph-streamer-in.c:1144: /* The chains are built backwards (ref:
> mailto:add_decl_to_level@name-lookup.c),
> > 1143 
> > 1144   /* The chains are built backwards (ref:
> mailto:add_decl_to_level@name-lookup.c),
> 
> s/add_decl_to_level@name-lookup.c/add_decl_to_level/

Done.

Commited as r175592.

Gab
Sign in to reply to this message.

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