Commit dd57b05e by Senthil Kumar Selvaraj Committed by Senthil Kumar Selvaraj

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  <senthil_kumar.selvaraj@atmel.com>

	* gcc.dg/lto/pr60449_0.c: Skip for avr.

From-SVN: r241701
parent e8d8d3c8
2016-10-31 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
* gcc.dg/lto/pr60449_0.c: Skip for avr.
2016-10-30 Le-Chun Wu <lcwu@google.com> 2016-10-30 Le-Chun Wu <lcwu@google.com>
Mark Wielaard <mjw@redhat.com> Mark Wielaard <mjw@redhat.com>
......
/* { dg-lto-do link } */ /* { dg-lto-do link } */
/* { dg-skip-if "Needs gettimeofday" { "avr-*-*" } } */
extern int printf (const char *__restrict __format, ...); extern int printf (const char *__restrict __format, ...);
typedef long int __time_t; typedef long int __time_t;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment