This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] s390: Add emit_barrier() after trap.


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-


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]