Re: [pph] Add FIXME comment to avoid finalizing decls when generating pph image. (issue4626099)

2011-07-06 Thread Diego Novillo
On Wed, Jul 6, 2011 at 16:55, Gabriel Charette wrote: > +2011-07-06  Gabriel Charette   > + > +       * passes.c (rest_of_decl_compilation): Add FIXME pph comment. > + OK under the obvious rule (small patches like this one that make obvious fixes to documentation or formatting or code do not nee

[pph] Add FIXME comment to avoid finalizing decls when generating pph image. (issue4626099)

2011-07-06 Thread Gabriel Charette
We do not need to finalize decls and add them to the varpool when generating the pph image as we will do this when streaming in (lto also already does it this way). I simply added a comment for now, because this will not fix anything, it will simply avoid streaming out unecessary stuff. Since t