public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Janis Johnson <janisjo@codesourcery.com>
To: "gcc-patches@gcc.gnu.org" <gcc-patches@gcc.gnu.org>,
	 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
Subject: [testsuite] ARM test pr42093.c: thumb2 or thumb1
Date: Fri, 24 Jun 2011 01:02:00 -0000	[thread overview]
Message-ID: <4E03DD02.6010706@codesourcery.com> (raw)

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

Test gcc.target/arm/pr42093.c, added by Ramana, requires support for
arm_thumb2 but fails for those targets.  The patch for which it was
added modified support for thumb1.  Should the test instead require
arm_thumb1_ok, as in this patch?

Janis

[-- Attachment #2: gcc-20110623-5 --]
[-- Type: text/plain, Size: 563 bytes --]

2011-06-23  Janis Johnson  <janisjo@codesourcery.com>

	* gcc.target/arm/pr42093.c: Require thumb1, not thumb2.

Index: gcc.target/arm/pr42093.c
===================================================================
--- gcc.target/arm/pr42093.c	(revision 175313)
+++ gcc.target/arm/pr42093.c	(working copy)
@@ -1,5 +1,5 @@
 /* { dg-options "-mthumb -O2" }  */
-/* { dg-require-effective-target arm_thumb2_ok } */
+/* { dg-require-effective-target arm_thumb1_ok } */
 /* { dg-final { scan-assembler-not "tbb" } } */
 /* { dg-final { scan-assembler-not "tbh" } } */
 

             reply	other threads:[~2011-06-24  0:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-24  1:02 Janis Johnson [this message]
2011-06-24 13:38 ` Ramana Radhakrishnan
2011-07-01  9:03   ` Richard Earnshaw
2011-07-01 19:57     ` Janis Johnson
2011-07-04  9:27       ` Richard Earnshaw

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E03DD02.6010706@codesourcery.com \
    --to=janisjo@codesourcery.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=ramana.radhakrishnan@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).