Re: [pph] Do not emit PCH if generating PPH (issue4591061)

2011-06-10 Thread Diego Novillo
On Thu, Jun 9, 2011 at 11:49, Diego Novillo wrote: > > We were trying to generate PCH and PPH information at the same time. > We never noticed because PPH is generated after PCH, so we were just > clobbering over the previous dump. > > Found it by accident while debugging a GC ICE.  This should ma

[pph] Do not emit PCH if generating PPH (issue4591061)

2011-06-09 Thread Diego Novillo
We were trying to generate PCH and PPH information at the same time. We never noticed because PPH is generated after PCH, so we were just clobbering over the previous dump. Found it by accident while debugging a GC ICE. This should make testing slightly faster. Committed to the branch.