public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: "H.J. Lu" <hjl.tools@gmail.com>
To: Vladimir Makarov <vmakarov@redhat.com>
Cc: GCC Patches <gcc-patches@gcc.gnu.org>
Subject: Re: patch fixing a test for PR55151
Date: Wed, 07 Nov 2012 22:27:00 -0000	[thread overview]
Message-ID: <CAMe9rOpb8aQYiTx++RhyoLQumd1fcy2VKt7hqgWr4QKSwtxbJw@mail.gmail.com> (raw)
In-Reply-To: <509ADEE0.5090508@redhat.com>

On Wed, Nov 7, 2012 at 2:21 PM, Vladimir Makarov <vmakarov@redhat.com> wrote:
>   The following patch adds omitted target for the test.  The test was
> supposed to run on x86-64 only.  On 32-bit x86, it should fail.  Reload
> fails on this test on x86 too although with an error message.  I am going to
> add a generation of a message too.
>
>   Committed as rev. 193311.
>
> 2012-11-07  Vladimir Makarov  <vmakarov@redhat.com>
>
>         PR rtl-optimization/55151
>         * gcc.dg/pr55151.c: Compile it only for x86_64.
>

Checking x86_64-*-* target is incorrect since i686 GCC can support
64-bit.  You should check !ia32 target:

/* { dg-do compile { target { ! { ia32 } } } } */


-- 
H.J.

  reply	other threads:[~2012-11-07 22:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-07 22:21 Vladimir Makarov
2012-11-07 22:27 ` H.J. Lu [this message]
2012-11-07 22:45   ` Vladimir Makarov
2012-11-08 16:59     ` Hans-Peter Nilsson
2012-11-09 14:31       ` Vladimir Makarov

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=CAMe9rOpb8aQYiTx++RhyoLQumd1fcy2VKt7hqgWr4QKSwtxbJw@mail.gmail.com \
    --to=hjl.tools@gmail.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=vmakarov@redhat.com \
    /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).