public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/43964]  New: 4.6-20100501 (r158965) bootstrap failure on ARM, ira-color.c triggers -Werror
@ 2010-05-02 22:39 mikpe at it dot uu dot se
  2010-05-03  9:44 ` [Bug bootstrap/43964] [4.6 Regression] " rguenth at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: mikpe at it dot uu dot se @ 2010-05-02 22:39 UTC (permalink / raw)
  To: gcc-bugs

make bootstrap of gcc-4.6-20100501 snapshot on armv5tel-unknown-linux-gnueabi
fails in stage 2 as follows:

/home/mikpe/gcc-4.6-20100501/gcc/ira-color.c: In function 'assign_hard_reg':
/home/mikpe/gcc-4.6-20100501/gcc/ira-color.c:447:31: error: unused variable
'rclass' [-Werror=unused-variable]
/home/mikpe/gcc-4.6-20100501/gcc/ira-color.c:444:59: error: unused variable
'add_cost' [-Werror=unused-variable]
cc1: all warnings being treated as errors

I suspect r158911 (PR42895 patch) is responsible, I'll try reverting that one
now.


-- 
           Summary: 4.6-20100501 (r158965) bootstrap failure on ARM, ira-
                    color.c triggers -Werror
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mikpe at it dot uu dot se
 GCC build triplet: armv5tel-unknown-linux-gnueabi
  GCC host triplet: armv5tel-unknown-linux-gnueabi
GCC target triplet: armv5tel-unknown-linux-gnueabi


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


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

* [Bug bootstrap/43964] [4.6 Regression] 4.6-20100501 (r158965) bootstrap failure on ARM, ira-color.c triggers -Werror
  2010-05-02 22:39 [Bug bootstrap/43964] New: 4.6-20100501 (r158965) bootstrap failure on ARM, ira-color.c triggers -Werror mikpe at it dot uu dot se
@ 2010-05-03  9:44 ` rguenth at gcc dot gnu dot org
  2010-05-03 10:43 ` mikpe at it dot uu dot se
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-05-03  9:44 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|4.6-20100501 (r158965)      |[4.6 Regression] 4.6-
                   |bootstrap failure on ARM,   |20100501 (r158965) bootstrap
                   |ira-color.c triggers -Werror|failure on ARM, ira-color.c
                   |                            |triggers -Werror
   Target Milestone|---                         |4.6.0


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


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

* [Bug bootstrap/43964] [4.6 Regression] 4.6-20100501 (r158965) bootstrap failure on ARM, ira-color.c triggers -Werror
  2010-05-02 22:39 [Bug bootstrap/43964] New: 4.6-20100501 (r158965) bootstrap failure on ARM, ira-color.c triggers -Werror mikpe at it dot uu dot se
  2010-05-03  9:44 ` [Bug bootstrap/43964] [4.6 Regression] " rguenth at gcc dot gnu dot org
@ 2010-05-03 10:43 ` mikpe at it dot uu dot se
  2010-05-04  0:56 ` mikpe at it dot uu dot se
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: mikpe at it dot uu dot se @ 2010-05-03 10:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from mikpe at it dot uu dot se  2010-05-03 10:43 -------
Created an attachment (id=20545)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20545&action=view)
suggested fix for PR43964

Confirmed r158911 to be the cause of this bootstrap failure.  Attached patch
should fix it.  So far tested with bootstrap on i686-linux and cross to arm. 
I'm now running a full bootstrap (all languages except ada) on arm, expect 12
hours or so for it to complete.


-- 


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


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

* [Bug bootstrap/43964] [4.6 Regression] 4.6-20100501 (r158965) bootstrap failure on ARM, ira-color.c triggers -Werror
  2010-05-02 22:39 [Bug bootstrap/43964] New: 4.6-20100501 (r158965) bootstrap failure on ARM, ira-color.c triggers -Werror mikpe at it dot uu dot se
  2010-05-03  9:44 ` [Bug bootstrap/43964] [4.6 Regression] " rguenth at gcc dot gnu dot org
  2010-05-03 10:43 ` mikpe at it dot uu dot se
@ 2010-05-04  0:56 ` mikpe at it dot uu dot se
  2010-05-04 10:50 ` bernds at gcc dot gnu dot org
  2010-05-04 11:23 ` mikpe at it dot uu dot se
  4 siblings, 0 replies; 6+ messages in thread
From: mikpe at it dot uu dot se @ 2010-05-04  0:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from mikpe at it dot uu dot se  2010-05-04 00:56 -------
Bootstrap with the patch succeeded on ARM.  Patch posted here:
http://gcc.gnu.org/ml/gcc-patches/2010-05/msg00187.html


-- 


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


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

* [Bug bootstrap/43964] [4.6 Regression] 4.6-20100501 (r158965) bootstrap failure on ARM, ira-color.c triggers -Werror
  2010-05-02 22:39 [Bug bootstrap/43964] New: 4.6-20100501 (r158965) bootstrap failure on ARM, ira-color.c triggers -Werror mikpe at it dot uu dot se
                   ` (2 preceding siblings ...)
  2010-05-04  0:56 ` mikpe at it dot uu dot se
@ 2010-05-04 10:50 ` bernds at gcc dot gnu dot org
  2010-05-04 11:23 ` mikpe at it dot uu dot se
  4 siblings, 0 replies; 6+ messages in thread
From: bernds at gcc dot gnu dot org @ 2010-05-04 10:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from bernds at gcc dot gnu dot org  2010-05-04 10:50 -------
Subject: Bug 43964

Author: bernds
Date: Tue May  4 10:49:41 2010
New Revision: 159022

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159022
Log:
        PR bootstrap/43964
        * ira-color.c (assign_hard_reg): Declare rclass and add_cost
        only if HONOR_REG_ALLOC_ORDER is not defined.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ira-color.c


-- 


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


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

* [Bug bootstrap/43964] [4.6 Regression] 4.6-20100501 (r158965) bootstrap failure on ARM, ira-color.c triggers -Werror
  2010-05-02 22:39 [Bug bootstrap/43964] New: 4.6-20100501 (r158965) bootstrap failure on ARM, ira-color.c triggers -Werror mikpe at it dot uu dot se
                   ` (3 preceding siblings ...)
  2010-05-04 10:50 ` bernds at gcc dot gnu dot org
@ 2010-05-04 11:23 ` mikpe at it dot uu dot se
  4 siblings, 0 replies; 6+ messages in thread
From: mikpe at it dot uu dot se @ 2010-05-04 11:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from mikpe at it dot uu dot se  2010-05-04 11:23 -------
Thanks Bernd for committing this.  Closing as fixed.


-- 

mikpe at it dot uu dot se changed:

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


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


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

end of thread, other threads:[~2010-05-04 11:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-02 22:39 [Bug bootstrap/43964] New: 4.6-20100501 (r158965) bootstrap failure on ARM, ira-color.c triggers -Werror mikpe at it dot uu dot se
2010-05-03  9:44 ` [Bug bootstrap/43964] [4.6 Regression] " rguenth at gcc dot gnu dot org
2010-05-03 10:43 ` mikpe at it dot uu dot se
2010-05-04  0:56 ` mikpe at it dot uu dot se
2010-05-04 10:50 ` bernds at gcc dot gnu dot org
2010-05-04 11:23 ` mikpe at it dot uu dot se

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