public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/60343] r208155 breaks bootstrap
       [not found] <bug-60343-4@http.gcc.gnu.org/bugzilla/>
@ 2014-02-26 10:01 ` ubizjak at gmail dot com
  2014-02-26 10:29 ` [Bug bootstrap/60343] [4.9 Regression] " rguenth at gcc dot gnu.org
  2014-02-26 10:30 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 3+ messages in thread
From: ubizjak at gmail dot com @ 2014-02-26 10:01 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Uroš Bizjak <ubizjak at gmail dot com> ---
Following patch works for me:

--cut here--
Index: lra-assigns.c
===================================================================
--- lra-assigns.c       (revision 208168)
+++ lra-assigns.c       (working copy)
@@ -898,7 +898,7 @@ spill_for (int regno, bitmap spilled_pseudo_bitmap
        }
       n = 0;
       if (sparseset_cardinality (live_range_reload_inheritance_pseudos)
-         <= LRA_MAX_CONSIDERED_RELOAD_PSEUDOS)
+         <= (unsigned) LRA_MAX_CONSIDERED_RELOAD_PSEUDOS)
        EXECUTE_IF_SET_IN_SPARSESET (live_range_reload_inheritance_pseudos,
                                     reload_regno)
          if ((int) reload_regno != regno
--cut here--
>From gcc-bugs-return-444840-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Wed Feb 26 10:06:37 2014
Return-Path: <gcc-bugs-return-444840-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 20916 invoked by alias); 26 Feb 2014 10:06:36 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 20892 invoked by uid 48); 26 Feb 2014 10:06:33 -0000
From: "rguenth at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug bootstrap/60343] [4.9 Regression] r208155 breaks bootstrap
Date: Wed, 26 Feb 2014 10:06:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: bootstrap
X-Bugzilla-Version: 4.9.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: rguenth at gcc dot gnu.org
X-Bugzilla-Status: NEW
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 4.9.0
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_status cf_reconfirmed_on target_milestone short_desc everconfirmed
Message-ID: <bug-60343-4-r81JzIfqcE@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-60343-4@http.gcc.gnu.org/bugzilla/>
References: <bug-60343-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-02/txt/msg02597.txt.bz2
Content-length: 677

http://gcc.gnu.org/bugzilla/show_bug.cgi?id`343

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-02-26
   Target Milestone|---                         |4.9.0
            Summary|r208155 breaks bootstrap    |[4.9 Regression] r208155
                   |                            |breaks bootstrap
     Ever confirmed|0                           |1

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Confirmed.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug bootstrap/60343] [4.9 Regression] r208155 breaks bootstrap
       [not found] <bug-60343-4@http.gcc.gnu.org/bugzilla/>
  2014-02-26 10:01 ` [Bug bootstrap/60343] r208155 breaks bootstrap ubizjak at gmail dot com
@ 2014-02-26 10:29 ` rguenth at gcc dot gnu.org
  2014-02-26 10:30 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 3+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-02-26 10:29 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
Author: rguenth
Date: Wed Feb 26 10:29:04 2014
New Revision: 208170

URL: http://gcc.gnu.org/viewcvs?rev=208170&root=gcc&view=rev
Log:
2014-02-26  Richard Biener  <rguenther@suse.de>

    PR bootstrap/60343
    * lra-assigns.c (spill_for): Avoid mixed-sign comparison.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/lra-assigns.c


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug bootstrap/60343] [4.9 Regression] r208155 breaks bootstrap
       [not found] <bug-60343-4@http.gcc.gnu.org/bugzilla/>
  2014-02-26 10:01 ` [Bug bootstrap/60343] r208155 breaks bootstrap ubizjak at gmail dot com
  2014-02-26 10:29 ` [Bug bootstrap/60343] [4.9 Regression] " rguenth at gcc dot gnu.org
@ 2014-02-26 10:30 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 3+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-02-26 10:30 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
Fixed.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-02-26 10:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-60343-4@http.gcc.gnu.org/bugzilla/>
2014-02-26 10:01 ` [Bug bootstrap/60343] r208155 breaks bootstrap ubizjak at gmail dot com
2014-02-26 10:29 ` [Bug bootstrap/60343] [4.9 Regression] " rguenth at gcc dot gnu.org
2014-02-26 10:30 ` rguenth at gcc dot gnu.org

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