Re: [testsuite] lib/dg-pch.exp: distinguish between two compilations in summary

2012-06-13 Thread Mike Stump
On Jun 13, 2012, at 2:59 PM, Joseph S. Myers wrote: > On Wed, 13 Jun 2012, Janis Johnson wrote: > >> The patch for PR20771 did fix the problem (so I should have closed it) >> but it was undone as part of a later change to the same lines. I could >> either do that again, with comments this time ex

Re: [testsuite] lib/dg-pch.exp: distinguish between two compilations in summary

2012-06-13 Thread Joseph S. Myers
On Wed, 13 Jun 2012, Janis Johnson wrote: > The patch for PR20771 did fix the problem (so I should have closed it) > but it was undone as part of a later change to the same lines. I could > either do that again, with comments this time explaining why they are > slightly different, or use "-Dwith_

Re: [testsuite] lib/dg-pch.exp: distinguish between two compilations in summary

2012-06-13 Thread Janis Johnson
On 06/13/2012 02:37 PM, Joseph S. Myers wrote: > On Wed, 13 Jun 2012, Janis Johnson wrote: > >> PCH test infrastructure compiles each test twice, with identical results >> in the test summary file (assuming they both pass or both fail). This >> patch adds an extra flag to each compile, "-Dcompile

Re: [testsuite] lib/dg-pch.exp: distinguish between two compilations in summary

2012-06-13 Thread Joseph S. Myers
On Wed, 13 Jun 2012, Janis Johnson wrote: > PCH test infrastructure compiles each test twice, with identical results > in the test summary file (assuming they both pass or both fail). This > patch adds an extra flag to each compile, "-Dcompile1" or "-Dcompile2", > to make the summary lines unique