public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug rtl-optimization/16419] tree ssa regression
Date: Wed, 07 Jul 2004 23:32:00 -0000	[thread overview]
Message-ID: <20040707233229.9500.qmail@sourceware.org> (raw)
In-Reply-To: <20040707232102.16419.echristo@redhat.com>


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-07 23:32 -------
this is not a tree-ssa regression at all but one caused by:
2004-03-09  Roger Sayle  <roger@eyesopen.com> 
            Andrew Pinski  <pinskia@physics.uc.edu> 
        
        * ifcvt.c (noce_try_sign_mask): New function to transform
        "x = (y < 0) ? z : 0" into the equivalent "x = (y >> C) & z".
        (noce_process_if_block): Call noce_try_sign_mask.

Unless the testcase did not fail before when it is not a regression at all.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|dnovillo at gcc dot gnu dot |roger at eyesopen dot com
                   |org                         |
             Status|UNCONFIRMED                 |ASSIGNED
          Component|regression                  |rtl-optimization


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


  reply	other threads:[~2004-07-07 23:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-07 23:21 [Bug regression/16419] New: " echristo at redhat dot com
2004-07-07 23:32 ` pinskia at gcc dot gnu dot org [this message]
2004-09-30 19:45 ` [Bug rtl-optimization/16419] gcc.c-torture/execute/20040309-1.c fails on mips-elf echristo at redhat dot com
2004-10-15 17:15 ` pinskia at gcc dot gnu dot org

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=20040707233229.9500.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).