public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/16547] New: Tru64 UNIX bootstrap failure: warning compiling mips-tdump.c
@ 2004-07-14 17:57 gcc-bugzilla at gcc dot gnu dot org
  2004-07-17 18:04 ` [Bug target/16547] [3.5 Regression] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: gcc-bugzilla at gcc dot gnu dot org @ 2004-07-14 17:57 UTC (permalink / raw)
  To: gcc-bugs


Between 20040618 and 20040709, mainline started to fail bootstrap on Tru64
UNIX (both alpha-dec-osf4.0f and alpha-dec-osf5.1b) due to a warning
compiling mips-tdump.c in stage2:

$ stage1/xgcc -Bstage1/ -B/vol/gcc/share/alpha-dec-osf4.0f/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/vol/gnu/src/gcc/gcc-dist/gcc -I/vol/gnu/src/gcc/gcc-dist/gcc/. -I/vol/gnu/src/gcc/gcc-dist/gcc/../include -I/vol/gnu/src/gcc/gcc-dist/gcc/../libcpp/include -I/vol/gnu/src/gcc/gcc-dist/gcc/../libbanshee/libcompat -I/vol/gnu/src/gcc/gcc-dist/gcc/../libbanshee -I/vol/gnu/src/gcc/gcc-dist/gcc/../libbanshee/points-to  /vol/gnu/src/gcc/gcc-dist/gcc/mips-tdump.c -o mips-tdump.o
/vol/gnu/src/gcc/gcc-dist/gcc/mips-tdump.c: In function `print_symbol':
/vol/gnu/src/gcc/gcc-dist/gcc/mips-tdump.c:371: warning: case label value 64 exceeds maximum value for type
/vol/gnu/src/gcc/gcc-dist/gcc/mips-tdump.c:334: warning: case label value 32 exceeds maximum value for type
make[2]: *** [mips-tdump.o] Error 1

Environment:
System: OSF1 rimsky V4.0 1229 alpha
Machine: alpha
	
host: alpha-dec-osf4.0f
build: alpha-dec-osf4.0f
target: alpha-dec-osf4.0f
configured with: /vol/gnu/src/gcc/gcc-dist/configure --prefix=/vol/gcc --with-local-prefix=/vol/gcc --disable-nls --host alpha-dec-osf4.0f --build alpha-dec-osf4.0f --target alpha-dec-osf4.0f --disable-libmudflap

How-To-Repeat:
Bootstrap mainline as described above.
------- Additional Comments From ro at techfak dot uni-bielefeld dot de  2004-07-14 17:56 -------
Fix:
I can get the bootstrap to finish if I add

mips-tdump.o-warn = -Wno-error

to gcc/Makefile.  Testsuite results
(http://gcc.gnu.org/ml/gcc-testresults/2004-07/msg00673.html) look
reasonable compared to those of 20040618.

-- 
           Summary: Tru64 UNIX bootstrap failure: warning compiling mips-
                    tdump.c
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ro at techfak dot uni-bielefeld dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: alpha-dec-osf4.0f
  GCC host triplet: alpha-dec-osf4.0f
GCC target triplet: alpha-dec-osf4.0f


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


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

* [Bug target/16547] [3.5 Regression] Tru64 UNIX bootstrap failure: warning compiling mips-tdump.c
  2004-07-14 17:57 [Bug bootstrap/16547] New: Tru64 UNIX bootstrap failure: warning compiling mips-tdump.c gcc-bugzilla at gcc dot gnu dot org
@ 2004-07-17 18:04 ` pinskia at gcc dot gnu dot org
  2004-07-19 17:37 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-17 18:04 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|bootstrap                   |target
           Keywords|                            |build
            Summary|Tru64 UNIX bootstrap        |[3.5 Regression] Tru64 UNIX
                   |failure: warning compiling  |bootstrap failure: warning
                   |mips-tdump.c                |compiling mips-tdump.c
   Target Milestone|---                         |3.5.0


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


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

* [Bug target/16547] [3.5 Regression] Tru64 UNIX bootstrap failure: warning compiling mips-tdump.c
  2004-07-14 17:57 [Bug bootstrap/16547] New: Tru64 UNIX bootstrap failure: warning compiling mips-tdump.c gcc-bugzilla at gcc dot gnu dot org
  2004-07-17 18:04 ` [Bug target/16547] [3.5 Regression] " pinskia at gcc dot gnu dot org
@ 2004-07-19 17:37 ` pinskia at gcc dot gnu dot org
  2004-07-19 18:51 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-19 17:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-19 17:37 -------


*** This bug has been marked as a duplicate of 16631 ***

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


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


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

* [Bug target/16547] [3.5 Regression] Tru64 UNIX bootstrap failure: warning compiling mips-tdump.c
  2004-07-14 17:57 [Bug bootstrap/16547] New: Tru64 UNIX bootstrap failure: warning compiling mips-tdump.c gcc-bugzilla at gcc dot gnu dot org
  2004-07-17 18:04 ` [Bug target/16547] [3.5 Regression] " pinskia at gcc dot gnu dot org
  2004-07-19 17:37 ` pinskia at gcc dot gnu dot org
@ 2004-07-19 18:51 ` pinskia at gcc dot gnu dot org
  2004-07-19 18:51 ` pinskia at gcc dot gnu dot org
  2004-07-19 21:16 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-19 18:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-19 18:51 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-07-19 18:51:24
               date|                            |


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


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

* [Bug target/16547] [3.5 Regression] Tru64 UNIX bootstrap failure: warning compiling mips-tdump.c
  2004-07-14 17:57 [Bug bootstrap/16547] New: Tru64 UNIX bootstrap failure: warning compiling mips-tdump.c gcc-bugzilla at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-07-19 18:51 ` pinskia at gcc dot gnu dot org
@ 2004-07-19 18:51 ` pinskia at gcc dot gnu dot org
  2004-07-19 21:16 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-19 18:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-19 18:51 -------
Reopening as the warning is correct.

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


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


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

* [Bug target/16547] [3.5 Regression] Tru64 UNIX bootstrap failure: warning compiling mips-tdump.c
  2004-07-14 17:57 [Bug bootstrap/16547] New: Tru64 UNIX bootstrap failure: warning compiling mips-tdump.c gcc-bugzilla at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-07-19 18:51 ` pinskia at gcc dot gnu dot org
@ 2004-07-19 21:16 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-19 21:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-19 21:15 -------
Closing again as a dup, sorry for this mess.

*** This bug has been marked as a duplicate of 16631 ***

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


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


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

end of thread, other threads:[~2004-07-19 21:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-14 17:57 [Bug bootstrap/16547] New: Tru64 UNIX bootstrap failure: warning compiling mips-tdump.c gcc-bugzilla at gcc dot gnu dot org
2004-07-17 18:04 ` [Bug target/16547] [3.5 Regression] " pinskia at gcc dot gnu dot org
2004-07-19 17:37 ` pinskia at gcc dot gnu dot org
2004-07-19 18:51 ` pinskia at gcc dot gnu dot org
2004-07-19 18:51 ` pinskia at gcc dot gnu dot org
2004-07-19 21:16 ` 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).