public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [COMMITTED] Additional.. disable inappropriate LTO testcases in the presence of --disable-lto
@ 2010-09-22 18:29 Marcus Shawcroft
  0 siblings, 0 replies; only message in thread
From: Marcus Shawcroft @ 2010-09-22 18:29 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 303 bytes --]

Hi, My previous commit on this issue missed one test case. As before a typo
in dg-require-effective-lto caused the precondition to be ignored. Committed
using the obvious rule.


2010-09-22  Marcus Shawcroft  <marcus.shawcroft@arm.com>

	* gcc.dg/pr28706.c: Typo fix to dg-require-effective-target lto.

[-- Attachment #2: arm-fix-lto-effective-target-2-patch.txt --]
[-- Type: text/plain, Size: 425 bytes --]

diff --git a/gcc/testsuite/gcc.dg/pr28706.c b/gcc/testsuite/gcc.dg/pr28706.c
index 9d6f1eb..1ecb8b2 100644
--- a/gcc/testsuite/gcc.dg/pr28706.c
+++ b/gcc/testsuite/gcc.dg/pr28706.c
@@ -1,6 +1,6 @@
 /* PR c/28706 */
 /* { dg-do link } */
-/* { dg-require-effective-target-lto } */
+/* { dg-require-effective-target lto } */
 /* { dg-options "-flto -r -nostdlib" } */
 /* { dg-additional-sources "pr28706.c" } */
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-09-22 10:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-22 18:29 [COMMITTED] Additional.. disable inappropriate LTO testcases in the presence of --disable-lto Marcus Shawcroft

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).