[committed] Fix -fstack-check with really big frames on aarch64

Mike Stump mikestump@comcast.net
Thu Jun 22 17:29:00 GMT 2017


On Jun 22, 2017, at 10:21 AM, Jeff Law <law@redhat.com> wrote:
> 
> This time with the test.  Just #includes 20031023-1.c with a suitable dg
> directive to ensure we compile with -fstack-check.
> 
> I won't be surprised if other targets fail this test.  It's a really big
> stack frame :-)

The int16 people are going to hate you!  :-)  Checking, oh, wait, no, they should be fine.

> index 00000000000..4058eb58709
> --- /dev/null
> +++ b/gcc/testsuite/gcc.c-torture/compile/stack-check-1.c
> @@ -0,0 +1,2 @@
> +/* { dg-additional-options "-fstack-check" } */
> +#include "20031023-1.c"

Aren't you missing:

  /* { dg-require-effective-target untyped_assembly } */

?


More information about the Gcc-patches mailing list