20151204.c: Skip for avr.

2016-03-16  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>

    * gcc.c-torture/compile/20151204.c: Skip for avr.

From-SVN: r234266
This commit is contained in:
Senthil Kumar Selvaraj 2016-03-16 18:09:51 +00:00 committed by Jeff Law
parent c73d295c48
commit da0ad26300
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2016-03-16 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
* gcc.c-torture/compile/20151204.c: Skip for avr.
2016-03-16 Jakub Jelinek <jakub@redhat.com>
PR target/70245

View File

@ -1,3 +1,5 @@
/* { dg-skip-if "Array too big" { "avr-*-*" } } */
typedef __SIZE_TYPE__ size_t;
int strcmp (const char*, const char*);