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

Issue 4515156: [pph] Remove case TREE_BINFO in cp_tree_size(). (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 11 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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -2 lines) Patch
M gcc/cp/cp-objcp-common.c View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 1
Lawrence Crowl
12 years, 11 months ago (2011-05-27 22:48:22 UTC) #1
Remove case TREE_BINFO in cp_tree_size().


Index: gcc/cp/ChangeLog.pph

2011-05-27  Lawrence Crowl  <crowl@google.com>

	* cp-objcp-common.c (cp_tree_size): Remove case TREE_BINFO.


Index: gcc/cp/cp-objcp-common.c
===================================================================
--- gcc/cp/cp-objcp-common.c	(revision 174345)
+++ gcc/cp/cp-objcp-common.c	(working copy)
@@ -99,8 +99,6 @@ cp_tree_size (enum tree_code code)
 
     case TEMPLATE_INFO:         return sizeof (struct tree_template_info);
 
-    case TREE_BINFO:            return sizeof (struct tree_binfo);
-
     default:
       gcc_unreachable ();
     }

--
This patch is available for review at http://codereview.appspot.com/4515156
Sign in to reply to this message.

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