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

Issue 5050045: [pph] Fix pph_read_tree_header. (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 (+84 lines, -69 lines) Patch
M gcc/cp/pph.h View 1 chunk +2 lines, -0 lines 0 comments Download
M gcc/cp/pph.c View 3 chunks +21 lines, -2 lines 1 comment Download
M gcc/cp/pph-streamer.c View 1 chunk +2 lines, -1 line 0 comments Download
M gcc/cp/pph-streamer-in.c View 4 chunks +45 lines, -52 lines 1 comment Download
M gcc/cp/pph-streamer-out.c View 1 chunk +2 lines, -2 lines 0 comments Download
M gcc/cp/pt.c View 3 chunks +5 lines, -5 lines 0 comments Download
M libcpp/internal.h View 1 chunk +1 line, -1 line 0 comments Download
M libcpp/symtab.c View 5 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 2
Lawrence Crowl
Restructure pph_read_tree_header and pph_read_tree to do what their names say they do. In particular, generic ...
12 years, 7 months ago (2011-09-17 22:01:37 UTC) #1
Diego Novillo
12 years, 7 months ago (2011-09-21 19:01:14 UTC) #2
http://codereview.appspot.com/5050045/diff/1/gcc/cp/pph-streamer-in.c
File gcc/cp/pph-streamer-in.c (right):

http://codereview.appspot.com/5050045/diff/1/gcc/cp/pph-streamer-in.c#newcode...
gcc/cp/pph-streamer-in.c:2024: /* Read the language-independent bitfields for
expr.  */
s/expr/EXPR/

http://codereview.appspot.com/5050045/diff/1/gcc/cp/pph.c
File gcc/cp/pph.c (right):

http://codereview.appspot.com/5050045/diff/1/gcc/cp/pph.c#newcode50
gcc/cp/pph.c:50: gcc_assert (code <= TEMPLATE_INFO);
  48 pph_tree_code_text (enum tree_code code)
  49 {
  50   gcc_assert (code <= TEMPLATE_INFO);

gcc_assert (code < MAX_TREE_CODES);
Sign in to reply to this message.

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