Message ID | 87bn6esfav.fsf@atmel.com |
---|---|
State | New |
Headers | show |
Hi Senthil, > diff --git a/gcc/testsuite/gcc.c-torture/compile/20151204.c b/gcc/testsuite/gcc.c-torture/compile/20151204.c > index 036316c..0a60871 100644 > --- a/gcc/testsuite/gcc.c-torture/compile/20151204.c > +++ b/gcc/testsuite/gcc.c-torture/compile/20151204.c > @@ -1,3 +1,5 @@ > +/* { dg-skip-if "Array too big" { "avr-*-*" } { "*" } { "" } } */ just one nit: please omit the default args to dg-skip-if, they are unnecessary. Thanks. Rainer
diff --git a/gcc/testsuite/gcc.c-torture/compile/20151204.c b/gcc/testsuite/gcc.c-torture/compile/20151204.c index 036316c..0a60871 100644 --- a/gcc/testsuite/gcc.c-torture/compile/20151204.c +++ b/gcc/testsuite/gcc.c-torture/compile/20151204.c @@ -1,3 +1,5 @@ +/* { dg-skip-if "Array too big" { "avr-*-*" } { "*" } { "" } } */ + typedef __SIZE_TYPE__ size_t; int strcmp (const char*, const char*);