Re: [patch, testsuite] require target lto in gcc.dg/tm/lto-1.c

2012-01-25 Thread Richard Earnshaw
On 25/01/12 14:10, Greta Yorsh wrote: > The new test gcc.dg/tm/lto-1.c fails in configurations where lto support is > disabled. > > This patch adds the missing target requirement to the test: > /* { dg-require-effective-target lto } */ > > Checked on qemu for arm-none-eabi configured with and wi

[patch, testsuite] require target lto in gcc.dg/tm/lto-1.c

2012-01-25 Thread Greta Yorsh
The new test gcc.dg/tm/lto-1.c fails in configurations where lto support is disabled. This patch adds the missing target requirement to the test: /* { dg-require-effective-target lto } */ Checked on qemu for arm-none-eabi configured with and without --disable-lto. gcc/testsuite/ChangeLog 2012-