Re: [RFA] Enable dump-noaddr test to work in out of build tree testing

2012-06-28 Thread Mike Stump
On Jun 28, 2012, at 11:42 AM, Andrew Pinski wrote: > Both will work in the case of build==host. I don't even know if we > really support build!=host testing at all. Sure... works just fine, last I knew. Generally easy enough to fixup, if people get it wrong. > I have never seen it done and I

Re: [RFA] Enable dump-noaddr test to work in out of build tree testing

2012-06-28 Thread Andrew Pinski
On Thu, Jun 28, 2012 at 6:50 AM, Matthew Gretton-Dann wrote: > On 28/06/12 14:38, Mike Stump wrote: >> >> On Jun 28, 2012, at 1:28 AM, Matthew Gretton-Dann > >> wrote: >>> >>> On 27/06/12 21:35, Andrew Pinski wrote: On Wed, Jun 27, 2012 at 3:33 AM, Matthew Gretton-Dann wrote:

Re: [RFA] Enable dump-noaddr test to work in out of build tree testing

2012-06-28 Thread Matthew Gretton-Dann
On 28/06/12 14:38, Mike Stump wrote: On Jun 28, 2012, at 1:28 AM, Matthew Gretton-Dann > wrote: On 27/06/12 21:35, Andrew Pinski wrote: On Wed, Jun 27, 2012 at 3:33 AM, Matthew Gretton-Dann wrote: All, This patch enables the dump-noaddr test to work in out-of-build-tree testing. [snip]

Re: [RFA] Enable dump-noaddr test to work in out of build tree testing

2012-06-28 Thread Mike Stump
On Jun 28, 2012, at 1:28 AM, Matthew Gretton-Dann wrote: > On 27/06/12 21:35, Andrew Pinski wrote: >> On Wed, Jun 27, 2012 at 3:33 AM, Matthew Gretton-Dann >> wrote: >>> All, >>> >>> This patch enables the dump-noaddr test to work in out-of-build-tree >>> testing. > [snip] >> >> I created a mu

Re: [RFA] Enable dump-noaddr test to work in out of build tree testing

2012-06-28 Thread Matthew Gretton-Dann
On 27/06/12 21:35, Andrew Pinski wrote: On Wed, Jun 27, 2012 at 3:33 AM, Matthew Gretton-Dann wrote: All, This patch enables the dump-noaddr test to work in out-of-build-tree testing. [snip] I created a much simpler patch which I have been meaning to submit. I attached it for reference. T

Re: [RFA] Enable dump-noaddr test to work in out of build tree testing

2012-06-27 Thread Mike Stump
On Jun 27, 2012, at 1:35 PM, Andrew Pinski wrote: > On Wed, Jun 27, 2012 at 3:33 AM, Matthew Gretton-Dann > wrote: >> All, >> >> This patch enables the dump-noaddr test to work in out-of-build-tree >> testing. >> >> It does this by making sure that the dump files generated during the >> test are

Re: [RFA] Enable dump-noaddr test to work in out of build tree testing

2012-06-27 Thread Andrew Pinski
On Wed, Jun 27, 2012 at 3:33 AM, Matthew Gretton-Dann wrote: > All, > > This patch enables the dump-noaddr test to work in out-of-build-tree > testing. > > It does this by making sure that the dump files generated during the > test are created under $tmpdir. I created a much simpler patch which I

Re: [RFA] Enable dump-noaddr test to work in out of build tree testing

2012-06-27 Thread Mike Stump
On Jun 27, 2012, at 3:33 AM, Matthew Gretton-Dann wrote: > This patch enables the dump-noaddr test to work in out-of-build-tree testing. > * gcc.c-torture/unsorted/dump-noaddr.x: Generate dump files in > tmpdir. > OK? Ok.

[RFA] Enable dump-noaddr test to work in out of build tree testing

2012-06-27 Thread Matthew Gretton-Dann
All, This patch enables the dump-noaddr test to work in out-of-build-tree testing. It does this by making sure that the dump files generated during the test are created under $tmpdir. gcc/testsuite/ChangeLog: 2012-06-27 Matthew Gretton-Dann * gcc.c-torture/unsorted/dump-noaddr.x: Ge