public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/21927] New: [4.1 regression] irix bootstrap failure in expr.c
@ 2005-06-06  1:32 billingd at gcc dot gnu dot org
  2005-06-06  1:37 ` [Bug target/21927] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: billingd at gcc dot gnu dot org @ 2005-06-06  1:32 UTC (permalink / raw)
  To: gcc-bugs

irix6.5 bootstrap fails in expr.c due to a warning (below).
Last successful build was cvs from Thu Jun  2 10:07:19 GMT 2005
http://gcc.gnu.org/ml/gcc-testresults/2005-06/msg00131.html


stage1/xgcc -Bstage1/ -B/disk4/billingd/tmp/gcc/mips-sgi-irix6.5/bin/ -c   -g -
O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-
prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-
definition -Werror -fno-common   -DHAVE_CONFIG_H    -I. -I. -
I/disk4/billingd/src/gcc/gcc -I/disk4/billingd/src/gcc/gcc/. -
I/disk4/billingd/src/gcc/gcc/../include -
I/disk4/billingd/src/gcc/gcc/../libcpp/include -
I/usr/local/include  /disk4/billingd/src/gcc/gcc/expr.c -o expr.o
cc1: warnings being treated as errors
/disk4/billingd/src/gcc/gcc/expr.c: In function 'do_store_flag':
/disk4/billingd/src/gcc/gcc/expr.c:8733: warning: comparison is always true 
due to limited range of data type

-- 
           Summary: [4.1 regression] irix bootstrap failure in expr.c
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: billingd at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: mips-sgi-irix6.5
  GCC host triplet: mips-sgi-irix6.5
GCC target triplet: mips-sgi-irix6.5


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


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

* [Bug target/21927] [4.1 regression] irix bootstrap failure in expr.c
  2005-06-06  1:32 [Bug bootstrap/21927] New: [4.1 regression] irix bootstrap failure in expr.c billingd at gcc dot gnu dot org
@ 2005-06-06  1:37 ` pinskia at gcc dot gnu dot org
  2005-06-06  4:54 ` echristo at redhat dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-06  1:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-06 01:37 -------
Confirmed, caused by:
2005-06-02  Eric Christopher  <echristo@redhat.com>

        * config/mips/mips.h (processor_type): Remove PROCESSOR_DEFAULT,
        add PROCESSOR_MAX.
        (mips_rtx_cost_data): New datatype.
        (MEMORY_MOVE_COST): Use data from structure.
        (BRANCH_COST): Ditto.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |echristo at redhat dot com
             Status|UNCONFIRMED                 |NEW
          Component|bootstrap                   |target
     Ever Confirmed|                            |1
           Keywords|                            |build
   Last reconfirmed|0000-00-00 00:00:00         |2005-06-06 01:37:12
               date|                            |
   Target Milestone|---                         |4.1.0


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


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

* [Bug target/21927] [4.1 regression] irix bootstrap failure in expr.c
  2005-06-06  1:32 [Bug bootstrap/21927] New: [4.1 regression] irix bootstrap failure in expr.c billingd at gcc dot gnu dot org
  2005-06-06  1:37 ` [Bug target/21927] " pinskia at gcc dot gnu dot org
@ 2005-06-06  4:54 ` echristo at redhat dot com
  2005-06-06  5:04 ` echristo at redhat dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: echristo at redhat dot com @ 2005-06-06  4:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From echristo at redhat dot com  2005-06-06 04:54 -------
Hunh. Saw the warning, no idea how my patch caused it, but I'll look.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |echristo at redhat dot com
                   |dot org                     |
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2005-06-06 01:37:12         |2005-06-06 04:54:38
               date|                            |


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


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

* [Bug target/21927] [4.1 regression] irix bootstrap failure in expr.c
  2005-06-06  1:32 [Bug bootstrap/21927] New: [4.1 regression] irix bootstrap failure in expr.c billingd at gcc dot gnu dot org
  2005-06-06  1:37 ` [Bug target/21927] " pinskia at gcc dot gnu dot org
  2005-06-06  4:54 ` echristo at redhat dot com
@ 2005-06-06  5:04 ` echristo at redhat dot com
  2005-06-06  5:14 ` echristo at redhat dot com
  2005-06-15  3:24 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: echristo at redhat dot com @ 2005-06-06  5:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From echristo at redhat dot com  2005-06-06 05:04 -------
oh, I see. Didn't think BRANCH_COST could ever be negative...?



-- 


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


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

* [Bug target/21927] [4.1 regression] irix bootstrap failure in expr.c
  2005-06-06  1:32 [Bug bootstrap/21927] New: [4.1 regression] irix bootstrap failure in expr.c billingd at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-06-06  5:04 ` echristo at redhat dot com
@ 2005-06-06  5:14 ` echristo at redhat dot com
  2005-06-15  3:24 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: echristo at redhat dot com @ 2005-06-06  5:14 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From echristo at redhat dot com  2005-06-06 05:14 -------
http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00433.html

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |WAITING


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


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

* [Bug target/21927] [4.1 regression] irix bootstrap failure in expr.c
  2005-06-06  1:32 [Bug bootstrap/21927] New: [4.1 regression] irix bootstrap failure in expr.c billingd at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-06-06  5:14 ` echristo at redhat dot com
@ 2005-06-15  3:24 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-15  3:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-15 03:24 -------
Fixed.

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


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


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

end of thread, other threads:[~2005-06-15  3:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-06  1:32 [Bug bootstrap/21927] New: [4.1 regression] irix bootstrap failure in expr.c billingd at gcc dot gnu dot org
2005-06-06  1:37 ` [Bug target/21927] " pinskia at gcc dot gnu dot org
2005-06-06  4:54 ` echristo at redhat dot com
2005-06-06  5:04 ` echristo at redhat dot com
2005-06-06  5:14 ` echristo at redhat dot com
2005-06-15  3:24 ` pinskia at gcc dot gnu dot 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).