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

Issue 5090041: [pph] Stream merging information (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 7 months ago by Lawrence Crowl
Modified:
11 years, 11 months ago
Reviewers:
Diego Novillo
CC:
gcc-patches_gcc.gnu.org
Base URL:
svn+ssh://gcc.gnu.org/svn/gcc/branches/pph/
Visibility:
Public.

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+294 lines, -39 lines) Patch
M gcc/cp/pph-streamer.h View 7 chunks +54 lines, -19 lines 0 comments Download
M gcc/cp/pph-streamer-in.c View 7 chunks +86 lines, -8 lines 1 comment Download
M gcc/cp/pph-streamer-out.c View 8 chunks +154 lines, -12 lines 1 comment Download

Messages

Total messages: 4
Lawrence Crowl
Prepare for merging symbols. When writing a cp_binding_level, we emit this_entity first, so that we ...
12 years, 7 months ago (2011-09-20 01:52:44 UTC) #1
Diego Novillo
http://codereview.appspot.com/5090041/diff/1/gcc/cp/pph-streamer-in.c File gcc/cp/pph-streamer-in.c (right): http://codereview.appspot.com/5090041/diff/1/gcc/cp/pph-streamer-in.c#newcode2146 gcc/cp/pph-streamer-in.c:2146: pph_read_namespace_chain (pph_stream *stream, tree enclosing_namespace) 2142 /* Read a ...
12 years, 7 months ago (2011-09-21 19:21:32 UTC) #2
Lawrence Crowl
On 9/21/11, dnovillo@google.com <dnovillo@google.com> wrote: > http://codereview.appspot.com/5090041/diff/1/gcc/cp/pph-streamer-in.c > File gcc/cp/pph-streamer-in.c (right): > > http://codereview.appspot.com/5090041/diff/1/gcc/cp/pph-streamer-in.c#newcode2146 > ...
12 years, 7 months ago (2011-09-23 00:29:52 UTC) #3
Diego Novillo
12 years, 7 months ago (2011-09-26 18:40:29 UTC) #4
http://codereview.appspot.com/5090041/diff/1/gcc/cp/pph-streamer-out.c
File gcc/cp/pph-streamer-out.c (right):

http://codereview.appspot.com/5090041/diff/1/gcc/cp/pph-streamer-out.c#newcod...
gcc/cp/pph-streamer-out.c:1924: tree enclosing_namespace )
 1922 void
 1923 pph_write_namespace_tree (pph_stream *stream, tree expr,
 1924                           tree enclosing_namespace )

Just found this while changing other code.  This needs a comment.  no space
before ')'.
Sign in to reply to this message.

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