This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

bootstrap/3319: GCC-A29K: compiler for target a29k-coff fails to build



>Number:         3319
>Category:       bootstrap
>Synopsis:       GCC-A29K: compiler for target a29k-coff fails to build
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Jun 21 02:16:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Toshiyasu Morita
>Release:        3.0
>Organization:
>Environment:
host: i686-linux (Red Hat 7.0)
target: a29k-coff
>Description:
Build fails. Failure log tail below:

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-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include \
	../../gcc-3.0/gcc/config/a29k/a29k.c -o a29k.o
../../gcc-3.0/gcc/config/a29k/a29k.c:43: conflicting types for `shift_constant_operand'
insn-codes.h:133: previous declaration of `shift_constant_operand'
../../gcc-3.0/gcc/config/a29k/a29k.c: In function `long_const_operand':
../../gcc-3.0/gcc/config/a29k/a29k.c:130: warning: comparison between signed and unsigned
../../gcc-3.0/gcc/config/a29k/a29k.c: In function `load_multiple_operation':
../../gcc-3.0/gcc/config/a29k/a29k.c:604: warning: comparison between signed and unsigned
../../gcc-3.0/gcc/config/a29k/a29k.c: In function `store_multiple_operation':
../../gcc-3.0/gcc/config/a29k/a29k.c:647: warning: comparison between signed and unsigned
../../gcc-3.0/gcc/config/a29k/a29k.c: In function `output_prolog':
../../gcc-3.0/gcc/config/a29k/a29k.c:1389: warning: implicit declaration of function `oballoc'
../../gcc-3.0/gcc/config/a29k/a29k.c:1406: warning: function `oballoc' was previously declared within a block
make[1]: *** [a29k.o] Error 1
make[1]: Leaving directory `/home/tm/gcc-3.0-a29k-coff/gcc'
make: *** [all-gcc] Error 2
[tm@localhost gcc-3.0-a29k-coff]$ 
>How-To-Repeat:
../gcc-3.0/configure --target=a29k-coff ; make
>Fix:
Unknown
>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]