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

Issue 4526083: [pph] More C++ Tree Nodes (Closed)

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

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+331 lines, -30 lines) Patch
M gcc/cp/cp-objcp-common.c View 1 chunk +2 lines, -0 lines 1 comment Download
M gcc/cp/pph.c View 1 chunk +3 lines, -0 lines 0 comments Download
M gcc/cp/pph-streamer-in.c View 4 chunks +160 lines, -12 lines 0 comments Download
M gcc/cp/pph-streamer-out.c View 4 chunks +166 lines, -18 lines 0 comments Download

Messages

Total messages: 5
Lawrence Crowl
Oranize the PPH tree switch into tcc_* chunks, in each of four sections: needs more ...
13 years, 1 month ago (2011-05-27 02:24:10 UTC) #1
froydnj_codesourcery.com
On 05/26/2011 10:24 PM, Lawrence Crowl wrote: > Index: gcc/cp/cp-objcp-common.c > =================================================================== > --- gcc/cp/cp-objcp-common.c ...
13 years, 1 month ago (2011-05-27 02:30:39 UTC) #2
Diego Novillo
http://codereview.appspot.com/4526083/diff/1/gcc/cp/cp-objcp-common.c File gcc/cp/cp-objcp-common.c (right): http://codereview.appspot.com/4526083/diff/1/gcc/cp/cp-objcp-common.c#newcode103 gcc/cp/cp-objcp-common.c:103: case TEMPLATE_INFO: return sizeof (struct tree_template_info); + case TREE_BINFO: ...
13 years, 1 month ago (2011-05-27 13:24:19 UTC) #3
Lawrence Crowl
On 5/26/11, Nathan Froyd <froydnj@codesourcery.com> wrote: > On 05/26/2011 10:24 PM, Lawrence Crowl wrote: >> ...
13 years, 1 month ago (2011-05-27 17:43:52 UTC) #4
Lawrence Crowl
13 years, 1 month ago (2011-05-27 17:57:46 UTC) #5
On 5/27/11, dnovillo@google.com <dnovillo@google.com> wrote:
>
> http://codereview.appspot.com/4526083/diff/1/gcc/cp/cp-objcp-common.c
> File gcc/cp/cp-objcp-common.c (right):
>
>
http://codereview.appspot.com/4526083/diff/1/gcc/cp/cp-objcp-common.c#newcode103
> gcc/cp/cp-objcp-common.c:103:
>       case TEMPLATE_INFO:         return sizeof (struct
> tree_template_info);
>
> +    case TREE_BINFO:            return sizeof (struct tree_binfo);
> +
>
>
> TREE_BINFO is not a C++ code and it's variably-sized.  It is already
> handled by tree.c:tree_size()
>
> Not sure why you needed to add this here?

It appears on of the other fixes in that patch fixed the issue,
so I will remove this change.

>
> http://codereview.appspot.com/4526083/
>


-- 
Lawrence Crowl
Sign in to reply to this message.

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