public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* bootstrap/3364: a29k-coff fails to compile on gcc 3.0 CVS branch
@ 2001-06-22  7:56 joel
  0 siblings, 0 replies; 5+ messages in thread
From: joel @ 2001-06-22  7:56 UTC (permalink / raw)
  To: gcc-gnats

>Number:         3364
>Category:       bootstrap
>Synopsis:       a29k-coff fails to compile on gcc 3.0 CVS branch
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Jun 22 07:56:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     joel@OARcorp.com
>Release:        gcc 3.0 CVS branch
>Organization:
>Environment:
GNU/Linux RedHat 6.2 targetting a29k-coff	
>Description:
../gcc/configure --target=a29k-coff --with-gnu-as --with-gnu-ld --with-newlib --verbose --prefix=/usr1/tmp-tools --enable-languages=c,c++ && make

fails with this error:

gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H    -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/config -I../../gcc/gcc/../include \
        ../../gcc/gcc/config/a29k/a29k.c -o a29k.o
../../gcc/gcc/config/a29k/a29k.c:43: conflicting types for `shift_constant_operand'
insn-codes.h:133: previous declaration of `shift_constant_operand'
../../gcc/gcc/config/a29k/a29k.c: In function `cint_8_operand':
../../gcc/gcc/config/a29k/a29k.c:100: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc/gcc/config/a29k/a29k.c: In function `cint_16_operand':
../../gcc/gcc/config/a29k/a29k.c:110: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc/gcc/config/a29k/a29k.c: In function `long_const_operand':
../../gcc/gcc/config/a29k/a29k.c:128: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc/gcc/config/a29k/a29k.c:129: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc/gcc/config/a29k/a29k.c:129: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc/gcc/config/a29k/a29k.c:130: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc/gcc/config/a29k/a29k.c:130: warning: comparison between signed and unsigned
../../gcc/gcc/config/a29k/a29k.c: In function `srcb_operand':
../../gcc/gcc/config/a29k/a29k.c:286: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc/gcc/config/a29k/a29k.c: In function `cmplsrcb_operand':
../../gcc/gcc/config/a29k/a29k.c:302: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc/gcc/config/a29k/a29k.c:302: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc/gcc/config/a29k/a29k.c: In function `load_multiple_operation':
../../gcc/gcc/config/a29k/a29k.c:604: warning: comparison between signed and unsigned
../../gcc/gcc/config/a29k/a29k.c: In function `store_multiple_operation':
../../gcc/gcc/config/a29k/a29k.c:647: warning: comparison between signed and unsigned
../../gcc/gcc/config/a29k/a29k.c: In function `masks_bits_for_special':
../../gcc/gcc/config/a29k/a29k.c:705: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc/gcc/config/a29k/a29k.c: In function `output_prolog':
../../gcc/gcc/config/a29k/a29k.c:1389: warning: implicit declaration of function `oballoc'
../../gcc/gcc/config/a29k/a29k.c:1406: warning: function `oballoc' was previously declared within a block
make[1]: *** [a29k.o] Error 1

>How-To-Repeat:
configure and build per description.
I used binutils 2.10.
>Fix:
unknown
>Release-Note:
>Audit-Trail:
>Unformatted:


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

* Re: bootstrap/3364: [a29k-coff] fails to compile on gcc 3.0 CVS branch
@ 2002-11-26 17:06 bangerth
  0 siblings, 0 replies; 5+ messages in thread
From: bangerth @ 2002-11-26 17:06 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, joel, nobody

Synopsis: [a29k-coff] fails to compile on gcc 3.0 CVS branch

State-Changed-From-To: feedback->closed
State-Changed-By: bangerth
State-Changed-When: Tue Nov 19 12:28:33 2002
State-Changed-Why:
    Target was deprecated.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=3364


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

* Re: bootstrap/3364: [a29k-coff] fails to compile on gcc 3.0 CVS branch
@ 2002-11-26 15:47 Joel Sherrill
  0 siblings, 0 replies; 5+ messages in thread
From: Joel Sherrill @ 2002-11-26 15:47 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR bootstrap/3364; it has been noted by GNATS.

From: Joel Sherrill <joel.sherrill@OARcorp.com>
To: bangerth@dealii.org, gcc-bugs@gcc.gnu.org,
 	gcc-prs@gcc.gnu.org, joel@gcc.gnu.org, nobody@gcc.gnu.org,
 	gcc-gnats@gcc.gnu.org
Cc:  
Subject: Re: bootstrap/3364: [a29k-coff] fails to compile on gcc 3.0 CVS branch
Date: Tue, 19 Nov 2002 14:25:51 -0600

 bangerth@dealii.org wrote:
 > 
 > Old Synopsis: a29k-coff fails to compile on gcc 3.0 CVS branch
 > New Synopsis: [a29k-coff] fails to compile on gcc 3.0 CVS branch
 
 This feels like a recurring theme but the a29k was deprecated and
 removed
 in 3.2.  So this is irrelevant and can be closed.
 
 > 
 > State-Changed-From-To: open->feedback
 > State-Changed-By: bangerth
 > State-Changed-When: Tue Nov 19 12:14:54 2002
 > State-Changed-Why:
 >     The 3.0 branch is rather old. Does this still happen with
 >     newer versions of gcc?
 > 
 >     Thanks
 >       W.
 > 
 > http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=3364
 
 -- 
 Joel Sherrill, Ph.D.             Director of Research & Development
 joel@OARcorp.com                 On-Line Applications Research
 Ask me about RTEMS: a free RTOS  Huntsville AL 35805
 Support Available                (256) 722-9985


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

* Re: bootstrap/3364: [a29k-coff] fails to compile on gcc 3.0 CVS branch
@ 2002-11-26 13:06 bangerth
  0 siblings, 0 replies; 5+ messages in thread
From: bangerth @ 2002-11-26 13:06 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, joel, nobody

Old Synopsis: a29k-coff fails to compile on gcc 3.0 CVS branch
New Synopsis: [a29k-coff] fails to compile on gcc 3.0 CVS branch

State-Changed-From-To: open->feedback
State-Changed-By: bangerth
State-Changed-When: Tue Nov 19 12:14:54 2002
State-Changed-Why:
    The 3.0 branch is rather old. Does this still happen with
    newer versions of gcc?
    
    Thanks
      W.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=3364


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

* Re: bootstrap/3364: a29k-coff fails to compile on gcc 3.0 CVS branch
@ 2001-06-23 15:16 Kaveh R. Ghazi
  0 siblings, 0 replies; 5+ messages in thread
From: Kaveh R. Ghazi @ 2001-06-23 15:16 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR bootstrap/3364; it has been noted by GNATS.

From: "Kaveh R. Ghazi" <ghazi@caip.rutgers.edu>
To: joel@gcc.gnu.org
Cc: gcc-bugs@gcc.gnu.org, gcc-gnats@gcc.gnu.org
Subject: Re: bootstrap/3364: a29k-coff fails to compile on gcc 3.0 CVS branch
Date: Sat, 23 Jun 2001 18:14:22 -0400 (EDT)

  > gcc -c -DCROSS_COMPILE -DIN_GCC -g -O2 -W -Wall -Wwrite-strings
  > -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic
  > -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc/gcc
  > -I../../gcc/gcc/. -I../../gcc/gcc/config -I../../gcc/gcc/../include
  > ../../gcc/gcc/config/a29k/a29k.c -o a29k.o
  > ../../gcc/gcc/config/a29k/a29k.c:43: conflicting types for
  > 	`shift_constant_operand'
  > insn-codes.h:133: previous declaration of `shift_constant_operand'
 
 
 I suspect you'll want to bring over this patch from the trunk.
 
 
  > 2001-03-07  Andrew MacLeod  <amacleod@redhat.com>
  > 
  >       * config/a29k/a29k.c (print_operand): Free a29k_last_prologue_insn
  >       after its emitted.
  >       (output_prologue): Use xmalloc not oballoc.
  >       (output_epilog): Free a29k_first_epilogue_insn when finished.
  >       * confif/a29k/a29k.h (PREDICATE_CODES): Remove shift_constant_operand.
 
 IIRC, gencodes has been putting prototypes for predicates into
 insn-codes.h since early January, so a29k has been broken for at least
 six months!  Tsk tsk to whoever cares about this platform... :-)
 
 		--Kaveh
 --
 Kaveh R. Ghazi			Engagement Manager / Project Services
 ghazi@caip.rutgers.edu		Qwest Internet Solutions


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

end of thread, other threads:[~2002-11-19 20:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-22  7:56 bootstrap/3364: a29k-coff fails to compile on gcc 3.0 CVS branch joel
2001-06-23 15:16 Kaveh R. Ghazi
2002-11-26 13:06 bootstrap/3364: [a29k-coff] " bangerth
2002-11-26 15:47 Joel Sherrill
2002-11-26 17:06 bangerth

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