Re: [PATCH] 16 bit testsuite fixes - hard failures

2024-08-10 Thread Jeff Law
On 8/8/24 10:09 PM, Joern Wolfgang Rennecke wrote: This fixes problems with tests that exceed a data type or the maximum stack frame size on 16 bit targets. Note: GCC has a limitation that a stack frame cannot exceed half the address space. For two tests the decision to modify or skip them s

[PATCH] 16 bit testsuite fixes - hard failures

2024-08-08 Thread Joern Wolfgang Rennecke
This fixes problems with tests that exceed a data type or the maximum stack frame size on 16 bit targets. Note: GCC has a limitation that a stack frame cannot exceed half the address space. For two tests the decision to modify or skip them seems not so clear-cut; I choose to modify gcc.dg/pr4789