Date: Sun, 23 Jun 2002 12:08:42 +0200 From: John Angelmo <john@veidit.net> To: obrien@FreeBSD.org Cc: ports@FreeBSD.org, current <current@FreeBSD.org> Subject: gcc31-3.1.1 (20020617) compile error Message-ID: <3D159E2A.5040609@veidit.net>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
I'm running FreeBSD 5.0 Current (one day old) and I'm getting this
message when I'm trying to compile gcc31
[-- Attachment #2 --]
===> Cleaning for libiconv-1.8
===> Cleaning for bison-1.35_1
===> Cleaning for gmake-3.79.1_2
===> Cleaning for libtool-1.3.4_4
===> Cleaning for gcc-3.1.1_20020617
Making GCC 3.1.1 for FreeBSD 5.0 elf target i386-portbld-freebsd5.0
===> Extracting for gcc-3.1.1_20020617
>> Checksum OK for gcc-core-20020617.tar.bz2.
>> Checksum OK for gcc-g++-20020617.tar.bz2.
>> Checksum OK for gcc-g77-20020617.tar.bz2.
>> Checksum OK for gcc-java-20020617.tar.bz2.
>> Checksum OK for gcc-objc-20020617.tar.bz2.
>> Checksum OK for port_gcc31_2002-06-17.diff.
===> gcc-3.1.1_20020617 depends on executable: gmake - found
===> gcc-3.1.1_20020617 depends on executable: bison - found
===> Patching for gcc-3.1.1_20020617
===> Applying distribution patches for gcc-3.1.1_20020617
===> Applying FreeBSD patches for gcc-3.1.1_20020617
===> Configuring for gcc-3.1.1_20020617
*** This configuration is not supported in the following subdirectories:
target-libffi target-boehm-gc target-zlib target-libjava
(Any other directories should still work fine.)
Created "Makefile" in /usr/ports/lang/gcc31/work/build
Configuring libiberty...
creating cache ../config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --no-split
checking for perl... perl
checking host system type... i386-portbld-freebsd5.0
checking build system type... i386-portbld-freebsd5.0
checking for ar... ar
checking for ranlib... ranlib
checking for gcc... cc
checking whether we are using GNU C... yes
checking whether cc accepts -g... yes
checking for POSIXized ISC... no
checking for working const... yes
checking for inline... inline
checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel
checking how to run the C preprocessor... cc -E
checking for sys/file.h... yes
checking for sys/param.h... yes
checking for limits.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for unistd.h... yes
checking for strings.h... yes
checking for sys/time.h... yes
checking for time.h... yes
checking for sys/resource.h... yes
checking for sys/stat.h... yes
checking for sys/mman.h... yes
checking for fcntl.h... yes
checking for alloca.h... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking for ANSI C header files... yes
checking for uintptr_t... yes
checking whether the C compiler (cc -O -pipe -march=pentiumpro ) works... yes
checking whether the C compiler (cc -O -pipe -march=pentiumpro ) is a cross-compiler... no
checking for asprintf... yes
checking for atexit... yes
checking for basename... yes
checking for bcmp... yes
checking for bcopy... yes
checking for bsearch... yes
checking for bzero... yes
checking for calloc... yes
checking for clock... yes
checking for ffs... yes
checking for getcwd... yes
checking for getpagesize... yes
checking for index... yes
checking for insque... no
checking for memchr... yes
checking for memcmp... yes
checking for memcpy... yes
checking for memmove... yes
checking for memset... yes
checking for mkstemps... yes
checking for putenv... yes
checking for random... yes
checking for rename... yes
checking for rindex... yes
checking for setenv... yes
checking for sigsetmask... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtod... yes
checking for strtol... yes
checking for strtoul... yes
checking for tmpnam... yes
checking for vasprintf... yes
checking for vfprintf... yes
checking for vprintf... yes
checking for vsprintf... yes
checking for waitpid... yes
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... -1
checking for pid_t... yes
checking for vfork.h... no
checking for working vfork... yes
checking for _doprnt... no
checking for sys_errlist... yes
checking for sys_nerr... yes
checking for sys_siglist... yes
checking for getrusage... yes
checking for on_exit... no
checking for psignal... yes
checking for strerror... yes
checking for strsignal... yes
checking for sysconf... yes
checking for times... yes
checking for sbrk... yes
checking for gettimeofday... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for working strncmp... no
updating cache ../config.cache
creating ./config.status
creating Makefile
creating testsuite/Makefile
creating config.h
Configuring zlib...
loading cache ../config.cache
checking host system type... i386-portbld-freebsd5.0
checking target system type... i386-portbld-freebsd5.0
checking build system type... i386-portbld-freebsd5.0
checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking whether gmake sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... (cached) cc
checking whether we are using GNU C... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for ld used by GCC... /usr/libexec/elf/ld
checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
checking for /usr/libexec/elf/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking for object suffix... o
checking for ranlib... (cached) ranlib
checking for strip... strip
updating cache ../config.cache
loading cache ../config.cache within ltconfig
checking for objdir... .libs
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
finding the maximum length of command line arguments... 24577
checking if cc supports -c -o file.o... yes
checking if cc supports -fno-rtti -fno-exceptions ... yes
checking whether the linker (/usr/libexec/elf/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... freebsd5.0 ld.so
checking command to parse /usr/bin/nm -B output... ok
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
creating libtool
updating cache ../config.cache
loading cache ../config.cache
checking how to run the C preprocessor... (cached) cc -E
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for memcpy... (cached) yes
checking for strerror... (cached) yes
checking for unistd.h... (cached) yes
updating cache ../config.cache
creating ./config.status
creating Makefile
Configuring gcc...
loading cache ../config.cache
checking LIBRARY_PATH variable... ok
checking GCC_EXEC_PREFIX variable... ok
checking host system type... i386-portbld-freebsd5.0
checking target system type... i386-portbld-freebsd5.0
checking build system type... i386-portbld-freebsd5.0
checking for gcc... (cached) cc
checking whether the C compiler (cc -O -pipe -march=pentiumpro ) works... yes
checking whether the C compiler (cc -O -pipe -march=pentiumpro ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether cc accepts -g... (cached) yes
checking whether cc understands -c and -o together... yes
checking for gnatbind... no
checking for compiler driver that understands Ada... no
checking whether cc accepts -Wno-long-long... yes
checking how to run the C preprocessor... (cached) cc -E
checking for inline... (cached) inline
checking for volatile... yes
checking for long double... yes
checking for long long int... yes
checking for __int64... no
checking for built-in _Bool... yes
checking size of short... 2
checking size of int... 4
checking size of long... 4
checking size of long long... 8
checking execution character set... ASCII
checking whether gmake sets ${MAKE}... (cached) yes
checking whether a default assembler was specified... no
checking whether a default linker was specified... no
checking for GNU C library... no
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether ln works... yes
checking whether ln -s works... yes
checking for ranlib... (cached) ranlib
checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for working stdbool.h... yes
checking whether string.h and strings.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for limits.h... (cached) yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for time.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for sys/times.h... yes
checking for sys/stat.h... (cached) yes
checking for direct.h... no
checking for malloc.h... no
checking for langinfo.h... yes
checking for thread.h... no
checking for pthread.h... yes
checking for CHAR_BIT... no
checking number of bits in a byte... 8
checking byte ordering... little-endian
checking floating point format... IEEE (little-endian)
checking for mktemp... yes
checking for makeinfo... (cached) makeinfo --no-split
checking for modern makeinfo... yes
checking for recent Pod::Man... no
checking for flex... flex
checking for bison... bison
checking for collect2 libraries... none required
checking for library containing exc_resume... no
checking for preprocessor stringizing operator... yes
checking for inttypes.h... yes
checking for times... (cached) yes
checking for clock... (cached) yes
checking for dup2... yes
checking for kill... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for atoll... yes
checking for atoq... no
checking for sysconf... (cached) yes
checking for strsignal... (cached) yes
checking for putc_unlocked... no
checking for fputc_unlocked... no
checking for fputs_unlocked... no
checking for fwrite_unlocked... no
checking for fprintf_unlocked... no
checking for getrusage... (cached) yes
checking for nl_langinfo... yes
checking for lstat... yes
checking for ssize_t... yes
checking for uid_t in sys/types.h... yes
checking type of array argument to getgroups... gid_t
checking whether the printf functions support %p... yes
checking for pid_t... (cached) yes
checking for vfork.h... (cached) no
checking for working vfork... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap from /dev/zero... yes
checking for working mmap with MAP_ANON(YMOUS)... yes
checking for working mmap of a file... yes
checking for iconv... no, consider installing GNU libiconv
checking whether getenv is declared... no
checking whether atol is declared... no
checking whether sbrk is declared... no
checking whether abort is declared... no
checking whether atof is declared... no
checking whether getcwd is declared... no
checking whether getwd is declared... no
checking whether strsignal is declared... yes
checking whether putc_unlocked is declared... yes
checking whether fputs_unlocked is declared... no
checking whether fwrite_unlocked is declared... no
checking whether fprintf_unlocked is declared... no
checking whether strstr is declared... yes
checking whether errno is declared... yes
checking whether malloc is declared... no
checking whether realloc is declared... no
checking whether calloc is declared... no
checking whether free is declared... no
checking whether basename is declared... yes
checking whether getopt is declared... no
checking whether clock is declared... yes
checking whether getrlimit is declared... no
checking whether setrlimit is declared... no
checking whether getrusage is declared... no
checking whether times is declared... no
checking for struct tms... no
checking for clock_t... yes
checking if mkdir takes one argument... no
Using `.././..//gcc-20020617/gcc/config/i386/i386.c' for machine-specific logic.
Using `.././..//gcc-20020617/gcc/config/i386/i386.md' as machine description file.
Using the following target machine macro files:
.././..//gcc-20020617/gcc/config/i386/i386.h
.././..//gcc-20020617/gcc/config/i386/att.h
.././..//gcc-20020617/gcc/config/dbxelf.h
.././..//gcc-20020617/gcc/config/elfos.h
.././..//gcc-20020617/gcc/config/freebsd5.h
.././..//gcc-20020617/gcc/config/freebsd-spec.h
.././..//gcc-20020617/gcc/config/freebsd.h
.././..//gcc-20020617/gcc/config/i386/freebsd.h
checking for library containing strerror... none required
checking for working const... (cached) yes
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... (cached) no
checking for alloca... yes
checking whether we are using the GNU C Library 2.1 or newer... no
checking for argz.h... no
checking for limits.h... (cached) yes
checking for locale.h... yes
checking for nl_types.h... yes
checking for malloc.h... (cached) no
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for feof_unlocked... no
checking for fgets_unlocked... no
checking for getcwd... (cached) yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... no
checking for munmap... yes
checking for putenv... (cached) yes
checking for setenv... (cached) yes
checking for setlocale... yes
checking for stpcpy... no
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for strdup... (cached) yes
checking for strtoul... (cached) yes
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for iconv... (cached) no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking whether NLS is requested... no
checking for bison... bison
checking version of bison... 1.35, ok
checking what assembler to use... /usr/bin/as
checking what linker to use... /usr/bin/ld
checking what nm to use... nm
checking what objdump to use... objdump
checking assembler alignment features... .p2align including maximum skip
checking assembler subsection support... working .subsection -1
checking assembler weak support... yes
checking assembler hidden support... yes
checking assembler leb128 support... yes
checking assembler eh_frame optimization... yes
checking assembler section merging support... yes
checking assembler instructions... filds fists
checking assembler GOTOFF in data directives... yes
checking assembler dwarf2 debug_line support... yes
checking assembler --gdwarf2 support... yes
checking assembler --gstabs support... yes
checking linker PT_GNU_EH_FRAME support... yes
checking whether linker eh_frame optimizations work properly... no
Using ggc-page for garbage collection.
checking whether to enable maintainer-specific portions of Makefiles... no
Links are now set up to build a native compiler for i386-portbld-freebsd5.0
updating cache ../config.cache
creating ./config.status
creating Makefile
creating intl/Makefile
creating fixinc/Makefile
creating gccbug
creating mklibgcc
creating auto-host.h
Configuring fastjar...
loading cache ../config.cache
checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking whether gmake sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for gcc... (cached) cc
checking whether the C compiler (cc -O -pipe -march=pentiumpro ) works... yes
checking whether the C compiler (cc -O -pipe -march=pentiumpro ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel
checking for rm... /bin/rm
checking for cp... /bin/cp
checking for strip... /usr/bin/strip
checking for chmod... /bin/chmod
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for executable suffix... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking how to run the C preprocessor... (cached) cc -E
checking for ANSI C header files... (cached) yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for fcntl.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for off_t... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking size of char... 1
checking size of short... (cached) 2
checking size of int... (cached) 4
checking size of long... (cached) 4
checking size of long long... (cached) 8
checking whether byte ordering is bigendian... no
updating cache ../config.cache
creating ./config.status
creating Makefile
creating install-defs.sh
creating config.h
===> Building for gcc-3.1.1_20020617
cd /usr/ports/lang/gcc31/work/gcc-20020617 ; contrib/gcc_update --touch
Touching gcc/config.in...
gmake[1]: Entering directory `/usr/ports/lang/gcc31/work/build/libiberty'
if [ x"" != x ] && [ ! -d pic ]; then \
mkdir pic; \
else true; fi
touch stamp-picdir
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -O -pipe -march=pentiumpro -I. -I.././..//gcc-20020617/libiberty/../include -W -Wall -Wtraditional -pedantic .././..//gcc-20020617/libiberty/regex.c -o pic/regex.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O -pipe -march=pentiumpro -I. -I.././..//gcc-20020617/libiberty/../include -W -Wall -Wtraditional -pedantic .././..//gcc-20020617/libiberty/regex.c
In file included from ../../gcc-20020617/libiberty/regex.c:649:
../../gcc-20020617/libiberty/regex.c: In function `byte_compile_range':
../../gcc-20020617/libiberty/regex.c:4602: warning: signed and unsigned type in conditional expression
../../gcc-20020617/libiberty/regex.c:4612: warning: signed and unsigned type in conditional expression
../../gcc-20020617/libiberty/regex.c:4612: warning: signed and unsigned type in conditional expression
../../gcc-20020617/libiberty/regex.c: At top level:
../../gcc-20020617/libiberty/regex.c:1380: warning: traditional C rejects string concatenation
../../gcc-20020617/libiberty/regex.c:1382: warning: traditional C rejects string concatenation
../../gcc-20020617/libiberty/regex.c:1383: warning: traditional C rejects string concatenation
../../gcc-20020617/libiberty/regex.c:1385: warning: traditional C rejects string concatenation
../../gcc-20020617/libiberty/regex.c:1386: warning: traditional C rejects string concatenation
../../gcc-20020617/libiberty/regex.c:1388: warning: traditional C rejects string concatenation
../../gcc-20020617/libiberty/regex.c:1389: warning: traditional C rejects string concatenation
../../gcc-20020617/libiberty/regex.c:1391: warning: traditional C rejects string concatenation
../../gcc-20020617/libiberty/regex.c:1392: warning: traditional C rejects string concatenation
../../gcc-20020617/libiberty/regex.c:1394: warning: traditional C rejects string concatenation
../../gcc-20020617/libiberty/regex.c:1395: warning: traditional C rejects string concatenation
../../gcc-20020617/libiberty/regex.c:1397: warning: traditional C rejects string concatenation
../../gcc-20020617/libiberty/regex.c:1398: warning: traditional C rejects string concatenation
../../gcc-20020617/libiberty/regex.c:1400: warning: traditional C rejects string concatenation
../../gcc-20020617/libiberty/regex.c:1401: warning: traditional C rejects string concatenation
../../gcc-20020617/libiberty/regex.c:1403: warning: traditional C rejects string concatenation
../../gcc-20020617/libiberty/regex.c:1404: warning: traditional C rejects string concatenation
../../gcc-20020617/libiberty/regex.c:1406: warning: traditional C rejects string concatenation
../../gcc-20020617/libiberty/regex.c:1407: warning: traditional C rejects string concatenation
../../gcc-20020617/libiberty/regex.c:1409: warning: traditional C rejects string concatenation
../../gcc-20020617/libiberty/regex.c:1410: warning: traditional C rejects string concatenation
../../gcc-20020617/libiberty/regex.c:1412: warning: traditional C rejects string concatenation
../../gcc-20020617/libiberty/regex.c:1413: warning: traditional C rejects string concatenation
../../gcc-20020617/libiberty/regex.c:1415: warning: traditional C rejects string concatenation
../../gcc-20020617/libiberty/regex.c:1416: warning: traditional C rejects string concatenation
../../gcc-20020617/libiberty/regex.c:1418: warning: traditional C rejects string concatenation
../../gcc-20020617/libiberty/regex.c:1419: warning: traditional C rejects string concatenation
../../gcc-20020617/libiberty/regex.c:1421: warning: traditional C rejects string concatenation
../../gcc-20020617/libiberty/regex.c:1422: warning: traditional C rejects string concatenation
../../gcc-20020617/libiberty/regex.c:1424: warning: traditional C rejects string concatenation
../../gcc-20020617/libiberty/regex.c:1425: warning: traditional C rejects string concatenation
../../gcc-20020617/libiberty/regex.c:1427: warning: traditional C rejects string concatenation
../../gcc-20020617/libiberty/regex.c: In function `xregcomp':
../../gcc-20020617/libiberty/regex.c:8099: warning: signed and unsigned type in conditional expression
../../gcc-20020617/libiberty/regex.c: In function `xregerror':
../../gcc-20020617/libiberty/regex.c:8234: warning: unused parameter `preg'
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -O -pipe -march=pentiumpro -I. -I.././..//gcc-20020617/libiberty/../include -W -Wall -Wtraditional -pedantic .././..//gcc-20020617/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O -pipe -march=pentiumpro -I. -I.././..//gcc-20020617/libiberty/../include -W -Wall -Wtraditional -pedantic .././..//gcc-20020617/libiberty/cplus-dem.c
../../gcc-20020617/libiberty/cplus-dem.c: In function `code_for_qualifier':
../../gcc-20020617/libiberty/cplus-dem.c:623: warning: implicit declaration of function `abort'
../../gcc-20020617/libiberty/cplus-dem.c: In function `squangle_mop_up':
../../gcc-20020617/libiberty/cplus-dem.c:1149: warning: implicit declaration of function `free'
../../gcc-20020617/libiberty/cplus-dem.c:1153: warning: function `free' was previously declared within a block
../../gcc-20020617/libiberty/cplus-dem.c: In function `delete_non_B_K_work_stuff':
../../gcc-20020617/libiberty/cplus-dem.c:1241: warning: function `free' was previously declared within a block
../../gcc-20020617/libiberty/cplus-dem.c:1251: warning: function `free' was previously declared within a block
../../gcc-20020617/libiberty/cplus-dem.c:1259: warning: function `free' was previously declared within a block
../../gcc-20020617/libiberty/cplus-dem.c: In function `demangle_template_value_parm':
../../gcc-20020617/libiberty/cplus-dem.c:2001: warning: function `free' was previously declared within a block
../../gcc-20020617/libiberty/cplus-dem.c:2005: warning: function `free' was previously declared within a block
../../gcc-20020617/libiberty/cplus-dem.c: In function `gnu_special':
../../gcc-20020617/libiberty/cplus-dem.c:3046: warning: function `free' was previously declared within a block
../../gcc-20020617/libiberty/cplus-dem.c: In function `recursively_demangle':
../../gcc-20020617/libiberty/cplus-dem.c:3105: warning: function `free' was previously declared within a block
../../gcc-20020617/libiberty/cplus-dem.c:3111: warning: function `free' was previously declared within a block
../../gcc-20020617/libiberty/cplus-dem.c: In function `demangle_qualified':
../../gcc-20020617/libiberty/cplus-dem.c:3282: warning: implicit declaration of function `atoi'
../../gcc-20020617/libiberty/cplus-dem.c: In function `do_hpacc_template_literal':
../../gcc-20020617/libiberty/cplus-dem.c:4093: warning: function `free' was previously declared within a block
../../gcc-20020617/libiberty/cplus-dem.c:4100: warning: function `free' was previously declared within a block
../../gcc-20020617/libiberty/cplus-dem.c: In function `forget_B_and_K_types':
../../gcc-20020617/libiberty/cplus-dem.c:4329: warning: function `free' was previously declared within a block
../../gcc-20020617/libiberty/cplus-dem.c:4339: warning: function `free' was previously declared within a block
../../gcc-20020617/libiberty/cplus-dem.c: In function `forget_types':
../../gcc-20020617/libiberty/cplus-dem.c:4357: warning: function `free' was previously declared within a block
../../gcc-20020617/libiberty/cplus-dem.c: In function `string_delete':
../../gcc-20020617/libiberty/cplus-dem.c:4760: warning: function `free' was previously declared within a block
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -O -pipe -march=pentiumpro -I. -I.././..//gcc-20020617/libiberty/../include -W -Wall -Wtraditional -pedantic .././..//gcc-20020617/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O -pipe -march=pentiumpro -I. -I.././..//gcc-20020617/libiberty/../include -W -Wall -Wtraditional -pedantic .././..//gcc-20020617/libiberty/cp-demangle.c
../../gcc-20020617/libiberty/cp-demangle.c: In function `string_list_new':
../../gcc-20020617/libiberty/cp-demangle.c:418: warning: implicit declaration of function `malloc'
../../gcc-20020617/libiberty/cp-demangle.c: In function `substitution_add':
../../gcc-20020617/libiberty/cp-demangle.c:589: warning: implicit declaration of function `realloc'
../../gcc-20020617/libiberty/cp-demangle.c: In function `template_arg_list_new':
../../gcc-20020617/libiberty/cp-demangle.c:667: warning: function `malloc' was previously declared within a block
../../gcc-20020617/libiberty/cp-demangle.c: In function `template_arg_list_delete':
../../gcc-20020617/libiberty/cp-demangle.c:688: warning: implicit declaration of function `free'
../../gcc-20020617/libiberty/cp-demangle.c: In function `demangling_new':
../../gcc-20020617/libiberty/cp-demangle.c:815: warning: function `malloc' was previously declared within a block
../../gcc-20020617/libiberty/cp-demangle.c: In function `demangling_delete':
../../gcc-20020617/libiberty/cp-demangle.c:862: warning: function `free' was previously declared within a block
../../gcc-20020617/libiberty/cp-demangle.c: In function `demangle_char':
../../gcc-20020617/libiberty/cp-demangle.c:975: warning: implicit declaration of function `strdup'
../../gcc-20020617/libiberty/cp-demangle.c:975: warning: assignment makes pointer from integer without a cast
../../gcc-20020617/libiberty/cp-demangle.c: In function `demangle_number':
../../gcc-20020617/libiberty/cp-demangle.c:1397: warning: implicit declaration of function `strtol'
../../gcc-20020617/libiberty/cp-demangle.c: In function `demangle_identifier':
../../gcc-20020617/libiberty/cp-demangle.c:1481: warning: implicit declaration of function `strlen'
../../gcc-20020617/libiberty/cp-demangle.c:1484: warning: implicit declaration of function `strncmp'
../../gcc-20020617/libiberty/cp-demangle.c: In function `cplus_demangle_v3':
../../gcc-20020617/libiberty/cp-demangle.c:3739: warning: implicit declaration of function `abort'
../../gcc-20020617/libiberty/cp-demangle.c: In function `java_demangle_v3':
../../gcc-20020617/libiberty/cp-demangle.c:3801: warning: implicit declaration of function `strstr'
../../gcc-20020617/libiberty/cp-demangle.c:3804: warning: implicit declaration of function `strchr'
../../gcc-20020617/libiberty/cp-demangle.c:3847: warning: function `free' was previously declared within a block
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -O -pipe -march=pentiumpro -I. -I.././..//gcc-20020617/libiberty/../include -W -Wall -Wtraditional -pedantic .././..//gcc-20020617/libiberty/md5.c -o pic/md5.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O -pipe -march=pentiumpro -I. -I.././..//gcc-20020617/libiberty/../include -W -Wall -Wtraditional -pedantic .././..//gcc-20020617/libiberty/md5.c
../../gcc-20020617/libiberty/md5.c:356:58: warning: function-like macro "FG" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:357:58: warning: function-like macro "FG" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:358:58: warning: function-like macro "FG" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:359:58: warning: function-like macro "FG" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:360:58: warning: function-like macro "FG" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:361:58: warning: function-like macro "FG" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:362:58: warning: function-like macro "FG" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:363:58: warning: function-like macro "FG" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:364:58: warning: function-like macro "FG" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:365:58: warning: function-like macro "FG" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:366:58: warning: function-like macro "FG" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:367:58: warning: function-like macro "FG" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:368:58: warning: function-like macro "FG" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:369:58: warning: function-like macro "FG" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:370:58: warning: function-like macro "FG" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:371:58: warning: function-like macro "FG" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:374:58: warning: function-like macro "FH" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:375:58: warning: function-like macro "FH" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:376:58: warning: function-like macro "FH" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:377:58: warning: function-like macro "FH" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:378:58: warning: function-like macro "FH" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:379:58: warning: function-like macro "FH" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:380:58: warning: function-like macro "FH" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:381:58: warning: function-like macro "FH" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:382:58: warning: function-like macro "FH" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:383:58: warning: function-like macro "FH" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:384:58: warning: function-like macro "FH" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:385:58: warning: function-like macro "FH" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:386:58: warning: function-like macro "FH" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:387:58: warning: function-like macro "FH" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:388:58: warning: function-like macro "FH" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:389:58: warning: function-like macro "FH" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:392:58: warning: function-like macro "FI" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:393:58: warning: function-like macro "FI" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:394:58: warning: function-like macro "FI" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:395:58: warning: function-like macro "FI" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:396:58: warning: function-like macro "FI" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:397:58: warning: function-like macro "FI" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:398:58: warning: function-like macro "FI" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:399:58: warning: function-like macro "FI" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:400:58: warning: function-like macro "FI" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:401:58: warning: function-like macro "FI" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:402:58: warning: function-like macro "FI" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:403:58: warning: function-like macro "FI" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:404:58: warning: function-like macro "FI" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:405:58: warning: function-like macro "FI" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:406:58: warning: function-like macro "FI" must be used with arguments in traditional C
../../gcc-20020617/libiberty/md5.c:407:58: warning: function-like macro "FI" must be used with arguments in traditional C
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -O -pipe -march=pentiumpro -I. -I.././..//gcc-20020617/libiberty/../include -W -Wall -Wtraditional -pedantic .././..//gcc-20020617/libiberty/alloca.c -o pic/alloca.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O -pipe -march=pentiumpro -I. -I.././..//gcc-20020617/libiberty/../include -W -Wall -Wtraditional -pedantic .././..//gcc-20020617/libiberty/alloca.c
../../gcc-20020617/libiberty/alloca.c: In function `C_alloca':
../../gcc-20020617/libiberty/alloca.c:179: warning: implicit declaration of function `free'
../../gcc-20020617/libiberty/alloca.c:199: warning: implicit declaration of function `abort'
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -O -pipe -march=pentiumpro -I. -I.././..//gcc-20020617/libiberty/../include -W -Wall -Wtraditional -pedantic .././..//gcc-20020617/libiberty/argv.c -o pic/argv.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O -pipe -march=pentiumpro -I. -I.././..//gcc-20020617/libiberty/../include -W -Wall -Wtraditional -pedantic .././..//gcc-20020617/libiberty/argv.c
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -O -pipe -march=pentiumpro -I. -I.././..//gcc-20020617/libiberty/../include -W -Wall -Wtraditional -pedantic .././..//gcc-20020617/libiberty/choose-temp.c -o pic/choose-temp.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O -pipe -march=pentiumpro -I. -I.././..//gcc-20020617/libiberty/../include -W -Wall -Wtraditional -pedantic .././..//gcc-20020617/libiberty/choose-temp.c
../../gcc-20020617/libiberty/choose-temp.c: In function `choose_temp_base':
../../gcc-20020617/libiberty/choose-temp.c:63: warning: implicit declaration of function `strlen'
../../gcc-20020617/libiberty/choose-temp.c:65: warning: implicit declaration of function `strcpy'
../../gcc-20020617/libiberty/choose-temp.c:68: warning: implicit declaration of function `mktemp'
../../gcc-20020617/libiberty/choose-temp.c:70: warning: implicit declaration of function `abort'
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -O -pipe -march=pentiumpro -I. -I.././..//gcc-20020617/libiberty/../include -W -Wall -Wtraditional -pedantic .././..//gcc-20020617/libiberty/concat.c -o pic/concat.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O -pipe -march=pentiumpro -I. -I.././..//gcc-20020617/libiberty/../include -W -Wall -Wtraditional -pedantic .././..//gcc-20020617/libiberty/concat.c
../../gcc-20020617/libiberty/concat.c: In function `vconcat_length':
../../gcc-20020617/libiberty/concat.c:82: warning: implicit declaration of function `strlen'
../../gcc-20020617/libiberty/concat.c: In function `vconcat_copy':
../../gcc-20020617/libiberty/concat.c:100: warning: implicit declaration of function `memcpy'
../../gcc-20020617/libiberty/concat.c: In function `reconcat':
../../gcc-20020617/libiberty/concat.c:210: warning: implicit declaration of function `free'
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -O -pipe -march=pentiumpro -I. -I.././..//gcc-20020617/libiberty/../include -W -Wall -Wtraditional -pedantic .././..//gcc-20020617/libiberty/dyn-string.c -o pic/dyn-string.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O -pipe -march=pentiumpro -I. -I.././..//gcc-20020617/libiberty/../include -W -Wall -Wtraditional -pedantic .././..//gcc-20020617/libiberty/dyn-string.c
../../gcc-20020617/libiberty/dyn-string.c: In function `dyn_string_delete':
../../gcc-20020617/libiberty/dyn-string.c:123: warning: implicit declaration of function `free'
../../gcc-20020617/libiberty/dyn-string.c: In function `dyn_string_release':
../../gcc-20020617/libiberty/dyn-string.c:140: warning: function `free' was previously declared within a block
../../gcc-20020617/libiberty/dyn-string.c: In function `dyn_string_copy':
../../gcc-20020617/libiberty/dyn-string.c:206: warning: implicit declaration of function `abort'
../../gcc-20020617/libiberty/dyn-string.c:212: warning: implicit declaration of function `strcpy'
../../gcc-20020617/libiberty/dyn-string.c: In function `dyn_string_copy_cstr':
../../gcc-20020617/libiberty/dyn-string.c:227: warning: implicit declaration of function `strlen'
../../gcc-20020617/libiberty/dyn-string.c: In function `dyn_string_insert':
../../gcc-20020617/libiberty/dyn-string.c:285: warning: implicit declaration of function `strncpy'
../../gcc-20020617/libiberty/dyn-string.c: In function `dyn_string_eq':
../../gcc-20020617/libiberty/dyn-string.c:441: warning: implicit declaration of function `strcmp'
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -O -pipe -march=pentiumpro -I. -I.././..//gcc-20020617/libiberty/../include -W -Wall -Wtraditional -pedantic .././..//gcc-20020617/libiberty/fdmatch.c -o pic/fdmatch.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O -pipe -march=pentiumpro -I. -I.././..//gcc-20020617/libiberty/../include -W -Wall -Wtraditional -pedantic .././..//gcc-20020617/libiberty/fdmatch.c
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -O -pipe -march=pentiumpro -I. -I.././..//gcc-20020617/libiberty/../include -W -Wall -Wtraditional -pedantic .././..//gcc-20020617/libiberty/fibheap.c -o pic/fibheap.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O -pipe -march=pentiumpro -I. -I.././..//gcc-20020617/libiberty/../include -W -Wall -Wtraditional -pedantic .././..//gcc-20020617/libiberty/fibheap.c
../../gcc-20020617/libiberty/fibheap.c: In function `fibheap_union':
../../gcc-20020617/libiberty/fibheap.c:166: warning: implicit declaration of function `free'
../../gcc-20020617/libiberty/fibheap.c:171: warning: function `free' was previously declared within a block
../../gcc-20020617/libiberty/fibheap.c:187: warning: function `free' was previously declared within a block
../../gcc-20020617/libiberty/fibheap.c: In function `fibheap_extract_min':
../../gcc-20020617/libiberty/fibheap.c:206: warning: function `free' was previously declared within a block
../../gcc-20020617/libiberty/fibheap.c: In function `fibheap_delete_node':
../../gcc-20020617/libiberty/fibheap.c:285: `LONG_MIN' undeclared (first use in this function)
../../gcc-20020617/libiberty/fibheap.c:285: (Each undeclared identifier is reported only once
../../gcc-20020617/libiberty/fibheap.c:285: for each function it appears in.)
../../gcc-20020617/libiberty/fibheap.c: In function `fibheap_delete':
../../gcc-20020617/libiberty/fibheap.c:297: warning: function `free' was previously declared within a block
../../gcc-20020617/libiberty/fibheap.c: In function `fibheap_consolidate':
../../gcc-20020617/libiberty/fibheap.c:395: warning: implicit declaration of function `memset'
gmake[1]: *** [fibheap.o] Error 1
gmake[1]: Leaving directory `/usr/ports/lang/gcc31/work/build/libiberty'
gmake: *** [all-libiberty] Error 2
*** Error code 2
Stop in /usr/ports/lang/gcc31.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D159E2A.5040609>
