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

Issue 4847044: [pph] Add initial support for including nested pph images (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 9 months ago by Diego Novillo
Modified:
12 years, 8 months ago
Reviewers:
Gabriel Charette
CC:
Lawrence Crowl, gcc-patches_gcc.gnu.org
Visibility:
Public.

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+239 lines, -105 lines) Patch
M gcc/cp/decl.c View 2 chunks +4 lines, -6 lines 0 comments Download
M gcc/cp/parser.c View 2 chunks +9 lines, -5 lines 0 comments Download
M gcc/cp/pph.h View 1 chunk +8 lines, -1 line 0 comments Download
M gcc/cp/pph.c View 2 chunks +6 lines, -11 lines 1 comment Download
M gcc/cp/pph-streamer.h View 4 chunks +42 lines, -3 lines 0 comments Download
M gcc/cp/pph-streamer.c View 2 chunks +57 lines, -18 lines 0 comments Download
M gcc/cp/pph-streamer-in.c View 4 chunks +30 lines, -3 lines 1 comment Download
M gcc/cp/pph-streamer-out.c View 10 chunks +82 lines, -56 lines 0 comments Download
M gcc/testsuite/g++.dg/pph/c1pr44948-1a.cc View 1 chunk +1 line, -2 lines 1 comment Download

Messages

Total messages: 7
Diego Novillo
This patch adds initial support for PPH images that include other PPH images. Currently, we ...
12 years, 9 months ago (2011-08-04 15:41:52 UTC) #1
Gabriel Charette
So if I understand correctly, the reference system doesn't work yet, you just put out ...
12 years, 9 months ago (2011-08-04 21:47:41 UTC) #2
Diego Novillo
On Thu, Aug 4, 2011 at 17:47, <gchare@google.com> wrote: > So if I understand correctly, ...
12 years, 9 months ago (2011-08-05 16:42:45 UTC) #3
Gabriel Charette
On Fri, Aug 5, 2011 at 9:42 AM, Diego Novillo <dnovillo@google.com> wrote: > On Thu, ...
12 years, 9 months ago (2011-08-05 18:10:33 UTC) #4
Diego Novillo
On Fri, Aug 5, 2011 at 14:10, Gabriel Charette <gchare@google.com> wrote: > On Fri, Aug ...
12 years, 9 months ago (2011-08-05 18:36:54 UTC) #5
Gabriel Charette
>>> Gah. I was going to commit this separately but forgot. Sorry about that. >>> ...
12 years, 9 months ago (2011-08-10 00:52:30 UTC) #6
Diego Novillo
12 years, 9 months ago (2011-08-10 15:36:31 UTC) #7
On Tue, Aug 9, 2011 at 20:52, Gabriel Charette <gchare@google.com> wrote:

> An ICE in lto_streamer_cache_get is not very intuitive to point out
> the problem to the user in this case imo....

Right.

> I'm thinking we should at least warn when some flags like this one
> differ and when that difference has an impact on the internal
> representation and can produce ICEs.

Yes, we can use the header of the PPH file to add anything we need to
do compatibility tests: original flags, version numbers, etc.  When we
open the file we can do these checks to avoid reading files
incompatible with the current compilation context.


Diego.
Sign in to reply to this message.

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