From: Senthil Kumar Selvaraj Date: Mon, 31 Oct 2016 14:06:04 +0000 (+0000) Subject: Skip gcc.dg/lto/pr60449_0.c for avr X-Git-Tag: basepoints/gcc-8~3492 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dd57b05e9681798cb23d774660b98466a6b511d4;p=thirdparty%2Fgcc.git Skip gcc.dg/lto/pr60449_0.c for avr The testcase requires gettimeofday to be available for the target. The avr target doesn't have an implementation, so the test always fails with a linker error. gcc/testsuite 2016-10-31 Senthil Kumar Selvaraj * gcc.dg/lto/pr60449_0.c: Skip for avr. From-SVN: r241701 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 5e773fb47a47..63b2a47ea882 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2016-10-31 Senthil Kumar Selvaraj + + * gcc.dg/lto/pr60449_0.c: Skip for avr. + 2016-10-30 Le-Chun Wu Mark Wielaard diff --git a/gcc/testsuite/gcc.dg/lto/pr60449_0.c b/gcc/testsuite/gcc.dg/lto/pr60449_0.c index a430830cbed8..5b878a640dba 100644 --- a/gcc/testsuite/gcc.dg/lto/pr60449_0.c +++ b/gcc/testsuite/gcc.dg/lto/pr60449_0.c @@ -1,4 +1,5 @@ /* { dg-lto-do link } */ +/* { dg-skip-if "Needs gettimeofday" { "avr-*-*" } } */ extern int printf (const char *__restrict __format, ...); typedef long int __time_t;