Re: [Patch][gcc][testsuite] Skip testcases using freopen when on wrapped board

2018-11-26 Thread Mike Stump
On Nov 16, 2018, at 8:16 AM, Matthew Malcomson wrote: > > On 16/11/18 16:04, Jeff Law wrote: >> On 11/15/18 12:06 PM, Martin Sebor wrote: >>> On 11/15/2018 02:39 AM, Matthew Malcomson wrote: If not we could add an { dg-require-effective-target unwrapped } directive in the test

Re: [Patch][gcc][testsuite] Skip testcases using freopen when on wrapped board

2018-11-16 Thread Christophe Lyon
On Fri, 16 Nov 2018 at 17:16, Matthew Malcomson wrote: > > On 16/11/18 16:04, Jeff Law wrote: > > On 11/15/18 12:06 PM, Martin Sebor wrote: > >> On 11/15/2018 02:39 AM, Matthew Malcomson wrote: > >>> If not we could add an > >>> { dg-require-effective-target unwrapped } > >>> directive in the

Re: [Patch][gcc][testsuite] Skip testcases using freopen when on wrapped board

2018-11-16 Thread Jeff Law
On 11/16/18 9:16 AM, Matthew Malcomson wrote: > On 16/11/18 16:04, Jeff Law wrote: >> On 11/15/18 12:06 PM, Martin Sebor wrote: >>> On 11/15/2018 02:39 AM, Matthew Malcomson wrote: If not we could add an     { dg-require-effective-target unwrapped } directive in the testcases to sto

[Patch][gcc][testsuite] Skip testcases using freopen when on wrapped board

2018-11-16 Thread Matthew Malcomson
On 16/11/18 16:04, Jeff Law wrote: > On 11/15/18 12:06 PM, Martin Sebor wrote: >> On 11/15/2018 02:39 AM, Matthew Malcomson wrote: >>> If not we could add an >>>     { dg-require-effective-target unwrapped } >>> directive in the testcases to stop the failure complaints. >> I'm not familiar with th