This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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-01-25  Greta Yorsh  <Greta.Yorsh@arm.com>

	* gcc.dg/tm/lto-1.c: Require lto support in target.

Attachment: test-lto.patch
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]