Senthil Kumar Selvaraj <senthil_kumar.selva...@atmel.com> writes:

> The newly added gcc.dg/torture/pr60183.c test fails for the AVR target
> with an "array size too large" error. This patch marks the test as
> unsupported for AVR, following the example of other such tests in the
> testsuite.
[...]
> diff --git gcc/testsuite/gcc.dg/torture/pr60183.c 
> gcc/testsuite/gcc.dg/torture/pr60183.c
> index d37b4b8..8e519dc 100644
> --- gcc/testsuite/gcc.dg/torture/pr60183.c
> +++ gcc/testsuite/gcc.dg/torture/pr60183.c
> @@ -1,4 +1,5 @@
>  /* { dg-do run } */
> +/* { dg-skip-if "Size of array too big" { "avr-*-*" } { "*" } { "" } } */

Please omit the last two default args to dg-skip-if.  Besides, I don't
like explicitly listing targets here.  We should have an
effective-target keyword for this issue.

        Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University

Reply via email to