This is the mail archive of the gcc@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]
Other format: [Raw text]

bootstrapping gcc trunk on sparc64-linux: warning: comparison of unsigned expression < 0 is always false


This was on a Aurora SPARC Linux 0.42 build (Douglas) Ultra1
sun4u system with these packages:

binutils 2.13.90 20030112 sparc64-linux
bison-1.35-1
dejagnu-1.4.3-0	(from ftp://ftp.gnu.org/pub/gnu/dejagnu/dejagnu-1.4.3-0.src.rpm)
expect-5.32.2-67
gcc 3.4 20030112 (experimental) sparc64-linux
glibc-2.2.5-42
glibc64-2.2.5-42
kernel-2.4.19-1.2sparc
tcl-8.3.3-67

In-tree joined gcc and binutils cvs trunks.

LAST_UPDATED: Mon Jan 13 18:56:46 UTC 2003

#! /bin/sh
# Generated automatically by configure.
# Run this file to recreate the current configuration.
# This directory was configured as follows,
# on host u1sparc.j-son.org:
#
# /usr/local/src/gcc-binutils/trunk/gcc-binutils/configure  sparc64-linux --prefix=/usr/local/gcc-binutils --enable-shared --enable-threads=posix --enable-languages=c,f77,objc --with-gcc-version-trigger=/usr/local/src/gcc-binutils/trunk/gcc-binutils/gcc/version.c
#
# Compiler output produced by configure, useful for debugging
# configure, is in ./config.log if it exists.

The warning: comparison of unsigned expression < 0 is always false is
triggered for these four instances:

gcc/collect2.c:516: warning: comparison of unsigned expression < 0 is always false
gcc/tlink.c:600: warning: comparison of unsigned expression < 0 is always false
gcc/tlink.c:616: warning: comparison of unsigned expression < 0 is always false
gcc/tlink.c:655: warning: comparison of unsigned expression < 0 is always false

Cheers,

/ChJ


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