[patch testsuite]: Skip some tests for w64 target

Kai Tietz Kai.Tietz@onevision.com
Wed Feb 4 08:48:00 GMT 2009


Hi,

this patch skip some testsuite tests, which are producing an ICE reasoned 
by stack overflow. At the moment gcc executables for w64 have a stack size 
of 8MB set. So some of the tests are failing, because they consume (by 
recursions in gimplifier on expression handling) too much stack. Sadly the 
stack size isn't dynamically as for linux.

2009-02-04  Kai Tietz  <kai.tietz@onevision.com>

        * g++.dg/eh/cleanup1.C: Skip for target x86_64-*-mingw*
        reasoned by stack overflow.
        * gcc.c-torture/compile/limits-declparen.c: Likewise.
        * gcc.c-torture/compile/limits-exprparen.c: Likewise.
        * gcc.c-torture/compile/limits-structnest.c: Likewise.

Is this patch ok to be applied?

Cheers,
Kai



|  (\_/)  This is Bunny. Copy and paste Bunny
| (='.'=) into your signature to help him gain
| (")_(") world domination.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tst_stackovl.diff
Type: application/octet-stream
Size: 2250 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20090204/2380a04f/attachment.obj>


More information about the Gcc-patches mailing list