public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Richard Guenther <rguenther@suse.de>
To: Rafael Espindola <espindola@google.com>
Cc: gcc-patches@gcc.gnu.org, Diego Novillo <dnovillo@google.com>
Subject: Re: [PATCH] Fix PR14495 (1/2)
Date: Wed, 16 Apr 2008 12:43:00 -0000	[thread overview]
Message-ID: <Pine.LNX.4.64.0804161348040.4180@zhemvz.fhfr.qr> (raw)
In-Reply-To: <38a0d8450804160439k678281f7wc4f6ca74990ff3fd@mail.gmail.com>

On Wed, 16 Apr 2008, Rafael Espindola wrote:

> I have updated the patch with your comments and some simplifications.
> It is currently bootstrapping. OK if it has no regressions?

-    }
-
   /* Bail out if this is just all edges taken.  */
   if (i == 0
       && j == n - 2
       && take_default)
    return;

does this need adjustment now as n - 1 is returned if j takes the
default?  Thus

    if (i == 0
       && j >= n - 2
       && take_default)
    return;

?

Otherwise this is ok.

Thanks,
Richard.

  reply	other threads:[~2008-04-16 11:49 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-28 18:53 Richard Guenther
2008-04-02 12:21 ` Diego Novillo
2008-04-14  6:02 ` Rafael Espindola
2008-04-14  9:11   ` Richard Guenther
2008-04-15  9:15     ` Rafael Espindola
2008-04-15  9:18       ` Richard Guenther
2008-04-16  8:11         ` Rafael Espindola
2008-04-16  8:26           ` Rafael Espindola
2008-04-16 10:08             ` Richard Guenther
2008-04-16 12:32               ` Rafael Espindola
2008-04-16 12:43                 ` Richard Guenther [this message]
2008-04-16 14:06                   ` Rafael Espindola

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=Pine.LNX.4.64.0804161348040.4180@zhemvz.fhfr.qr \
    --to=rguenther@suse.de \
    --cc=dnovillo@google.com \
    --cc=espindola@google.com \
    --cc=gcc-patches@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).