On 08/26/2015 04:03 PM, Dominik Vogt wrote: > This patch fixes an ICE on S390 when a trap is generated because > the given -mstack-size is to small. A barrier was missing after > the trap, so on higher optimization levels a NULL pointer fron an > uninitialized basic block was used. The patch also contains a > test case.
Applied with minor changes to the testcase. Thanks! -Andreas-