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]

Build failure: 20001120 snap on i586-sco-sysv5uw7.1.0


The 20001120 snapshot fails to build on i586-sco-sysv5uw7.1.0
- the 20001113 snapshot built fine.

CLIB=-lPW seems to have been interpolated from config/i386/x-sysv3
it doesn't exist on UnixWare 7.

Working around this, config/i386/i386.c fails to compile with an undeclared
INT_ASM_OP.

This appears to be due to a configury change, rather than anything in
these areas.

...

gcc  -DIN_GCC    -g  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H  -o gencheck \
 gencheck.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` -lPW
/usr/local/lib/gcc-lib/i686-UnixWare7.1.0-sysv5/2.95.2/ld: cannot find -lPW
collect2: ld returned 1 exit status
make[2]: *** [gencheck] Error 1
make[2]: Leaving directory `/devel/src/gcc-20001120.chk/gcc'
make[1]: *** [stage_a] Error 2

...

gcc -c  -DIN_GCC    -g  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H    -I. -I. -I../../gcc-20001120/gcc -I../../gcc-20001120/gcc/. -I../../gcc-20001120/gcc/config -I../../gcc-20001120/gcc/../include \
	../../gcc-20001120/gcc/config/i386/i386.c -o i386.o
../../gcc-20001120/gcc/config/i386/i386.c: In function `incdec_operand':
../../gcc-20001120/gcc/config/i386/i386.c:1155: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20001120/gcc/config/i386/i386.c: In function `i386_dwarf_output_addr_const':
../../gcc-20001120/gcc/config/i386/i386.c:3046: `INT_ASM_OP' undeclared (first use in this function)
../../gcc-20001120/gcc/config/i386/i386.c:3046: (Each undeclared identifier is reported only once
../../gcc-20001120/gcc/config/i386/i386.c:3046: for each function it appears in.)
../../gcc-20001120/gcc/config/i386/i386.c: In function `ix86_expand_int_movcc':
../../gcc-20001120/gcc/config/i386/i386.c:5274: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20001120/gcc/config/i386/i386.c: In function `ix86_expand_strlensi_unroll_1':
../../gcc-20001120/gcc/config/i386/i386.c:6123: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20001120/gcc/config/i386/i386.c: In function `ix86_init_builtins':
../../gcc-20001120/gcc/config/i386/i386.c:7505: warning: comparison between signed and unsigned
../../gcc-20001120/gcc/config/i386/i386.c:7580: warning: comparison between signed and unsigned
../../gcc-20001120/gcc/config/i386/i386.c:7379: warning: unused variable `v8qi_ftype_v8qi_di'
../../gcc-20001120/gcc/config/i386/i386.c:7374: warning: unused variable `di_ftype_di_int'
../../gcc-20001120/gcc/config/i386/i386.c:7297: warning: unused variable `int_ftype_v4sf_int'
../../gcc-20001120/gcc/config/i386/i386.c: In function `ix86_expand_builtin':
../../gcc-20001120/gcc/config/i386/i386.c:8275: warning: comparison between signed and unsigned
../../gcc-20001120/gcc/config/i386/i386.c:8276: warning: comparison between signed and unsigned
../../gcc-20001120/gcc/config/i386/i386.c:8288: warning: comparison between signed and unsigned
../../gcc-20001120/gcc/config/i386/i386.c:8289: warning: comparison between signed and unsigned
../../gcc-20001120/gcc/config/i386/i386.c:8292: warning: comparison between signed and unsigned
../../gcc-20001120/gcc/config/i386/i386.c:8293: warning: comparison between signed and unsigned
../../gcc-20001120/gcc/config/i386/i386.c:8298: warning: label `fail' defined but not used
make[2]: *** [i386.o] Error 1
make[2]: Leaving directory `/devel/src/gcc-20001120.chk/gcc'
make[1]: *** [stage_a] Error 2

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