public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "ktietz at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug rtl-optimization/36321] Optimization higher or eqaul to -O2 produce wrong code
Date: Sat, 24 May 2008 16:37:00 -0000	[thread overview]
Message-ID: <20080524163658.7847.qmail@sourceware.org> (raw)
In-Reply-To: <bug-36321-15155@http.gcc.gnu.org/bugzilla/>



------- Comment #2 from ktietz at gcc dot gnu dot org  2008-05-24 16:36 -------
(In reply to comment #1)
> Can you try this patch:
> 
> Index: i386.md
> ===================================================================
> --- i386.md     (revision 135849)
> +++ i386.md     (working copy)
> @@ -19707,7 +19707,7 @@
>     (set_attr "length" "5")])
> 
>  (define_insn "allocate_stack_worker_64"
> -  [(set (match_operand:DI 0 "register_operand" "=a")
> +  [(set (match_operand:DI 0 "register_operand" "+a")
>         (unspec_volatile:DI [(match_dup 0)] UNSPECV_STACK_PROBE))
>     (set (reg:DI SP_REG) (minus:DI (reg:DI SP_REG) (match_dup 0)))
>     (clobber (reg:DI R10_REG))
> 

I tried it. There is no difference.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36321


  parent reply	other threads:[~2008-05-24 16:37 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-24 15:15 [Bug rtl-optimization/36321] New: " ktietz at gcc dot gnu dot org
2008-05-24 16:04 ` [Bug rtl-optimization/36321] " ubizjak at gmail dot com
2008-05-24 16:37 ` ktietz at gcc dot gnu dot org [this message]
2008-05-24 17:02 ` ktietz at gcc dot gnu dot org
2008-05-24 17:55 ` ubizjak at gmail dot com
2008-05-25  6:54 ` [Bug rtl-optimization/36321] Optimization higher or equal " nightstrike at gmail dot com
2008-05-26 13:30 ` rguenth at gcc dot gnu dot org
2008-05-26 13:31 ` [Bug target/36321] " rguenth at gcc dot gnu dot org
2008-11-14 23:11 ` dj at redhat dot com

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=20080524163658.7847.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.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).