[PATCH] pass pr20621 testcase on a small stack target

2014-12-31 Thread James Bowman
Test pr20621 requires a target with more than 64K of available stack. This patch adds a path to pass the test when the target has declared a STACK_SIZE of 64K or less 2014-12-30 James Bowman james.bow...@ftdichip.com * gcc/testsuite/gcc.c-torture/execute/pr20621-1.c: pass if stack 64K

Re: [PATCH] pass pr20621 testcase on a small stack target

2014-12-31 Thread Mike Stump
On Dec 31, 2014, at 8:46 AM, James Bowman james.bow...@ftdichip.com wrote: Test pr20621 requires a target with more than 64K of available stack. This patch adds a path to pass the test when the target has declared a STACK_SIZE of 64K or less 2014-12-30 James Bowman