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] S/390: Fix ICE with dynamic stack checking


Jakub Jelinek wrote:
On Tue, Mar 30, 2010 at 03:37:52PM +0200, Andreas Krebbel wrote:
the attached patch fixes a problem with the dynamic stack checks
introduced with the arch dependent option -mstack-size on S/390.

A bug causes an ICE if the function uses more than half the stack
space at once.

Committed to 4.3 and 4.4.  4.5/4.6 pending until branches are open
again.

The testcase fails at least on the trunk and 4.4 branch for me and from looking at the s390.c part of the change it seems the warning is intentional.

This is what I'm going to regtest now, ok for trunk/4.4 if it passes?

2010-04-05 Jakub Jelinek <jakub@redhat.com>

* gcc.target/s390/stackcheck1.c: Add dg-warning.

Ok. Thanks for fixing this.


Please commit to 4.3 as well.

-Andreas-


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