public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@redhat.com>
To: Michael Matz <matz@suse.de>
Cc: gcc-patches@gcc.gnu.org, law@redhat.com
Subject: Re: Fix PR48389: ICE in make_edges
Date: Fri, 08 Apr 2011 13:37:00 -0000	[thread overview]
Message-ID: <20110408133729.GT17079@tyan-ft48-01.lab.bos.redhat.com> (raw)
In-Reply-To: <Pine.LNX.4.64.1104081524260.1989@wotan.suse.de>

On Fri, Apr 08, 2011 at 03:33:49PM +0200, Michael Matz wrote:
> --- testsuite/gcc.target/i386/pr48389.c	(revision 0)
> +++ testsuite/gcc.target/i386/pr48389.c	(revision 0)
> @@ -0,0 +1,12 @@
> +/* PR middle-end/48389 */
> +/* { dg-do compile } */
> +/* { dg-options "-O -m32 -mtune=pentiumpro -Wno-abi" } */

-m32/-m64 should never go into dg-options.  Either do something like:
/* { dg-options "-O" } */
/* { dg-options "-O -mtune=pentiumpro -Wno-abi" { target ilp32 } } */
or remove -m32 from dg-options and conditionalize dg-do compile on ilp32
target.

	Jakub

  reply	other threads:[~2011-04-08 13:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-08 13:33 Michael Matz
2011-04-08 13:37 ` Jakub Jelinek [this message]
2011-04-08 13:59   ` Michael Matz
2011-04-08 14:03     ` Jakub Jelinek
2011-04-08 14:55     ` H.J. Lu
2011-04-08 15:04 ` Jeff Law

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=20110408133729.GT17079@tyan-ft48-01.lab.bos.redhat.com \
    --to=jakub@redhat.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=law@redhat.com \
    --cc=matz@suse.de \
    /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).