Re: [Patch][testsuite] Fix a few test cases

2015-01-05 Thread Jeff Law
On 12/12/14 12:38, Ryan Mansfield wrote: Hi, Here are a few test tweaks. In 921202-1.c, if STACK_SIZE is used then VLEN will blow the stack with 64bit longs. e.g. if STACK_SIZE == 512K then 3 arrays of 32767 longs means at a minimum 767K of stack will be used at -O0. In pr51447.c, the rbx global

Re: [Patch][testsuite] Fix a few test cases

2014-12-12 Thread Ryan Mansfield
On 14-12-12 04:29 PM, Mike Stump wrote: On Dec 12, 2014, at 11:38 AM, Ryan Mansfield wrote: Here are a few test tweaks. In 921202-1.c, if STACK_SIZE is used then VLEN will blow the stack with 64bit longs. e.g. if STACK_SIZE == 512K then 3 arrays of 32767 longs means at a minimum 767K of stac

Re: [Patch][testsuite] Fix a few test cases

2014-12-12 Thread Mike Stump
On Dec 12, 2014, at 11:38 AM, Ryan Mansfield wrote: > > Here are a few test tweaks. In 921202-1.c, if STACK_SIZE is used then VLEN > will blow the stack with 64bit longs. e.g. if STACK_SIZE == 512K then 3 > arrays of 32767 longs means at a minimum 767K of stack will be used at -O0. > In pr5144

[Patch][testsuite] Fix a few test cases

2014-12-12 Thread Ryan Mansfield
Hi, Here are a few test tweaks. In 921202-1.c, if STACK_SIZE is used then VLEN will blow the stack with 64bit longs. e.g. if STACK_SIZE == 512K then 3 arrays of 32767 longs means at a minimum 767K of stack will be used at -O0. In pr51447.c, the rbx global register is clobbering the rbx of mai