From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7751 invoked by alias); 26 Mar 2003 19:36:06 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 7704 invoked by uid 71); 26 Mar 2003 19:36:01 -0000 Resent-Date: 26 Mar 2003 19:36:01 -0000 Resent-Message-ID: <20030326193601.7703.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-bug@bullseye.com Resent-Reply-To: gcc-gnats@gcc.gnu.org, gcc-bug@bullseye.com Received: (qmail 4312 invoked by uid 48); 26 Mar 2003 19:29:19 -0000 Message-Id: <20030326192919.4311.qmail@sources.redhat.com> Date: Wed, 26 Mar 2003 19:36:00 -0000 From: gcc-bug@bullseye.com Reply-To: gcc-bug@bullseye.com To: gcc-gnats@gcc.gnu.org Cc: gcc-bug@bullseye.com X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) X-GNATS-Notify: gcc-bug@bullseye.com Subject: c++/10229: HP-UX 11.22 Internal compiler error in emit_move_insn X-SW-Source: 2003-03/txt/msg01828.txt.bz2 List-Id: >Number: 10229 >Category: c++ >Synopsis: HP-UX 11.22 Internal compiler error in emit_move_insn >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Wed Mar 26 19:36:00 UTC 2003 >Closed-Date: >Last-Modified: >Originator: gcc-bug@bullseye.com >Release: 3.2.2 >Organization: >Environment: HP-UX 11.22 with GCC 3.2 20020329 (experimental), GNU make 3.79.1, binutils 2.13.2.1 >Description: This problem occurs building GCC 3.2.2. After running "configure", then "gmake bootstrap", the build fails with: ../../gcc-3.2.2/gcc/config/ia64/unwind-ia64.c:259: Internal compiler error in emit_move_insn, at expr.c:2771 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: ----gnatsweb-attachment---- Content-Type: text/plain; name="log.txt" Content-Disposition: inline; filename="log.txt" ksh: ../gcc/configure: not found Configuring for a ia64-hp-hpux11.22 host. Created "Makefile" in /home/test/o using "mh-frag" Configuring libiberty... creating cache ../config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking for makeinfo... no checking for perl... no checking host system type... ia64-hp-hpux11.22 checking build system type... ia64-hp-hpux11.22 checking for ar... ar checking for ranlib... ranlib checking for gcc... gcc checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for POSIXized ISC... no checking for working const... yes checking for inline... inline checking for a BSD compatible install... ../../gcc-3.2.2/libiberty/../install-sh -c checking how to run the C preprocessor... gcc -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... yes 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 (gcc -g -O2 ) works... yes checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no checking for asprintf... no 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... yes checking for memchr... yes checking for memcmp... yes checking for memcpy... yes checking for memmove... yes checking for memset... yes checking for mkstemps... no checking for putenv... yes checking for random... yes checking for rename... yes checking for rindex... yes checking for setenv... no 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... no 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... yes checking for sys_errlist... yes checking for sys_nerr... yes checking for sys_siglist... no checking for getrusage... yes checking for on_exit... no checking for psignal... no checking for strerror... yes checking for strsignal... no checking for sysconf... yes checking for times... yes checking for sbrk... yes checking for gettimeofday... yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... no checking for working strncmp... yes updating cache ../config.cache creating ./config.status creating Makefile creating testsuite/Makefile creating config.h Configuring gcc... loading cache ../config.cache checking LIBRARY_PATH variable... ok checking GCC_EXEC_PREFIX variable... ok checking host system type... ia64-hp-hpux11.22 checking target system type... ia64-hp-hpux11.22 checking build system type... ia64-hp-hpux11.22 checking for gcc... (cached) gcc checking whether the C compiler (gcc -g -O2 ) works... yes checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking whether gcc and cc understand -c and -o together... yes checking for gnatbind... no checking for compiler driver that understands Ada... cc checking whether gcc accepts -Wno-long-long... yes checking how to run the C preprocessor... (cached) gcc -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 make sets ${MAKE}... 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 mawk... no checking for gawk... no checking for nawk... no checking for awk... awk checking whether ln works... yes checking whether ln -s works... yes checking for ranlib... (cached) ranlib checking for a BSD compatible install... ../../gcc-3.2.2/gcc/../install-sh -c 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... yes checking for langinfo.h... yes checking for thread.h... no checking for pthread.h... yes checking for CHAR_BIT... yes checking byte ordering... big-endian checking floating point format... IEEE (big-endian) checking for mktemp... yes checking for makeinfo... no configure: warning: *** Makeinfo is missing or too old. *** Info documentation will not be built. checking for recent Pod::Man... no checking for flex... false checking for bison... false 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... no checking for atoq... no checking for sysconf... (cached) yes checking for strsignal... (cached) no checking for putc_unlocked... yes 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... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking whether getenv is declared... yes checking whether atol is declared... yes checking whether sbrk is declared... yes checking whether abort is declared... yes checking whether atof is declared... yes checking whether getcwd is declared... yes checking whether getwd is declared... yes checking whether strsignal is declared... yes checking whether putc_unlocked is declared... no 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... yes checking whether realloc is declared... yes checking whether calloc is declared... yes checking whether free is declared... yes checking whether basename is declared... no checking whether getopt is declared... yes checking whether clock is declared... yes checking whether getrlimit is declared... yes checking whether setrlimit is declared... yes checking whether getrusage is declared... yes checking whether times is declared... yes checking for struct tms... yes checking for clock_t... yes checking if mkdir takes one argument... no Using `../../gcc-3.2.2/gcc/config/ia64/ia64.c' for machine-specific logic. Using `../../gcc-3.2.2/gcc/config/ia64/ia64.md' as machine description file. Using the following target machine macro files: ../../gcc-3.2.2/gcc/config/ia64/ia64.h ../../gcc-3.2.2/gcc/config/dbxelf.h ../../gcc-3.2.2/gcc/config/elfos.h ../../gcc-3.2.2/gcc/config/svr4.h ../../gcc-3.2.2/gcc/config/ia64/sysv4.h ../../gcc-3.2.2/gcc/config/ia64/hpux.h ../../gcc-3.2.2/gcc/config/ia64/hpux_longdouble.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) yes 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) yes 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) no 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) yes checking for iconv declaration... (cached) extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for nl_langinfo and CODESET... yes checking for LC_MESSAGES... yes checking whether NLS is requested... yes checking whether included gettext is requested... no checking for libintl.h... no checking for msgfmt... no checking for gmsgfmt... : checking for xgettext... no checking for bison... no checking for catalogs to be installed... da el es fr ja nl sv tr da el es fr ja nl sv tr checking what assembler to use... /usr/local/ia64-hp-hpux11.22/bin/as checking what linker to use... /usr/ccs/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 dwarf2 debug_line support... yes checking assembler --gdwarf2 support... yes checking assembler --gstabs support... no checking linker PT_GNU_EH_FRAME support... 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 ia64-hp-hpux11.22 updating cache ../config.cache creating ./config.status creating Makefile creating intl/Makefile creating fixinc/Makefile creating gccbug creating mklibgcc creating auto-host.h gmake[1]: Entering directory `/home/test/o/libiberty' if [ x"" != x ] && [ ! -d pic ]; then \ mkdir pic; \ else true; fi touch stamp-picdir if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/regex.c -o pic/regex.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/regex.c In file included from ../../gcc-3.2.2/include/xregex.h:26, from ../../gcc-3.2.2/libiberty/regex.c:195: ../../gcc-3.2.2/include/xregex2.h:551: warning: ISO C89 does not support `static' or type qualifiers in parameter array declarators ../../gcc-3.2.2/libiberty/regex.c: In function `init_syntax_once': ../../gcc-3.2.2/libiberty/regex.c:289: warning: signed and unsigned type in conditional expression In file included from ../../gcc-3.2.2/libiberty/regex.c:649: ../../gcc-3.2.2/libiberty/regex.c: In function `byte_regex_compile': ../../gcc-3.2.2/libiberty/regex.c:3367: warning: signed and unsigned type in conditional expression ../../gcc-3.2.2/libiberty/regex.c:3368: warning: signed and unsigned type in conditional expression ../../gcc-3.2.2/libiberty/regex.c:3370: warning: signed and unsigned type in conditional expression ../../gcc-3.2.2/libiberty/regex.c:3372: warning: signed and unsigned type in conditional expression ../../gcc-3.2.2/libiberty/regex.c:3373: warning: signed and unsigned type in conditional expression ../../gcc-3.2.2/libiberty/regex.c:3374: warning: signed and unsigned type in conditional expression ../../gcc-3.2.2/libiberty/regex.c:3375: warning: signed and unsigned type in conditional expression ../../gcc-3.2.2/libiberty/regex.c:3377: warning: signed and unsigned type in conditional expression ../../gcc-3.2.2/libiberty/regex.c:3378: warning: signed and unsigned type in conditional expression ../../gcc-3.2.2/libiberty/regex.c:3379: warning: signed and unsigned type in conditional expression ../../gcc-3.2.2/libiberty/regex.c:3380: warning: signed and unsigned type in conditional expression ../../gcc-3.2.2/libiberty/regex.c:3383: warning: signed and unsigned type in conditional expression ../../gcc-3.2.2/libiberty/regex.c:3383: warning: signed and unsigned type in conditional expression ../../gcc-3.2.2/libiberty/regex.c: In function `byte_compile_range': ../../gcc-3.2.2/libiberty/regex.c:4602: warning: signed and unsigned type in conditional expression ../../gcc-3.2.2/libiberty/regex.c:4612: warning: signed and unsigned type in conditional expression ../../gcc-3.2.2/libiberty/regex.c:4612: warning: signed and unsigned type in conditional expression ../../gcc-3.2.2/libiberty/regex.c: At top level: ../../gcc-3.2.2/libiberty/regex.c:1380: warning: traditional C rejects string concatenation ../../gcc-3.2.2/libiberty/regex.c:1382: warning: traditional C rejects string concatenation ../../gcc-3.2.2/libiberty/regex.c:1383: warning: traditional C rejects string concatenation ../../gcc-3.2.2/libiberty/regex.c:1385: warning: traditional C rejects string concatenation ../../gcc-3.2.2/libiberty/regex.c:1386: warning: traditional C rejects string concatenation ../../gcc-3.2.2/libiberty/regex.c:1388: warning: traditional C rejects string concatenation ../../gcc-3.2.2/libiberty/regex.c:1389: warning: traditional C rejects string concatenation ../../gcc-3.2.2/libiberty/regex.c:1391: warning: traditional C rejects string concatenation ../../gcc-3.2.2/libiberty/regex.c:1392: warning: traditional C rejects string concatenation ../../gcc-3.2.2/libiberty/regex.c:1394: warning: traditional C rejects string concatenation ../../gcc-3.2.2/libiberty/regex.c:1395: warning: traditional C rejects string concatenation ../../gcc-3.2.2/libiberty/regex.c:1397: warning: traditional C rejects string concatenation ../../gcc-3.2.2/libiberty/regex.c:1398: warning: traditional C rejects string concatenation ../../gcc-3.2.2/libiberty/regex.c:1400: warning: traditional C rejects string concatenation ../../gcc-3.2.2/libiberty/regex.c:1401: warning: traditional C rejects string concatenation ../../gcc-3.2.2/libiberty/regex.c:1403: warning: traditional C rejects string concatenation ../../gcc-3.2.2/libiberty/regex.c:1404: warning: traditional C rejects string concatenation ../../gcc-3.2.2/libiberty/regex.c:1406: warning: traditional C rejects string concatenation ../../gcc-3.2.2/libiberty/regex.c:1407: warning: traditional C rejects string concatenation ../../gcc-3.2.2/libiberty/regex.c:1409: warning: traditional C rejects string concatenation ../../gcc-3.2.2/libiberty/regex.c:1410: warning: traditional C rejects string concatenation ../../gcc-3.2.2/libiberty/regex.c:1412: warning: traditional C rejects string concatenation ../../gcc-3.2.2/libiberty/regex.c:1413: warning: traditional C rejects string concatenation ../../gcc-3.2.2/libiberty/regex.c:1415: warning: traditional C rejects string concatenation ../../gcc-3.2.2/libiberty/regex.c:1416: warning: traditional C rejects string concatenation ../../gcc-3.2.2/libiberty/regex.c:1418: warning: traditional C rejects string concatenation ../../gcc-3.2.2/libiberty/regex.c:1419: warning: traditional C rejects string concatenation ../../gcc-3.2.2/libiberty/regex.c:1421: warning: traditional C rejects string concatenation ../../gcc-3.2.2/libiberty/regex.c:1422: warning: traditional C rejects string concatenation ../../gcc-3.2.2/libiberty/regex.c:1424: warning: traditional C rejects string concatenation ../../gcc-3.2.2/libiberty/regex.c:1425: warning: traditional C rejects string concatenation ../../gcc-3.2.2/libiberty/regex.c:1427: warning: traditional C rejects string concatenation ../../gcc-3.2.2/libiberty/regex.c: In function `xregcomp': ../../gcc-3.2.2/libiberty/regex.c:8099: warning: signed and unsigned type in conditional expression ../../gcc-3.2.2/libiberty/regex.c:8099: warning: signed and unsigned type in conditional expression ../../gcc-3.2.2/libiberty/regex.c: In function `xregerror': ../../gcc-3.2.2/libiberty/regex.c:8234: warning: unused parameter `preg' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/cplus-dem.c -o pic/cplus-dem.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/cplus-dem.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/cp-demangle.c -o pic/cp-demangle.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/cp-demangle.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/md5.c -o pic/md5.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/md5.c ../../gcc-3.2.2/libiberty/md5.c:356:58: warning: function-like macro "FG" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:357:58: warning: function-like macro "FG" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:358:58: warning: function-like macro "FG" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:359:58: warning: function-like macro "FG" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:360:58: warning: function-like macro "FG" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:361:58: warning: function-like macro "FG" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:362:58: warning: function-like macro "FG" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:363:58: warning: function-like macro "FG" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:364:58: warning: function-like macro "FG" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:365:58: warning: function-like macro "FG" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:366:58: warning: function-like macro "FG" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:367:58: warning: function-like macro "FG" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:368:58: warning: function-like macro "FG" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:369:58: warning: function-like macro "FG" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:370:58: warning: function-like macro "FG" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:371:58: warning: function-like macro "FG" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:374:58: warning: function-like macro "FH" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:375:58: warning: function-like macro "FH" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:376:58: warning: function-like macro "FH" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:377:58: warning: function-like macro "FH" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:378:58: warning: function-like macro "FH" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:379:58: warning: function-like macro "FH" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:380:58: warning: function-like macro "FH" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:381:58: warning: function-like macro "FH" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:382:58: warning: function-like macro "FH" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:383:58: warning: function-like macro "FH" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:384:58: warning: function-like macro "FH" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:385:58: warning: function-like macro "FH" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:386:58: warning: function-like macro "FH" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:387:58: warning: function-like macro "FH" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:388:58: warning: function-like macro "FH" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:389:58: warning: function-like macro "FH" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:392:58: warning: function-like macro "FI" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:393:58: warning: function-like macro "FI" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:394:58: warning: function-like macro "FI" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:395:58: warning: function-like macro "FI" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:396:58: warning: function-like macro "FI" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:397:58: warning: function-like macro "FI" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:398:58: warning: function-like macro "FI" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:399:58: warning: function-like macro "FI" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:400:58: warning: function-like macro "FI" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:401:58: warning: function-like macro "FI" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:402:58: warning: function-like macro "FI" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:403:58: warning: function-like macro "FI" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:404:58: warning: function-like macro "FI" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:405:58: warning: function-like macro "FI" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:406:58: warning: function-like macro "FI" must be used with arguments in traditional C ../../gcc-3.2.2/libiberty/md5.c:407:58: warning: function-like macro "FI" must be used with arguments in traditional C if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/alloca.c -o pic/alloca.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/alloca.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/argv.c -o pic/argv.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/argv.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/choose-temp.c -o pic/choose-temp.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/choose-temp.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/concat.c -o pic/concat.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/concat.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/dyn-string.c -o pic/dyn-string.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/dyn-string.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/fdmatch.c -o pic/fdmatch.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/fdmatch.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/fibheap.c -o pic/fibheap.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/fibheap.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/floatformat.c -o pic/floatformat.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/floatformat.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/fnmatch.c -o pic/fnmatch.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/fnmatch.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/getopt.c -o pic/getopt.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/getopt.c ../../gcc-3.2.2/libiberty/getopt.c: In function `_getopt_initialize': ../../gcc-3.2.2/libiberty/getopt.c:396: warning: unused parameter `argc' ../../gcc-3.2.2/libiberty/getopt.c:397: warning: unused parameter `argv' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/getopt1.c -o pic/getopt1.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/getopt1.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/getpwd.c -o pic/getpwd.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/getpwd.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/getruntime.c -o pic/getruntime.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/getruntime.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/hashtab.c -o pic/hashtab.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/hashtab.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/hex.c -o pic/hex.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/hex.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/lbasename.c -o pic/lbasename.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/lbasename.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/make-temp-file.c -o pic/make-temp-file.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/make-temp-file.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/objalloc.c -o pic/objalloc.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/objalloc.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/obstack.c -o pic/obstack.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/obstack.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/partition.c -o pic/partition.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/partition.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/pexecute.c -o pic/pexecute.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/pexecute.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/safe-ctype.c -o pic/safe-ctype.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/safe-ctype.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/sort.c -o pic/sort.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/sort.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/spaces.c -o pic/spaces.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/spaces.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/splay-tree.c -o pic/splay-tree.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/splay-tree.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/strerror.c -o pic/strerror.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/strerror.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/strsignal.c -o pic/strsignal.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/strsignal.c ../../gcc-3.2.2/libiberty/strsignal.c: In function `psignal': ../../gcc-3.2.2/libiberty/strsignal.c:568: warning: comparison between signed and unsigned if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/ternary.c -o pic/ternary.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/ternary.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/xatexit.c -o pic/xatexit.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/xatexit.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/xexit.c -o pic/xexit.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/xexit.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/xmalloc.c -o pic/xmalloc.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/xmalloc.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/xmemdup.c -o pic/xmemdup.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/xmemdup.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/xstrdup.c -o pic/xstrdup.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/xstrdup.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/xstrerror.c -o pic/xstrerror.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/xstrerror.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/asprintf.c -o pic/asprintf.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/asprintf.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/mkstemps.c -o pic/mkstemps.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/mkstemps.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/setenv.c -o pic/setenv.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/setenv.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/vasprintf.c -o pic/vasprintf.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.2.2/libiberty/../include -W -Wall -Wtraditional -pedantic ../../gcc-3.2.2/libiberty/vasprintf.c rm -f libiberty.a pic/libiberty.a ar rc libiberty.a \ regex.o cplus-dem.o cp-demangle.o md5.o alloca.o argv.o choose-temp.o concat.o dyn-string.o fdmatch.o fibheap.o floatformat.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o make-temp-file.o objalloc.o obstack.o partition.o pexecute.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o ternary.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o asprintf.o mkstemps.o setenv.o vasprintf.o true libiberty.a if [ x"" != x ]; then \ cd pic; \ ar rc libiberty.a \ regex.o cplus-dem.o cp-demangle.o md5.o alloca.o argv.o choose-temp.o concat.o dyn-string.o fdmatch.o fibheap.o floatformat.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o make-temp-file.o objalloc.o obstack.o partition.o pexecute.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o ternary.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o asprintf.o mkstemps.o setenv.o vasprintf.o; \ true libiberty.a; \ cd ..; \ else true; fi rm -f needed-list; touch needed-list; \ for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork waitpid bcmp bcopy bzero; do \ for g in asprintf.o mkstemps.o setenv.o vasprintf.o ; do \ case "$g" in \ *$f*) echo $g >> needed-list ;; \ esac; \ done; \ done echo regex.o cplus-dem.o cp-demangle.o md5.o alloca.o argv.o choose-temp.o concat.o dyn-string.o fdmatch.o fibheap.o floatformat.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o make-temp-file.o objalloc.o obstack.o partition.o pexecute.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o ternary.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o > required-list gmake[2]: Entering directory `/home/test/o/libiberty/testsuite' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/home/test/o/libiberty/testsuite' gmake[1]: Leaving directory `/home/test/o/libiberty' Bootstrapping the compiler gmake[1]: Entering directory `/home/test/o/gcc' gmake CC="gcc" libdir=/usr/local/lib LANGUAGES="c " \ CFLAGS="-g " MAKEINFO="/home/test/gcc-3.2.2/missing makeinfo " \ MAKEINFOFLAGS="" gmake[2]: Entering directory `/home/test/o/gcc' HEADERS="auto-host.h ansidecl.h ia64/ia64.h dbxelf.h elfos.h svr4.h ia64/sysv4.h ia64/hpux.h ia64/hpux_longdouble.h defaults.h" DEFINES="" \ TARGET_CPU_DEFAULT="MASK_GNU_AS" \ /bin/sh ../../gcc-3.2.2/gcc/mkconfig.sh config.h HEADERS="auto-host.h ansidecl.h ia64/ia64.h dbxelf.h elfos.h svr4.h ia64/sysv4.h ia64/hpux.h ia64/hpux_longdouble.h defaults.h" DEFINES="" \ TARGET_CPU_DEFAULT="MASK_GNU_AS" \ /bin/sh ../../gcc-3.2.2/gcc/mkconfig.sh hconfig.h gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/gengenrtl.c -o gengenrtl.o gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o gengenrtl \ gengenrtl.o ../libiberty/libiberty.a ./gengenrtl -h > tmp-genrtl.h /bin/sh ../../gcc-3.2.2/gcc/move-if-change tmp-genrtl.h genrtl.h ./gengenrtl > tmp-genrtl.c /bin/sh ../../gcc-3.2.2/gcc/move-if-change tmp-genrtl.c genrtl.c echo timestamp > s-genrtl gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/genflags.c -o genflags.o gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/rtl.c -o rtl.o gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/read-rtl.c -o read-rtl.o ../../gcc-3.2.2/gcc/read-rtl.c:380: warning: function declaration isn't a prototype gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/bitmap.c -o bitmap.o gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/ggc-none.c -o ggc-none.o gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/gensupport.c -o gensupport.o ltf="../../gcc-3.2.2/gcc/cp/cp-tree.def"; for f in $ltf; do \ echo "#include \"$f\""; \ done | sed 's|../../gcc-3.2.2/gcc/||' > tmp-gencheck.h /bin/sh ../../gcc-3.2.2/gcc/move-if-change tmp-gencheck.h gencheck.h echo timestamp > s-gencheck gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include \ ../../gcc-3.2.2/gcc/gencheck.c -o gencheck.o gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o gencheck \ gencheck.o ../libiberty/libiberty.a ./gencheck > tmp-check.h /bin/sh ../../gcc-3.2.2/gcc/move-if-change tmp-check.h tree-check.h echo timestamp > s-check gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/print-rtl.c -o print-rtl.o gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/errors.c -o errors.o gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o genflags \ genflags.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o print-rtl.o errors.o ../libiberty/libiberty.a ./genflags ../../gcc-3.2.2/gcc/config/ia64/ia64.md > tmp-flags.h /bin/sh ../../gcc-3.2.2/gcc/move-if-change tmp-flags.h insn-flags.h echo timestamp > s-flags gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/genconstants.c -o genconstants.o gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o genconstants \ genconstants.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o errors.o ../libiberty/libiberty.a ./genconstants ../../gcc-3.2.2/gcc/config/ia64/ia64.md > tmp-constants.h /bin/sh ../../gcc-3.2.2/gcc/move-if-change tmp-constants.h insn-constants.h echo timestamp > s-constants (cd intl && gmake all) gmake[3]: Entering directory `/home/test/o/gcc/intl' gcc -c -DIN_GCC -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../../../gcc-3.2.2/gcc/intl -I../../../gcc-3.2.2/gcc -I../../../gcc-3.2.2/gcc/config -I../../../gcc-3.2.2/gcc/../include -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long ../../../gcc-3.2.2/gcc/intl/intl-compat.c -o intl-compat.o gcc -c -DIN_GCC -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../../../gcc-3.2.2/gcc/intl -I../../../gcc-3.2.2/gcc -I../../../gcc-3.2.2/gcc/config -I../../../gcc-3.2.2/gcc/../include -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long ../../../gcc-3.2.2/gcc/intl/bindtextdom.c -o bindtextdom.o gcc -c -DIN_GCC -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../../../gcc-3.2.2/gcc/intl -I../../../gcc-3.2.2/gcc -I../../../gcc-3.2.2/gcc/config -I../../../gcc-3.2.2/gcc/../include -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long ../../../gcc-3.2.2/gcc/intl/dcgettext.c -o dcgettext.o gcc -c -DIN_GCC -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../../../gcc-3.2.2/gcc/intl -I../../../gcc-3.2.2/gcc -I../../../gcc-3.2.2/gcc/config -I../../../gcc-3.2.2/gcc/../include -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long ../../../gcc-3.2.2/gcc/intl/dgettext.c -o dgettext.o gcc -c -DIN_GCC -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../../../gcc-3.2.2/gcc/intl -I../../../gcc-3.2.2/gcc -I../../../gcc-3.2.2/gcc/config -I../../../gcc-3.2.2/gcc/../include -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long ../../../gcc-3.2.2/gcc/intl/gettext.c -o gettext.o gcc -c -DIN_GCC -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../../../gcc-3.2.2/gcc/intl -I../../../gcc-3.2.2/gcc -I../../../gcc-3.2.2/gcc/config -I../../../gcc-3.2.2/gcc/../include -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long ../../../gcc-3.2.2/gcc/intl/finddomain.c -o finddomain.o gcc -c -DIN_GCC -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../../../gcc-3.2.2/gcc/intl -I../../../gcc-3.2.2/gcc -I../../../gcc-3.2.2/gcc/config -I../../../gcc-3.2.2/gcc/../include -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long ../../../gcc-3.2.2/gcc/intl/loadmsgcat.c -o loadmsgcat.o ../../../gcc-3.2.2/gcc/intl/loadmsgcat.c: In function `_nl_load_domain': ../../../gcc-3.2.2/gcc/intl/loadmsgcat.c:524: warning: signed and unsigned type in conditional expression gcc -c -DIN_GCC -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../../../gcc-3.2.2/gcc/intl -I../../../gcc-3.2.2/gcc -I../../../gcc-3.2.2/gcc/config -I../../../gcc-3.2.2/gcc/../include -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long ../../../gcc-3.2.2/gcc/intl/localealias.c -o localealias.o ../../../gcc-3.2.2/gcc/intl/localealias.c: In function `read_alias_file': ../../../gcc-3.2.2/gcc/intl/localealias.c:251: warning: signed and unsigned type in conditional expression ../../../gcc-3.2.2/gcc/intl/localealias.c:258: warning: signed and unsigned type in conditional expression ../../../gcc-3.2.2/gcc/intl/localealias.c:265: warning: signed and unsigned type in conditional expression ../../../gcc-3.2.2/gcc/intl/localealias.c:274: warning: signed and unsigned type in conditional expression gcc -c -DIN_GCC -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../../../gcc-3.2.2/gcc/intl -I../../../gcc-3.2.2/gcc -I../../../gcc-3.2.2/gcc/config -I../../../gcc-3.2.2/gcc/../include -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long ../../../gcc-3.2.2/gcc/intl/textdomain.c -o textdomain.o gcc -c -DIN_GCC -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../../../gcc-3.2.2/gcc/intl -I../../../gcc-3.2.2/gcc -I../../../gcc-3.2.2/gcc/config -I../../../gcc-3.2.2/gcc/../include -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long ../../../gcc-3.2.2/gcc/intl/l10nflist.c -o l10nflist.o ../../../gcc-3.2.2/gcc/intl/l10nflist.c: In function `_nl_normalize_codeset': ../../../gcc-3.2.2/gcc/intl/l10nflist.c:359: warning: signed and unsigned type in conditional expression ../../../gcc-3.2.2/gcc/intl/l10nflist.c:363: warning: signed and unsigned type in conditional expression ../../../gcc-3.2.2/gcc/intl/l10nflist.c:377: warning: signed and unsigned type in conditional expression ../../../gcc-3.2.2/gcc/intl/l10nflist.c:379: warning: signed and unsigned type in conditional expression gcc -c -DIN_GCC -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../../../gcc-3.2.2/gcc/intl -I../../../gcc-3.2.2/gcc -I../../../gcc-3.2.2/gcc/config -I../../../gcc-3.2.2/gcc/../include -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long ../../../gcc-3.2.2/gcc/intl/explodename.c -o explodename.o gcc -c -DIN_GCC -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../../../gcc-3.2.2/gcc/intl -I../../../gcc-3.2.2/gcc -I../../../gcc-3.2.2/gcc/config -I../../../gcc-3.2.2/gcc/../include -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long ../../../gcc-3.2.2/gcc/intl/dcigettext.c -o dcigettext.o gcc -c -DIN_GCC -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../../../gcc-3.2.2/gcc/intl -I../../../gcc-3.2.2/gcc -I../../../gcc-3.2.2/gcc/config -I../../../gcc-3.2.2/gcc/../include -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long ../../../gcc-3.2.2/gcc/intl/dcngettext.c -o dcngettext.o gcc -c -DIN_GCC -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../../../gcc-3.2.2/gcc/intl -I../../../gcc-3.2.2/gcc -I../../../gcc-3.2.2/gcc/config -I../../../gcc-3.2.2/gcc/../include -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long ../../../gcc-3.2.2/gcc/intl/dngettext.c -o dngettext.o gcc -c -DIN_GCC -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../../../gcc-3.2.2/gcc/intl -I../../../gcc-3.2.2/gcc -I../../../gcc-3.2.2/gcc/config -I../../../gcc-3.2.2/gcc/../include -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long ../../../gcc-3.2.2/gcc/intl/ngettext.c -o ngettext.o gcc -c -DIN_GCC -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../../../gcc-3.2.2/gcc/intl -I../../../gcc-3.2.2/gcc -I../../../gcc-3.2.2/gcc/config -I../../../gcc-3.2.2/gcc/../include -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long ../../../gcc-3.2.2/gcc/intl/plural.c -o plural.o gcc -c -DIN_GCC -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../../../gcc-3.2.2/gcc/intl -I../../../gcc-3.2.2/gcc -I../../../gcc-3.2.2/gcc/config -I../../../gcc-3.2.2/gcc/../include -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long ../../../gcc-3.2.2/gcc/intl/localcharset.c -o localcharset.o rm -f libintl.a ar cru libintl.a intl-compat.o bindtextdom.o dcgettext.o dgettext.o gettext.o finddomain.o loadmsgcat.o localealias.o textdomain.o l10nflist.o explodename.o dcigettext.o dcngettext.o dngettext.o ngettext.o plural.o localcharset.o ranlib libintl.a /bin/sh ../../../gcc-3.2.2/gcc/intl/config.charset 'ia64-hp-hpux11.22' > t-charset.alias mv t-charset.alias charset.alias sed -e '/^#/d' -e 's/@''PACKAGE''@/gcc/g' ../../../gcc-3.2.2/gcc/intl/ref-add.sin > t-ref-add.sed mv t-ref-add.sed ref-add.sed sed -e '/^#/d' -e 's/@''PACKAGE''@/gcc/g' ../../../gcc-3.2.2/gcc/intl/ref-del.sin > t-ref-del.sed mv t-ref-del.sed ref-del.sed gmake[3]: Leaving directory `/home/test/o/gcc/intl' gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include \ -c ../../gcc-3.2.2/gcc/c-parse.c -o c-parse.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/c-lang.c -o c-lang.o HEADERS="ia64/ia64-protos.h" DEFINES="" TARGET_CPU_DEFAULT="" \ /bin/sh ../../gcc-3.2.2/gcc/mkconfig.sh tm_p.h gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/genpreds.c -o genpreds.o gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o genpreds \ genpreds.o ../libiberty/libiberty.a ./genpreds > tmp-preds.h /bin/sh ../../gcc-3.2.2/gcc/move-if-change tmp-preds.h tm-preds.h echo timestamp > s-preds 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/attribs.c -o attribs.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/c-errors.c -o c-errors.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/c-lex.c -o c-lex.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/c-pragma.c -o c-pragma.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/c-decl.c -o c-decl.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/c-typeck.c -o c-typeck.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/c-convert.c -o c-convert.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/c-aux-info.c -o c-aux-info.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/c-common.c -o c-common.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/c-format.c -o c-format.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/c-semantics.c -o c-semantics.o gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/genconfig.c -o genconfig.o gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o genconfig \ genconfig.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o print-rtl.o errors.o ../libiberty/libiberty.a ./genconfig ../../gcc-3.2.2/gcc/config/ia64/ia64.md > tmp-config.h /bin/sh ../../gcc-3.2.2/gcc/move-if-change tmp-config.h insn-config.h echo timestamp > s-config 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/c-objc-common.c -o c-objc-common.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/cpplib.c -o cpplib.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/cpplex.c -o cpplex.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/cppmacro.c -o cppmacro.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/cppexp.c -o cppexp.o ../../gcc-3.2.2/gcc/cppexp.c: In function `parse_number': ../../gcc-3.2.2/gcc/cppexp.c:158: warning: `long' switch expression not converted to `int' in ISO C 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/cppfiles.c -o cppfiles.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/cpphash.c -o cpphash.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/cpperror.c -o cpperror.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/cppinit.c -o cppinit.o gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include \ -DGCC_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.2.2/include\" -DGPLUSPLUS_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.2.2/../../../..`echo /usr/local | sed -e 's|^/usr/local||' -e 's|/[^/]*|/..|g'`/include/c++/3.2.2\" -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.2.2/../../../..`echo /usr/local | sed -e 's|^/usr/local||' -e 's|/[^/]*|/..|g'`/include/c++/3.2.2/ia64-hp-hpux11.22\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.2.2/../../../..`echo /usr/local | sed -e 's|^/usr/local||' -e 's|/[^/]*|/..|g'`/include/c++/3.2.2/backward\" -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.2.2/../../../../ia64-hp-hpux11.22/sys-include\" -DTOOL_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.2.2/../../../../ia64-hp-hpux11.22/include\" \ -c ../../gcc-3.2.2/gcc/cppdefault.c -o cppdefault.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/hashtable.c -o hashtable.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/line-map.c -o line-map.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/mkdeps.c -o mkdeps.o gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include \ -DPREFIX=\"/usr/local\" \ -c ../../gcc-3.2.2/gcc/prefix.c -o prefix.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/version.c -o version.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/mbchar.c -o mbchar.o rm -rf libcpp.a ar rc libcpp.a cpplib.o cpplex.o cppmacro.o cppexp.o cppfiles.o cpphash.o cpperror.o cppinit.o cppdefault.o hashtable.o line-map.o mkdeps.o prefix.o version.o mbchar.o ranlib libcpp.a 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/main.c -o main.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/alias.c -o alias.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/bb-reorder.c -o bb-reorder.o gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/gencodes.c -o gencodes.o gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o gencodes \ gencodes.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o print-rtl.o errors.o ../libiberty/libiberty.a ./gencodes ../../gcc-3.2.2/gcc/config/ia64/ia64.md > tmp-codes.h /bin/sh ../../gcc-3.2.2/gcc/move-if-change tmp-codes.h insn-codes.h echo timestamp > s-codes 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/builtins.c -o builtins.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/caller-save.c -o caller-save.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/calls.c -o calls.o ../../gcc-3.2.2/gcc/calls.c:2069: warning: function declaration isn't a prototype 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/cfg.c -o cfg.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/cfganal.c -o cfganal.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/cfgbuild.c -o cfgbuild.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/cfgcleanup.c -o cfgcleanup.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/cfglayout.c -o cfglayout.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/cfgloop.c -o cfgloop.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/cfgrtl.c -o cfgrtl.o gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/genattr.c -o genattr.o gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o genattr \ genattr.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o print-rtl.o errors.o ../libiberty/libiberty.a ./genattr ../../gcc-3.2.2/gcc/config/ia64/ia64.md > tmp-attr.h /bin/sh ../../gcc-3.2.2/gcc/move-if-change tmp-attr.h insn-attr.h echo timestamp > s-attr 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/combine.c -o combine.o ../../gcc-3.2.2/gcc/combine.c: In function `combine_simplify_rtx': ../../gcc-3.2.2/gcc/combine.c:4106: warning: comparison between signed and unsigned ../../gcc-3.2.2/gcc/combine.c: In function `simplify_if_then_else': ../../gcc-3.2.2/gcc/combine.c:4866: warning: comparison between signed and unsigned ../../gcc-3.2.2/gcc/combine.c:4881: warning: comparison between signed and unsigned ../../gcc-3.2.2/gcc/combine.c: In function `force_to_mode': ../../gcc-3.2.2/gcc/combine.c:6779: warning: comparison between signed and unsigned ../../gcc-3.2.2/gcc/combine.c: In function `extended_count': ../../gcc-3.2.2/gcc/combine.c:8773: warning: signed and unsigned type in conditional expression ../../gcc-3.2.2/gcc/combine.c: In function `simplify_shift_const': ../../gcc-3.2.2/gcc/combine.c:9001: warning: comparison between signed and unsigned ../../gcc-3.2.2/gcc/combine.c:9119: warning: comparison between signed and unsigned ../../gcc-3.2.2/gcc/combine.c:9161: warning: comparison between signed and unsigned ../../gcc-3.2.2/gcc/combine.c:9195: warning: comparison between signed and unsigned ../../gcc-3.2.2/gcc/combine.c:9352: warning: comparison between signed and unsigned ../../gcc-3.2.2/gcc/combine.c:9407: warning: comparison between signed and unsigned ../../gcc-3.2.2/gcc/combine.c:9426: warning: comparison between signed and unsigned ../../gcc-3.2.2/gcc/combine.c:9450: warning: comparison between signed and unsigned ../../gcc-3.2.2/gcc/combine.c:9515: warning: comparison between signed and unsigned ../../gcc-3.2.2/gcc/combine.c: In function `recog_for_combine': ../../gcc-3.2.2/gcc/combine.c:9708: warning: pointer targets in passing arg 1 of `do_SUBST_INT' differ in signedness ../../gcc-3.2.2/gcc/combine.c: In function `simplify_comparison': ../../gcc-3.2.2/gcc/combine.c:10494: warning: comparison between signed and unsigned ../../gcc-3.2.2/gcc/combine.c:11033: warning: comparison between signed and unsigned ../../gcc-3.2.2/gcc/combine.c:11035: warning: comparison between signed and unsigned 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/conflict.c -o conflict.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/convert.c -o convert.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/cse.c -o cse.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/cselib.c -o cselib.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/dbxout.c -o dbxout.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/debug.c -o debug.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/dependence.c -o dependence.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/df.c -o df.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/diagnostic.c -o diagnostic.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/doloop.c -o doloop.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/dominance.c -o dominance.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/dwarf2asm.c -o dwarf2asm.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/dwarf2out.c -o dwarf2out.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/dwarfout.c -o dwarfout.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/emit-rtl.c -o emit-rtl.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/except.c -o except.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/explow.c -o explow.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/expmed.c -o expmed.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/expr.c -o expr.o ../../gcc-3.2.2/gcc/expr.c: In function `expand_assignment': ../../gcc-3.2.2/gcc/expr.c:3719: warning: unused variable `old_expr' 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/final.c -o final.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/flow.c -o flow.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/fold-const.c -o fold-const.o ../../gcc-3.2.2/gcc/fold-const.c: In function `lshift_double': ../../gcc-3.2.2/gcc/fold-const.c:418: warning: signed and unsigned type in conditional expression ../../gcc-3.2.2/gcc/fold-const.c: In function `div_and_round_double': ../../gcc-3.2.2/gcc/fold-const.c:723: warning: comparison between signed and unsigned 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/function.c -o function.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/gcse.c -o gcse.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include genrtl.c -o genrtl.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/ggc-common.c -o ggc-common.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/global.c -o global.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/graph.c -o graph.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/haifa-sched.c -o haifa-sched.o gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/hash.c -o hash.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/hooks.c -o hooks.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/ifcvt.c -o ifcvt.o gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/genattrtab.c -o genattrtab.o gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o genattrtab \ genattrtab.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o print-rtl.o errors.o ../libiberty/libiberty.a ./genattrtab ../../gcc-3.2.2/gcc/config/ia64/ia64.md > tmp-attrtab.c /bin/sh ../../gcc-3.2.2/gcc/move-if-change tmp-attrtab.c insn-attrtab.c echo timestamp > s-attrtab gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -c insn-attrtab.c \ -o insn-attrtab.o gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/genemit.c -o genemit.o gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o genemit \ genemit.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o print-rtl.o errors.o ../libiberty/libiberty.a ./genemit ../../gcc-3.2.2/gcc/config/ia64/ia64.md > tmp-emit.c /bin/sh ../../gcc-3.2.2/gcc/move-if-change tmp-emit.c insn-emit.c echo timestamp > s-emit gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -c insn-emit.c \ -o insn-emit.o gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/genextract.c -o genextract.o gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o genextract \ genextract.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o print-rtl.o errors.o ../libiberty/libiberty.a ./genextract ../../gcc-3.2.2/gcc/config/ia64/ia64.md > tmp-extract.c /bin/sh ../../gcc-3.2.2/gcc/move-if-change tmp-extract.c insn-extract.c echo timestamp > s-extract gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -c insn-extract.c \ -o insn-extract.o gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/genopinit.c -o genopinit.o gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o genopinit \ genopinit.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o print-rtl.o errors.o ../libiberty/libiberty.a ./genopinit ../../gcc-3.2.2/gcc/config/ia64/ia64.md > tmp-opinit.c /bin/sh ../../gcc-3.2.2/gcc/move-if-change tmp-opinit.c insn-opinit.c echo timestamp > s-opinit gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -c insn-opinit.c \ -o insn-opinit.o gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/genoutput.c -o genoutput.o gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o genoutput \ genoutput.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o print-rtl.o errors.o ../libiberty/libiberty.a ./genoutput ../../gcc-3.2.2/gcc/config/ia64/ia64.md > tmp-output.c /bin/sh ../../gcc-3.2.2/gcc/move-if-change tmp-output.c insn-output.c echo timestamp > s-output gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -c insn-output.c \ -o insn-output.o gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/genpeep.c -o genpeep.o gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o genpeep \ genpeep.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o print-rtl.o errors.o ../libiberty/libiberty.a ./genpeep ../../gcc-3.2.2/gcc/config/ia64/ia64.md > tmp-peep.c /bin/sh ../../gcc-3.2.2/gcc/move-if-change tmp-peep.c insn-peep.c echo timestamp > s-peep gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -c insn-peep.c \ -o insn-peep.o gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/genrecog.c -o genrecog.o gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o genrecog \ genrecog.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o print-rtl.o errors.o ../libiberty/libiberty.a ./genrecog ../../gcc-3.2.2/gcc/config/ia64/ia64.md > tmp-recog.c /bin/sh ../../gcc-3.2.2/gcc/move-if-change tmp-recog.c insn-recog.c echo timestamp > s-recog gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -c insn-recog.c \ -o insn-recog.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/integrate.c -o integrate.o gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include \ -DLOCALEDIR=\"/usr/local/share/locale\" \ -c ../../gcc-3.2.2/gcc/intl.c -o intl.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/jump.c -o jump.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/langhooks.c -o langhooks.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/lcm.c -o lcm.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/lists.c -o lists.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/local-alloc.c -o local-alloc.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/loop.c -o loop.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/optabs.c -o optabs.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/params.c -o params.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/predict.c -o predict.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/print-tree.c -o print-tree.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/profile.c -o profile.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/real.c -o real.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/recog.c -o recog.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/reg-stack.c -o reg-stack.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/regclass.c -o regclass.o ../../gcc-3.2.2/gcc/regclass.c: In function `init_reg_sets_1': ../../gcc-3.2.2/gcc/regclass.c:490: warning: comparison between signed and unsigned ../../gcc-3.2.2/gcc/regclass.c: In function `choose_hard_reg_mode': ../../gcc-3.2.2/gcc/regclass.c:700: warning: comparison between signed and unsigned ../../gcc-3.2.2/gcc/regclass.c:710: warning: comparison between signed and unsigned ../../gcc-3.2.2/gcc/regclass.c:720: warning: comparison between signed and unsigned ../../gcc-3.2.2/gcc/regclass.c:730: warning: comparison between signed and unsigned ../../gcc-3.2.2/gcc/regclass.c:741: warning: comparison between signed and unsigned ../../gcc-3.2.2/gcc/regclass.c: In function `record_reg_classes': ../../gcc-3.2.2/gcc/regclass.c:1869: warning: comparison between signed and unsigned ../../gcc-3.2.2/gcc/regclass.c:1876: warning: comparison between signed and unsigned ../../gcc-3.2.2/gcc/regclass.c:1882: warning: comparison between signed and unsigned ../../gcc-3.2.2/gcc/regclass.c:1889: warning: comparison between signed and unsigned 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/regmove.c -o regmove.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/regrename.c -o regrename.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/reload.c -o reload.o ../../gcc-3.2.2/gcc/reload.c: In function `update_auto_inc_notes': ../../gcc-3.2.2/gcc/reload.c:5137: warning: comparison between signed and unsigned ../../gcc-3.2.2/gcc/reload.c: In function `find_reloads_address_1': ../../gcc-3.2.2/gcc/reload.c:5648: warning: comparison between signed and unsigned 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/reload1.c -o reload1.o ../../gcc-3.2.2/gcc/reload1.c: In function `reload_as_needed': ../../gcc-3.2.2/gcc/reload1.c:3977: warning: comparison between signed and unsigned ../../gcc-3.2.2/gcc/reload1.c:4044: warning: comparison between signed and unsigned 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/reorg.c -o reorg.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/resource.c -o resource.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/rtlanal.c -o rtlanal.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/rtl-error.c -o rtl-error.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/sbitmap.c -o sbitmap.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/sched-deps.c -o sched-deps.o ../../gcc-3.2.2/gcc/sched-deps.c: In function `sched_analyze': ../../gcc-3.2.2/gcc/sched-deps.c:1246: warning: unused variable `note' 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/sched-ebb.c -o sched-ebb.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/sched-rgn.c -o sched-rgn.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/sched-vis.c -o sched-vis.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/sdbout.c -o sdbout.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/sibcall.c -o sibcall.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/simplify-rtx.c -o simplify-rtx.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/ssa.c -o ssa.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/ssa-ccp.c -o ssa-ccp.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/ssa-dce.c -o ssa-dce.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/stmt.c -o stmt.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/stor-layout.c -o stor-layout.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/stringpool.c -o stringpool.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/timevar.c -o timevar.o lof="../../gcc-3.2.2/gcc/cp/lang-options.h"; for f in $lof; do \ echo "#include \"$f\""; \ done | sed 's|../../gcc-3.2.2/gcc/||' > tmp-options.h /bin/sh ../../gcc-3.2.2/gcc/move-if-change tmp-options.h options.h echo timestamp > s-options gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include \ -DTARGET_NAME=\"ia64-hp-hpux11.22\" \ -c ../../gcc-3.2.2/gcc/toplev.c -o toplev.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/tree.c -o tree.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/tree-dump.c -o tree-dump.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/tree-inline.c -o tree-inline.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/unroll.c -o unroll.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/varasm.c -o varasm.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/varray.c -o varray.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/vmsdbgout.c -o vmsdbgout.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/xcoffout.c -o xcoffout.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/ggc-page.c -o ggc-page.o ../../gcc-3.2.2/gcc/ggc-page.c: In function `ggc_print_statistics': ../../gcc-3.2.2/gcc/ggc-page.c:1507: warning: int format, long unsigned int arg (arg 3) 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include \ ../../gcc-3.2.2/gcc/config/ia64/ia64.c -o ia64.o rm -rf libbackend.a ar rc libbackend.a alias.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfglayout.o cfgloop.o cfgrtl.o combine.o conflict.o convert.o cse.o cselib.o dbxout.o debug.o dependence.o df.o diagnostic.o doloop.o dominance.o dwarf2asm.o dwarf2out.o dwarfout.o emit-rtl.o except.o explow.o expmed.o expr.o final.o flow.o fold-const.o function.o gcse.o genrtl.o ggc-common.o global.o graph.o haifa-sched.o hash.o hashtable.o hooks.o ifcvt.o insn-attrtab.o insn-emit.o insn-extract.o insn-opinit.o insn-output.o insn-peep.o insn-recog.o integrate.o intl.o jump.o langhooks.o lcm.o lists.o local-alloc.o loop.o mbchar.o optabs.o params.o predict.o print-rtl.o print-tree.o profile.o real.o recog.o reg-stack.o regclass.o regmove.o regrename.o reload.o reload1.o reorg.o resource.o rtl.o rtlanal.o rtl-error.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sibcall.o simplify-rtx.o ssa.o ssa-ccp.o ssa-dce.o stmt.o stor-layout.o stringpool.o timevar.o toplev.o tree.o tree-dump.o tree-inline.o unroll.o varasm.o varray.o version.o vmsdbgout.o xcoffout.o ggc-page.o ia64.o ranlib libbackend.a gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -o cc1 \ c-parse.o c-lang.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-format.o c-semantics.o c-objc-common.o libcpp.a main.o libbackend.a ./intl/libintl.a ../libiberty/libiberty.a 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/tradcpp.c -o tradcpp.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/tradcif.c -o tradcif.o gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -o tradcpp0 \ tradcpp.o tradcif.o mkdeps.o cppdefault.o version.o intl.o ./intl/libintl.a ../libiberty/libiberty.a gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include \ -DTARGET_MACHINE=\"ia64-hp-hpux11.22\" \ -c ../../gcc-3.2.2/gcc/collect2.c -o collect2.o 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/tlink.c -o tlink.o if test yes = yes \ || test -n ""; then \ /bin/sh ../../gcc-3.2.2/gcc/genmultilib \ "milp32/mlp64" \ "hpux32 hpux64" \ "" \ "" \ "" \ "" \ "" \ "yes" \ > tmp-mlib.h; \ else \ /bin/sh ../../gcc-3.2.2/gcc/genmultilib '' '' '' '' '' '' '' no \ > tmp-mlib.h; \ fi /bin/sh ../../gcc-3.2.2/gcc/move-if-change tmp-mlib.h multilib.h echo timestamp > s-mlib lsf="../../gcc-3.2.2/gcc/cp/lang-specs.h"; for f in $lsf; do \ echo "#include \"$f\""; \ done | sed 's|../../gcc-3.2.2/gcc/||' > tmp-specs.h /bin/sh ../../gcc-3.2.2/gcc/move-if-change tmp-specs.h specs.h echo timestamp > s-specs (SHLIB_LINK='' \ SHLIB_MULTILIB=''; \ gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include \ -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/usr/local/lib/gcc-lib/\" -DDEFAULT_TARGET_VERSION=\"3.2.2\" -DDEFAULT_TARGET_MACHINE=\"ia64-hp-hpux11.22\" -DSTANDARD_BINDIR_PREFIX=\"/usr/local/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" `test "X${SHLIB_LINK}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` `test "X${SHLIB_MULTILIB}" = "X" || echo "-DNO_SHARED_LIBGCC_MULTILIB"` \ -c ../../gcc-3.2.2/gcc/gcc.c -o gcc.o) ../../gcc-3.2.2/gcc/gcc.c:681: warning: string length `792' is greater than the length `509' ISO C89 compilers are required to support ../../gcc-3.2.2/gcc/gcc.c:843: warning: string length `679' is greater than the length `509' ISO C89 compilers are required to support In file included from specs.h:1, from ../../gcc-3.2.2/gcc/gcc.c:873: ../../gcc-3.2.2/gcc/cp/lang-specs.h:38: warning: string length `914' is greater than the length `509' ISO C89 compilers are required to support (SHLIB_LINK='' \ SHLIB_MULTILIB=''; \ gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include \ -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/usr/local/lib/gcc-lib/\" -DDEFAULT_TARGET_VERSION=\"3.2.2\" -DDEFAULT_TARGET_MACHINE=\"ia64-hp-hpux11.22\" -DSTANDARD_BINDIR_PREFIX=\"/usr/local/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" `test "X${SHLIB_LINK}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` `test "X${SHLIB_MULTILIB}" = "X" || echo "-DNO_SHARED_LIBGCC_MULTILIB"` \ -c ../../gcc-3.2.2/gcc/gccspec.c -o gccspec.o) gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -o xgcc gcc.o gccspec.o intl.o \ prefix.o version.o ./intl/libintl.a ../libiberty/libiberty.a 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/cppmain.c -o cppmain.o gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -o cpp0 cppmain.o \ intl.o libcpp.a ./intl/libintl.a ../libiberty/libiberty.a ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -dumpspecs > tmp-specs mv tmp-specs specs echo "int xxy_us_dummy;" >tmp-dum.c ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -S tmp-dum.c echo '/*WARNING: This file is automatically generated!*/' >tmp-under.c if grep _xxy_us_dummy tmp-dum.s > /dev/null ; then \ echo "int prepends_underscore = 1;" >>tmp-under.c; \ else \ echo "int prepends_underscore = 0;" >>tmp-under.c; \ fi /bin/sh ../../gcc-3.2.2/gcc/move-if-change tmp-under.c underscore.c rm -f tmp-dum.c tmp-dum.s echo timestamp > s-under 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include underscore.c -o underscore.o gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -o Tcollect2 \ collect2.o tlink.o hash.o intl.o underscore.o version.o ./intl/libintl.a ../libiberty/libiberty.a mv -f Tcollect2 collect2 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-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/cppspec.c -o cppspec.o gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -o cpp gcc.o cppspec.o intl.o \ prefix.o version.o ./intl/libintl.a ../libiberty/libiberty.a if [ -f /usr/include/limits.h ] ; then \ cat ../../gcc-3.2.2/gcc/limitx.h ../../gcc-3.2.2/gcc/glimits.h ../../gcc-3.2.2/gcc/limity.h > tmp-xlimits.h; \ else \ cat ../../gcc-3.2.2/gcc/glimits.h > tmp-xlimits.h; \ fi mv tmp-xlimits.h xlimits.h (SHLIB_LINK='' \ SHLIB_MULTILIB=''; \ gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/usr/local/lib/gcc-lib/\" -DDEFAULT_TARGET_VERSION=\"3.2.2\" -DDEFAULT_TARGET_MACHINE=\"ia64-hp-hpux11.22\" -DSTANDARD_BINDIR_PREFIX=\"/usr/local/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" `test "X${SHLIB_LINK}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` `test "X${SHLIB_MULTILIB}" = "X" || echo "-DNO_SHARED_LIBGCC_MULTILIB"` \ -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/cp/g++spec.c) gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -o g++ \ gcc.o g++spec.o intl.o prefix.o version.o ./intl/libintl.a ../libiberty/libiberty.a if [ -f specs.ready ] ; then \ true; \ else \ echo timestamp > specs.ready; \ fi (MAKE="gmake"; srcdir=`cd ../../gcc-3.2.2/gcc/fixinc && pwd` ; \ CC="gcc"; CFLAGS="-DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE"; LDFLAGS=""; \ WARN_CFLAGS="-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long"; \ export MAKE srcdir CC CFLAGS LDFLAGS WARN_CFLAGS; cd ./fixinc && \ /bin/sh ${srcdir}/mkfixinc.sh ia64-hp-hpux11.22 ia64-hp-hpux11.22) constructing ../fixinc.sh for ia64-hp-hpux11.22 to run on ia64-hp-hpux11.22 gmake TARGETS=oneprocess SHELL="/bin/sh" CC="gcc" CFLAGS="-DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE" LDFLAGS="" install-bin gmake[3]: Entering directory `/home/test/o/gcc/fixinc' /bin/sh ../../../gcc-3.2.2/gcc/fixinc/genfixes machname.h Forbidden identifiers: hpux unix gcc -c -DIN_GCC -DHAVE_CONFIG_H -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -I. -I.. -I../../../gcc-3.2.2/gcc/fixinc -I../../../gcc-3.2.2/gcc/fixinc/.. -I../../../gcc-3.2.2/gcc/fixinc/../config -I../../../gcc-3.2.2/gcc/fixinc/../../include ../../../gcc-3.2.2/gcc/fixinc/fixincl.c In file included from ../../../gcc-3.2.2/gcc/fixinc/fixincl.c:106: ../../../gcc-3.2.2/gcc/fixinc/fixincl.x:56: warning: string length `1232' is greater than the length `509' ISO C89 compilers are required to support ../../../gcc-3.2.2/gcc/fixinc/fixincl.x:137: warning: string length `552' is greater than the length `509' ISO C89 compilers are required to support ../../../gcc-3.2.2/gcc/fixinc/fixincl.x:182: warning: string length `523' is greater than the length `509' ISO C89 compilers are required to support ../../../gcc-3.2.2/gcc/fixinc/fixincl.x:226: warning: string length `762' is greater than the length `509' ISO C89 compilers are required to support ../../../gcc-3.2.2/gcc/fixinc/fixincl.x:360: warning: string length `3439' is greater than the length `509' ISO C89 compilers are required to support ../../../gcc-3.2.2/gcc/fixinc/fixincl.c: In function `initialize': ../../../gcc-3.2.2/gcc/fixinc/fixincl.c:227: warning: traditional C rejects string concatenation ../../../gcc-3.2.2/gcc/fixinc/fixincl.c:229: warning: traditional C rejects string concatenation ../../../gcc-3.2.2/gcc/fixinc/fixincl.c: In function `process': ../../../gcc-3.2.2/gcc/fixinc/fixincl.c:1359: warning: int format, size_t arg (arg 3) gcc -c -DIN_GCC -DHAVE_CONFIG_H -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -I. -I.. -I../../../gcc-3.2.2/gcc/fixinc -I../../../gcc-3.2.2/gcc/fixinc/.. -I../../../gcc-3.2.2/gcc/fixinc/../config -I../../../gcc-3.2.2/gcc/fixinc/../../include ../../../gcc-3.2.2/gcc/fixinc/fixtests.c ../../../gcc-3.2.2/gcc/fixinc/fixtests.c: In function `stdc_0_in_system_headers_test': ../../../gcc-3.2.2/gcc/fixinc/fixtests.c:124: warning: unused parameter `fname' ../../../gcc-3.2.2/gcc/fixinc/fixtests.c:124: warning: unused parameter `text' gcc -c -DIN_GCC -DHAVE_CONFIG_H -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -I. -I.. -I../../../gcc-3.2.2/gcc/fixinc -I../../../gcc-3.2.2/gcc/fixinc/.. -I../../../gcc-3.2.2/gcc/fixinc/../config -I../../../gcc-3.2.2/gcc/fixinc/../../include ../../../gcc-3.2.2/gcc/fixinc/fixfixes.c gcc -c -DIN_GCC -DHAVE_CONFIG_H -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -I. -I.. -I../../../gcc-3.2.2/gcc/fixinc -I../../../gcc-3.2.2/gcc/fixinc/.. -I../../../gcc-3.2.2/gcc/fixinc/../config -I../../../gcc-3.2.2/gcc/fixinc/../../include ../../../gcc-3.2.2/gcc/fixinc/server.c gcc -c -DIN_GCC -DHAVE_CONFIG_H -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -I. -I.. -I../../../gcc-3.2.2/gcc/fixinc -I../../../gcc-3.2.2/gcc/fixinc/.. -I../../../gcc-3.2.2/gcc/fixinc/../config -I../../../gcc-3.2.2/gcc/fixinc/../../include ../../../gcc-3.2.2/gcc/fixinc/procopen.c gcc -c -DIN_GCC -DHAVE_CONFIG_H -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -I. -I.. -I../../../gcc-3.2.2/gcc/fixinc -I../../../gcc-3.2.2/gcc/fixinc/.. -I../../../gcc-3.2.2/gcc/fixinc/../config -I../../../gcc-3.2.2/gcc/fixinc/../../include ../../../gcc-3.2.2/gcc/fixinc/gnu-regex.c ../../../gcc-3.2.2/gcc/fixinc/gnu-regex.c: In function `compile_range': ../../../gcc-3.2.2/gcc/fixinc/gnu-regex.c:3051: warning: signed and unsigned type in conditional expression ../../../gcc-3.2.2/gcc/fixinc/gnu-regex.c:3051: warning: signed and unsigned type in conditional expression gcc -c -DIN_GCC -DHAVE_CONFIG_H -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -I. -I.. -I../../../gcc-3.2.2/gcc/fixinc -I../../../gcc-3.2.2/gcc/fixinc/.. -I../../../gcc-3.2.2/gcc/fixinc/../config -I../../../gcc-3.2.2/gcc/fixinc/../../include ../../../gcc-3.2.2/gcc/fixinc/fixlib.c gcc -DIN_GCC -DHAVE_CONFIG_H -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -I. -I.. -I../../../gcc-3.2.2/gcc/fixinc -I../../../gcc-3.2.2/gcc/fixinc/.. -I../../../gcc-3.2.2/gcc/fixinc/../config -I../../../gcc-3.2.2/gcc/fixinc/../../include -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o gnu-regex.o fixlib.o ../../libiberty/libiberty.a echo timestamp > full-stamp ./fixincl -v < /dev/null 'fixincl version 1.1' chmod 755 ../fixinc.sh gmake[3]: Leaving directory `/home/test/o/gcc/fixinc' rm -rf include; mkdir include chmod a+rx include (TARGET_MACHINE='ia64-hp-hpux11.22'; srcdir=`cd ../../gcc-3.2.2/gcc; pwd`; \ SHELL='/bin/sh' ;\ export TARGET_MACHINE srcdir SHELL ; \ /bin/sh ./fixinc.sh `pwd`/include /usr/include ; \ rm -f include/syslimits.h; \ if [ -f include/limits.h ]; then \ mv include/limits.h include/syslimits.h; \ else \ cp ../../gcc-3.2.2/gcc/gsyslimits.h include/syslimits.h; \ fi; \ chmod a+r include/syslimits.h) Fixing headers into /home/test/o/gcc/include for ia64-hp-hpux11.22 target Finding directories and links to directories Searching /usr/include/. Searching /usr/include/./dce Searching /usr/include/./machine Making symbolic directory links Fixing directory /usr/include into /home/test/o/gcc/include Applying io_quotes_def to sys/stropts.h Applying io_quotes_def to sys/fs/kdm_dmi.h Applying io_quotes_use to sys/fs/vx_ioctl.h Applying avoid_wchar_t_type to sys/_wchar_t.h Fixed: sys/_wchar_t.h Applying hp_sysfile to sys/file.h Applying io_quotes_def to sys/ioctl.h Applying io_quotes_use to sys/ioctl.h Applying io_quotes_def to sys/mirror.h Applying hpux11_size_t to sys/newsig.h Fixed: sys/newsig.h Applying hpux11_size_t to sys/stdsyms.h Fixed: sys/stdsyms.h Applying hpux11_size_t to sys/time.h Fixed: sys/time.h Applying gnu_types to sys/types.h Fixed: sys/types.h Applying hpux11_size_t to sys/unistd.h Fixed: sys/unistd.h Applying machine_name to exportent.h Fixed: exportent.h Applying machine_name to nfs/snode.h Fixed: nfs/snode.h Applying sun_auth_proto to rpc/auth.h Fixed: rpc/auth.h Applying sun_auth_proto to rpc/clnt.h Fixed: rpc/clnt.h Applying sun_auth_proto to rpc/svc.h Fixed: rpc/svc.h Applying sun_auth_proto to rpc/xdr.h Fixed: rpc/xdr.h Applying alpha___assert to assert.h Fixed: assert.h Applying avoid_bool_define to curses.h Applying avoid_bool_type to curses.h Fixed: curses.h Applying sun_malloc to malloc.h Fixed: malloc.h Applying hpux11_size_t to pwd.h Fixed: pwd.h Applying gnu_types to stddef.h Applying hpux11_size_t to stddef.h Fixed: stddef.h Applying hpux11_size_t to stdio.h Applying stdio_stdarg_h to stdio.h Applying stdio_va_list to stdio.h Fixed: stdio.h Applying hpux11_size_t to stdlib.h Applying int_abort_free_and_exit to stdlib.h Applying sysz_stdlib_for_sun to stdlib.h Fixed: stdlib.h Applying hpux11_size_t to string.h Applying sysv68_string to string.h Fixed: string.h Applying avoid_bool_define to term.h Applying avoid_bool_type to term.h Fixed: term.h Applying hpux11_size_t to wchar.h Fixed: wchar.h Applying hpux8_bogus_inlines to math.h Applying math_huge_val_ifndef to math.h Fixed: math.h Applying hpux11_size_t to varargs.h Fixed: varargs.h Applying io_quotes_def to aCC/rw/backward.h Applying machine_name to aCC/rw/compiler.h Fixed: aCC/rw/compiler.h Quoted includes in aCC/rw/compiler.h Applying io_quotes_def to aCC/rw/defs.h Applying io_quotes_def to aCC/rw/stddefs.h Applying machine_name to aCC/stdcomp.h Fixed: aCC/stdcomp.h Applying strict_ansi_only to aCC_std/stdcomp.h Fixed: aCC_std/stdcomp.h Applying io_quotes_use to facetterm.h Fixed: facetterm.h Applying io_quotes_use to facetwin.h Fixed: facetwin.h Fixing directory /usr/include/dce into /home/test/o/gcc/include/root/opt/dce/include/dce Cleaning up unneeded directories: fixincludes is done if [ "/usr/include" = "/usr/local/ia64-hp-hpux11.22/sys-include" ] \ && [ -d /usr/local/ia64-hp-hpux11.22/sys-include ]; then \ if [ -d /usr/local/lib ] ; then true ; else mkdir /usr/local/lib ; fi; \ if [ -d /usr/local/lib/gcc-lib ] ; then true ; else mkdir /usr/local/lib/gcc-lib; fi; \ if [ -d /usr/local/lib/gcc-lib/ia64-hp-hpux11.22 ] ; then true ; else mkdir /usr/local/lib/gcc-lib/ia64-hp-hpux11.22 ; fi; \ if [ -d /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.2.2 ] ; then true ; else mkdir /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.2.2 ; fi; \ else true; fi echo timestamp > stmp-fixinc if [ -d include ] ; then true; else mkdir include; chmod a+rx include; fi for file in .. ../../gcc-3.2.2/gcc/ginclude/stdarg.h ../../gcc-3.2.2/gcc/ginclude/stddef.h ../../gcc-3.2.2/gcc/ginclude/varargs.h ../../gcc-3.2.2/gcc/ginclude/stdbool.h ../../gcc-3.2.2/gcc/ginclude/iso646.h ../../gcc-3.2.2/gcc/config/ia64/ia64intrin.h; do \ if [ X$file != X.. ]; then \ realfile=`echo $file | sed -e 's|.*/\([^/]*\)$|\1|'`; \ echo timestamp > include/$realfile; \ rm -f include/$realfile; \ cp $file include; \ chmod a+r include/$realfile; \ fi; \ done rm -f include/limits.h cp xlimits.h include/limits.h chmod a+r include/limits.h rm -f include/float.h if [ xfloat-i386.h != xMakefile.in ]; then \ cp ../../gcc-3.2.2/gcc/config/float-i386.h include/float.h && \ chmod a+r include/float.h; \ else :; fi rm -f include/README cp ../../gcc-3.2.2/gcc/README-fixinc include/README chmod a+r include/README echo timestamp > stmp-int-hdrs if [ -d /usr/include ]; \ then \ CC="./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -I. -I../../gcc-3.2.2/gcc -isystem include -isystem /usr/include"; \ export CC; \ /bin/sh ../../gcc-3.2.2/gcc/scan-types.sh "../../gcc-3.2.2/gcc" >tmp-deduced.h; \ mv tmp-deduced.h deduced.h; \ else \ echo timestamp > deduced.h; \ fi gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/gen-protos.c -o gen-protos.o gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/scan.c -o scan.o gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o gen-protos \ gen-protos.o scan.o ../libiberty/libiberty.a sed -e s/TARGET_GETGROUPS_T/gid_t/ \ deduced.h ../../gcc-3.2.2/gcc/sys-protos.h > tmp-fixtmp.c mv tmp-fixtmp.c fixtmp.c ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include fixtmp.c -w -U__SIZE_TYPE__ -U__PTRDIFF_TYPE__ -U__WCHAR_TYPE__ -E \ | sed -e 's/ / /g' -e 's/ *(/ (/g' -e 's/ [ ]*/ /g' -e 's/( )/()/' \ | ./gen-protos >xsys-protos.hT gen-protos: 1346 entries 340 collisions mv xsys-protos.hT xsys-protos.h rm -rf fixtmp.c gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/fix-header.c -o fix-header.o gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include ../../gcc-3.2.2/gcc/scan-decls.c -o scan-decls.o gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o fix-header fix-header.o \ scan-decls.o scan.o libcpp.a ./intl/libintl.a ../libiberty/libiberty.a if [ -f fixhdr.ready ] ; then \ true; \ else \ echo timestamp > fixhdr.ready; \ fi if [ -f include/fixed ] ; then true; \ else \ : This line works around a 'make' bug in BSDI 1.1.; \ FIXPROTO_DEFINES=""; export FIXPROTO_DEFINES; \ mkinstalldirs="/bin/sh ../../gcc-3.2.2/gcc/mkinstalldirs"; \ export mkinstalldirs; \ if [ -d /usr/include ] ; then \ /bin/sh ../../gcc-3.2.2/gcc/fixproto include include /usr/include; \ if [ $? -eq 0 ] ; then true ; else exit 1 ; fi ; \ else true; fi; \ echo timestamp > include/fixed; \ fi fixproto: populating `include' fix-header: fixing curses.h fix-header: fixing exportent.h fix-header: fixing stdlib.h fix-header: fixing errno.h fix-header: fixing signal.h fix-header: fixing time.h echo timestamp > stmp-fixproto cat ../../gcc-3.2.2/gcc/config/ia64/quadlib.c > quadlib.c objext='.o' \ LIB1ASMFUNCS='__divtf3 __divdf3 __divsf3 __divdi3 __moddi3 __udivdi3 __umoddi3 __divsi3 __modsi3 __udivsi3 __umodsi3 __save_stack_nonlocal __nonlocal_goto __restore_stack_nonlocal __trampoline' \ LIB2FUNCS_1='_muldi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _clz _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi' \ LIB2FUNCS_2='_floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf _clear_cache _trampoline __main _exit _absvsi2 _absvdi2 _addvsi3 _addvdi3 _subvsi3 _subvdi3 _mulvsi3 _mulvdi3 _negvsi2 _negvdi2 _ctors' \ LIB2FUNCS_ST='_eprintf _bb __gcc_bcmp' \ LIB2ADD='quadlib.c' \ LIB2ADD_ST='' \ LIB2ADDEH='../../gcc-3.2.2/gcc/config/ia64/unwind-ia64.c ../../gcc-3.2.2/gcc/unwind-sjlj.c' \ LIB2ADDEHDEP='unwind.inc unwind-dw2-fde.h' \ FPBIT='' \ FPBIT_FUNCS='_pack_sf _unpack_sf _addsub_sf _mul_sf _div_sf _fpcmp_parts_sf _compare_sf _eq_sf _ne_sf _gt_sf _ge_sf _lt_sf _le_sf _unord_sf _si_to_sf _sf_to_si _negate_sf _make_sf _sf_to_df _thenan_sf _sf_to_usi _usi_to_sf' \ LIB2_DIVMOD_FUNCS='_divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4' \ DPBIT='' \ DPBIT_FUNCS='_pack_df _unpack_df _addsub_df _mul_df _div_df _fpcmp_parts_df _compare_df _eq_df _ne_df _gt_df _ge_df _lt_df _le_df _unord_df _si_to_df _df_to_si _negate_df _make_df _df_to_sf _thenan_df _df_to_usi _usi_to_df' \ MULTILIBS=`./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include --print-multi-lib` \ EXTRA_MULTILIB_PARTS='' \ SHLIB_LINK='' \ SHLIB_INSTALL='' \ SHLIB_EXT='' \ SHLIB_MULTILIB='' \ SHLIB_MKMAP='' \ SHLIB_MKMAP_OPTS='' \ SHLIB_MAPFILES='../../gcc-3.2.2/gcc/config/ia64/libgcc-ia64.ver' \ SHLIB_NM_FLAGS='-pg' \ MULTILIB_OSDIRNAMES='' \ mkinstalldirs='/bin/sh ../../gcc-3.2.2/gcc/mkinstalldirs' \ /bin/sh mklibgcc > tmp-libgcc.mk mv tmp-libgcc.mk libgcc.mk HEADERS="ansidecl.h ia64/ia64.h dbxelf.h elfos.h svr4.h ia64/sysv4.h ia64/hpux.h ia64/hpux_longdouble.h defaults.h" DEFINES="" \ TARGET_CPU_DEFAULT="" \ /bin/sh ../../gcc-3.2.2/gcc/mkconfig.sh tconfig.h ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -c -o crtbegin.o -x assembler-with-cpp ../../gcc-3.2.2/gcc/config/ia64/crtbegin.asm ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -c -o crtend.o -x assembler-with-cpp ../../gcc-3.2.2/gcc/config/ia64/crtend.asm ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -DSHARED -c -o crtbeginS.o -x assembler-with-cpp ../../gcc-3.2.2/gcc/config/ia64/crtbegin.asm ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -DSHARED -c -o crtendS.o -x assembler-with-cpp ../../gcc-3.2.2/gcc/config/ia64/crtend.asm ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -c -o crtfastmath.o ../../gcc-3.2.2/gcc/config/ia64/crtfastmath.c gmake GCC_FOR_TARGET="./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include" \ HOST_PREFIX="" HOST_PREFIX_1="ignore-" \ AR_FOR_TARGET="` if [ -f /home/test/o/gcc/../binutils/ar ] ; then echo /home/test/o/gcc/../binutils/ar ; else if [ "ia64-hp-hpux11.22" = "ia64-hp-hpux11.22" ] ; then echo ar; else t='s,^,ia64-hp-hpux11.22-,'; echo ar | sed -e $t ; fi; fi`" \ AR_CREATE_FOR_TARGET="` if [ -f /home/test/o/gcc/../binutils/ar ] ; then echo /home/test/o/gcc/../binutils/ar ; else if [ "ia64-hp-hpux11.22" = "ia64-hp-hpux11.22" ] ; then echo ar; else t='s,^,ia64-hp-hpux11.22-,'; echo ar | sed -e $t ; fi; fi` rc" \ AR_FLAGS_FOR_TARGET="" \ CFLAGS="-g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long" \ RANLIB_FOR_TARGET="` if [ -f /home/test/o/gcc/../binutils/ranlib ] ; then echo /home/test/o/gcc/../binutils/ranlib ; else if [ "ia64-hp-hpux11.22" = "ia64-hp-hpux11.22" ] ; then echo ranlib; else t='s,^,ia64-hp-hpux11.22-,'; echo ranlib | sed -e $t ; fi; fi`" \ RANLIB_TEST_FOR_TARGET="[ -f ` if [ -f /home/test/o/gcc/../binutils/ranlib ] ; then echo /home/test/o/gcc/../binutils/ranlib ; else if [ "ia64-hp-hpux11.22" = "ia64-hp-hpux11.22" ] ; then echo ranlib; else t='s,^,ia64-hp-hpux11.22-,'; echo ranlib | sed -e $t ; fi; fi` ] || ( [ "ia64-hp-hpux11.22" = "ia64-hp-hpux11.22" ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] )" \ NM_FOR_TARGET="` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /home/test/o/gcc/../binutils/nm-new ] ; then echo /home/test/o/gcc/../binutils/nm-new ; else if [ "ia64-hp-hpux11.22" = "ia64-hp-hpux11.22" ] ; then echo nm; else t='s,^,ia64-hp-hpux11.22-,'; echo nm | sed -e $t ; fi; fi`" AWK="awk" \ LIBGCC2_CFLAGS="-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED " \ INCLUDES="-I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include" \ CONFIG_H="config.h auto-host.h ../../gcc-3.2.2/gcc/../include/ansidecl.h ../../gcc-3.2.2/gcc/config/ia64/ia64.h ../../gcc-3.2.2/gcc/config/dbxelf.h ../../gcc-3.2.2/gcc/config/elfos.h ../../gcc-3.2.2/gcc/config/svr4.h ../../gcc-3.2.2/gcc/config/ia64/sysv4.h ../../gcc-3.2.2/gcc/config/ia64/hpux.h ../../gcc-3.2.2/gcc/config/ia64/hpux_longdouble.h defaults.h insn-constants.h insn-flags.h" MACHMODE_H="machmode.h machmode.def" \ LIB1ASMSRC='ia64/lib1funcs.asm' \ MAKEOVERRIDES= \ -f libgcc.mk all gmake[3]: Entering directory `/home/test/o/gcc' for d in libgcc hpux32 libgcc/hpux32 hpux64 libgcc/hpux64; do \ if [ -d $d ]; then true; else /bin/sh ../../gcc-3.2.2/gcc/mkinstalldirs $d; fi; \ done mkdir libgcc mkdir hpux32 mkdir libgcc/hpux32 mkdir hpux64 mkdir libgcc/hpux64 if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL__divtf3 -xassembler-with-cpp -c ../../gcc-3.2.2/gcc/config/ia64/lib1funcs.asm -o libgcc/./__divtf3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL__divdf3 -xassembler-with-cpp -c ../../gcc-3.2.2/gcc/config/ia64/lib1funcs.asm -o libgcc/./__divdf3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL__divsf3 -xassembler-with-cpp -c ../../gcc-3.2.2/gcc/config/ia64/lib1funcs.asm -o libgcc/./__divsf3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL__divdi3 -xassembler-with-cpp -c ../../gcc-3.2.2/gcc/config/ia64/lib1funcs.asm -o libgcc/./__divdi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL__moddi3 -xassembler-with-cpp -c ../../gcc-3.2.2/gcc/config/ia64/lib1funcs.asm -o libgcc/./__moddi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL__udivdi3 -xassembler-with-cpp -c ../../gcc-3.2.2/gcc/config/ia64/lib1funcs.asm -o libgcc/./__udivdi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL__umoddi3 -xassembler-with-cpp -c ../../gcc-3.2.2/gcc/config/ia64/lib1funcs.asm -o libgcc/./__umoddi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL__divsi3 -xassembler-with-cpp -c ../../gcc-3.2.2/gcc/config/ia64/lib1funcs.asm -o libgcc/./__divsi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL__modsi3 -xassembler-with-cpp -c ../../gcc-3.2.2/gcc/config/ia64/lib1funcs.asm -o libgcc/./__modsi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL__udivsi3 -xassembler-with-cpp -c ../../gcc-3.2.2/gcc/config/ia64/lib1funcs.asm -o libgcc/./__udivsi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL__umodsi3 -xassembler-with-cpp -c ../../gcc-3.2.2/gcc/config/ia64/lib1funcs.asm -o libgcc/./__umodsi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL__save_stack_nonlocal -xassembler-with-cpp -c ../../gcc-3.2.2/gcc/config/ia64/lib1funcs.asm -o libgcc/./__save_stack_nonlocal.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL__nonlocal_goto -xassembler-with-cpp -c ../../gcc-3.2.2/gcc/config/ia64/lib1funcs.asm -o libgcc/./__nonlocal_goto.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL__restore_stack_nonlocal -xassembler-with-cpp -c ../../gcc-3.2.2/gcc/config/ia64/lib1funcs.asm -o libgcc/./__restore_stack_nonlocal.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL__trampoline -xassembler-with-cpp -c ../../gcc-3.2.2/gcc/config/ia64/lib1funcs.asm -o libgcc/./__trampoline.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_muldi3 -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./_muldi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_negdi2 -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./_negdi2.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_lshrdi3 -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./_lshrdi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_ashldi3 -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./_ashldi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_ashrdi3 -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./_ashrdi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_ffsdi2 -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./_ffsdi2.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_clz -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./_clz.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_cmpdi2 -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./_cmpdi2.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_ucmpdi2 -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./_ucmpdi2.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_floatdidf -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./_floatdidf.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_floatdisf -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./_floatdisf.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_fixunsdfsi -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./_fixunsdfsi.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_fixunssfsi -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./_fixunssfsi.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_fixunsdfdi -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./_fixunsdfdi.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_fixdfdi -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./_fixdfdi.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_fixunssfdi -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./_fixunssfdi.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_fixsfdi -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./_fixsfdi.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_fixxfdi -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./_fixxfdi.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_fixunsxfdi -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./_fixunsxfdi.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_floatdixf -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./_floatdixf.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_fixunsxfsi -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./_fixunsxfsi.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_fixtfdi -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./_fixtfdi.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_fixunstfdi -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./_fixunstfdi.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_floatditf -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./_floatditf.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_clear_cache -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./_clear_cache.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_trampoline -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./_trampoline.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL__main -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./__main.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_exit -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./_exit.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_absvsi2 -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./_absvsi2.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_absvdi2 -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./_absvdi2.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_addvsi3 -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./_addvsi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_addvdi3 -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./_addvdi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_subvsi3 -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./_subvsi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_subvdi3 -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./_subvdi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_mulvsi3 -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./_mulvsi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_mulvdi3 -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./_mulvdi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_negvsi2 -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./_negvsi2.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_negvdi2 -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./_negvdi2.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_ctors -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./_ctors.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_divdi3 -c ../../gcc-3.2.2/gcc/libgcc2.c -fexceptions -fnon-call-exceptions -o libgcc/./_divdi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_moddi3 -c ../../gcc-3.2.2/gcc/libgcc2.c -fexceptions -fnon-call-exceptions -o libgcc/./_moddi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_udivdi3 -c ../../gcc-3.2.2/gcc/libgcc2.c -fexceptions -fnon-call-exceptions -o libgcc/./_udivdi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_umoddi3 -c ../../gcc-3.2.2/gcc/libgcc2.c -fexceptions -fnon-call-exceptions -o libgcc/./_umoddi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_udiv_w_sdiv -c ../../gcc-3.2.2/gcc/libgcc2.c -fexceptions -fnon-call-exceptions -o libgcc/./_udiv_w_sdiv.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_udivmoddi4 -c ../../gcc-3.2.2/gcc/libgcc2.c -fexceptions -fnon-call-exceptions -o libgcc/./_udivmoddi4.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -c quadlib.c -o libgcc/./quadlib.o quadlib.c:35: warning: no previous prototype for `_U_Qfeq' quadlib.c:41: warning: no previous prototype for `_U_Qfne' quadlib.c:47: warning: no previous prototype for `_U_Qfgt' quadlib.c:53: warning: no previous prototype for `_U_Qfge' quadlib.c:59: warning: no previous prototype for `_U_Qflt' quadlib.c:65: warning: no previous prototype for `_U_Qfle' quadlib.c:71: warning: no previous prototype for `_U_Qfcomp' quadlib.c:80: warning: no previous prototype for `_U_Qfneg' ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -fexceptions -c ../../gcc-3.2.2/gcc/config/ia64/unwind-ia64.c -o libgcc/./unwind-ia64.o ../../gcc-3.2.2/gcc/config/ia64/unwind-ia64.c:242:1: warning: "MIN" redefined In file included from /usr/include/limits.h:423, from include/limits.h:132, from include/syslimits.h:7, from include/limits.h:11, from ../../gcc-3.2.2/gcc/tsystem.h:84, from ../../gcc-3.2.2/gcc/config/ia64/unwind-ia64.c:35: /usr/include/sys/param.h:386:1: warning: this is the location of the previous definition ../../gcc-3.2.2/gcc/config/ia64/unwind-ia64.c: In function `push': ../../gcc-3.2.2/gcc/config/ia64/unwind-ia64.c:366: warning: implicit declaration of function `memcpy' ../../gcc-3.2.2/gcc/config/ia64/unwind-ia64.c: In function `uw_frame_state_for': ../../gcc-3.2.2/gcc/config/ia64/unwind-ia64.c:1655: warning: implicit declaration of function `memset' ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -fexceptions -c ../../gcc-3.2.2/gcc/unwind-sjlj.c -o libgcc/./unwind-sjlj.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_eprintf -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./_eprintf.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_bb -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./_bb.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL__gcc_bcmp -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./__gcc_bcmp.o rm -rf ./libgcc.a ar rc ./libgcc.a libgcc/./__divtf3.o libgcc/./__divdf3.o libgcc/./__divsf3.o libgcc/./__divdi3.o libgcc/./__moddi3.o libgcc/./__udivdi3.o libgcc/./__umoddi3.o libgcc/./__divsi3.o libgcc/./__modsi3.o libgcc/./__udivsi3.o libgcc/./__umodsi3.o libgcc/./__save_stack_nonlocal.o libgcc/./__nonlocal_goto.o libgcc/./__restore_stack_nonlocal.o libgcc/./__trampoline.o libgcc/./_muldi3.o libgcc/./_negdi2.o libgcc/./_lshrdi3.o libgcc/./_ashldi3.o libgcc/./_ashrdi3.o libgcc/./_ffsdi2.o libgcc/./_clz.o libgcc/./_cmpdi2.o libgcc/./_ucmpdi2.o libgcc/./_floatdidf.o libgcc/./_floatdisf.o libgcc/./_fixunsdfsi.o libgcc/./_fixunssfsi.o libgcc/./_fixunsdfdi.o libgcc/./_fixdfdi.o libgcc/./_fixunssfdi.o libgcc/./_fixsfdi.o libgcc/./_fixxfdi.o libgcc/./_fixunsxfdi.o libgcc/./_floatdixf.o libgcc/./_fixunsxfsi.o libgcc/./_fixtfdi.o libgcc/./_fixunstfdi.o libgcc/./_floatditf.o libgcc/./_clear_cache.o libgcc/./_trampoline.o libgcc/./__main.o libgcc/./_exit.o libgcc/./_absvsi2.o libgcc/./_absvdi2.o libgcc/./_addvsi3.o libgcc/./_addvdi3.o libgcc/./_subvsi3.o libgcc/./_subvdi3.o libgcc/./_mulvsi3.o libgcc/./_mulvdi3.o libgcc/./_negvsi2.o libgcc/./_negvdi2.o libgcc/./_ctors.o libgcc/./_divdi3.o libgcc/./_moddi3.o libgcc/./_udivdi3.o libgcc/./_umoddi3.o libgcc/./_udiv_w_sdiv.o libgcc/./_udivmoddi4.o libgcc/./quadlib.o libgcc/./unwind-ia64.o libgcc/./unwind-sjlj.o libgcc/./_eprintf.o libgcc/./_bb.o libgcc/./__gcc_bcmp.o if [ -f ranlib ] || ( [ ia64-hp-hpux11.22 = ia64-hp-hpux11.22 ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ) ; then \ ranlib ./libgcc.a ; \ else true; fi; ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL__divtf3 -xassembler-with-cpp -c ../../gcc-3.2.2/gcc/config/ia64/lib1funcs.asm -o libgcc/hpux32/__divtf3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL__divdf3 -xassembler-with-cpp -c ../../gcc-3.2.2/gcc/config/ia64/lib1funcs.asm -o libgcc/hpux32/__divdf3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL__divsf3 -xassembler-with-cpp -c ../../gcc-3.2.2/gcc/config/ia64/lib1funcs.asm -o libgcc/hpux32/__divsf3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL__divdi3 -xassembler-with-cpp -c ../../gcc-3.2.2/gcc/config/ia64/lib1funcs.asm -o libgcc/hpux32/__divdi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL__moddi3 -xassembler-with-cpp -c ../../gcc-3.2.2/gcc/config/ia64/lib1funcs.asm -o libgcc/hpux32/__moddi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL__udivdi3 -xassembler-with-cpp -c ../../gcc-3.2.2/gcc/config/ia64/lib1funcs.asm -o libgcc/hpux32/__udivdi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL__umoddi3 -xassembler-with-cpp -c ../../gcc-3.2.2/gcc/config/ia64/lib1funcs.asm -o libgcc/hpux32/__umoddi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL__divsi3 -xassembler-with-cpp -c ../../gcc-3.2.2/gcc/config/ia64/lib1funcs.asm -o libgcc/hpux32/__divsi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL__modsi3 -xassembler-with-cpp -c ../../gcc-3.2.2/gcc/config/ia64/lib1funcs.asm -o libgcc/hpux32/__modsi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL__udivsi3 -xassembler-with-cpp -c ../../gcc-3.2.2/gcc/config/ia64/lib1funcs.asm -o libgcc/hpux32/__udivsi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL__umodsi3 -xassembler-with-cpp -c ../../gcc-3.2.2/gcc/config/ia64/lib1funcs.asm -o libgcc/hpux32/__umodsi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL__save_stack_nonlocal -xassembler-with-cpp -c ../../gcc-3.2.2/gcc/config/ia64/lib1funcs.asm -o libgcc/hpux32/__save_stack_nonlocal.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL__nonlocal_goto -xassembler-with-cpp -c ../../gcc-3.2.2/gcc/config/ia64/lib1funcs.asm -o libgcc/hpux32/__nonlocal_goto.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL__restore_stack_nonlocal -xassembler-with-cpp -c ../../gcc-3.2.2/gcc/config/ia64/lib1funcs.asm -o libgcc/hpux32/__restore_stack_nonlocal.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL__trampoline -xassembler-with-cpp -c ../../gcc-3.2.2/gcc/config/ia64/lib1funcs.asm -o libgcc/hpux32/__trampoline.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_muldi3 -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/hpux32/_muldi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_negdi2 -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/hpux32/_negdi2.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_lshrdi3 -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/hpux32/_lshrdi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_ashldi3 -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/hpux32/_ashldi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_ashrdi3 -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/hpux32/_ashrdi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_ffsdi2 -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/hpux32/_ffsdi2.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_clz -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/hpux32/_clz.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_cmpdi2 -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/hpux32/_cmpdi2.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_ucmpdi2 -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/hpux32/_ucmpdi2.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_floatdidf -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/hpux32/_floatdidf.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_floatdisf -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/hpux32/_floatdisf.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_fixunsdfsi -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/hpux32/_fixunsdfsi.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_fixunssfsi -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/hpux32/_fixunssfsi.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_fixunsdfdi -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/hpux32/_fixunsdfdi.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_fixdfdi -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/hpux32/_fixdfdi.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_fixunssfdi -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/hpux32/_fixunssfdi.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_fixsfdi -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/hpux32/_fixsfdi.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_fixxfdi -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/hpux32/_fixxfdi.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_fixunsxfdi -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/hpux32/_fixunsxfdi.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_floatdixf -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/hpux32/_floatdixf.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_fixunsxfsi -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/hpux32/_fixunsxfsi.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_fixtfdi -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/hpux32/_fixtfdi.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_fixunstfdi -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/hpux32/_fixunstfdi.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_floatditf -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/hpux32/_floatditf.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_clear_cache -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/hpux32/_clear_cache.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_trampoline -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/hpux32/_trampoline.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL__main -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/hpux32/__main.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_exit -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/hpux32/_exit.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_absvsi2 -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/hpux32/_absvsi2.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_absvdi2 -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/hpux32/_absvdi2.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_addvsi3 -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/hpux32/_addvsi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_addvdi3 -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/hpux32/_addvdi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_subvsi3 -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/hpux32/_subvsi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_subvdi3 -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/hpux32/_subvdi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_mulvsi3 -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/hpux32/_mulvsi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_mulvdi3 -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/hpux32/_mulvdi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_negvsi2 -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/hpux32/_negvsi2.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_negvdi2 -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/hpux32/_negvdi2.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_ctors -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/hpux32/_ctors.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_divdi3 -c ../../gcc-3.2.2/gcc/libgcc2.c -fexceptions -fnon-call-exceptions -o libgcc/hpux32/_divdi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_moddi3 -c ../../gcc-3.2.2/gcc/libgcc2.c -fexceptions -fnon-call-exceptions -o libgcc/hpux32/_moddi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_udivdi3 -c ../../gcc-3.2.2/gcc/libgcc2.c -fexceptions -fnon-call-exceptions -o libgcc/hpux32/_udivdi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_umoddi3 -c ../../gcc-3.2.2/gcc/libgcc2.c -fexceptions -fnon-call-exceptions -o libgcc/hpux32/_umoddi3.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_udiv_w_sdiv -c ../../gcc-3.2.2/gcc/libgcc2.c -fexceptions -fnon-call-exceptions -o libgcc/hpux32/_udiv_w_sdiv.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -DL_udivmoddi4 -c ../../gcc-3.2.2/gcc/libgcc2.c -fexceptions -fnon-call-exceptions -o libgcc/hpux32/_udivmoddi4.o ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -c quadlib.c -o libgcc/hpux32/quadlib.o quadlib.c:35: warning: no previous prototype for `_U_Qfeq' quadlib.c:41: warning: no previous prototype for `_U_Qfne' quadlib.c:47: warning: no previous prototype for `_U_Qfgt' quadlib.c:53: warning: no previous prototype for `_U_Qfge' quadlib.c:59: warning: no previous prototype for `_U_Qflt' quadlib.c:65: warning: no previous prototype for `_U_Qfle' quadlib.c:71: warning: no previous prototype for `_U_Qfcomp' quadlib.c:80: warning: no previous prototype for `_U_Qfneg' ./xgcc -B./ -B/usr/local/ia64-hp-hpux11.22/bin/ -isystem /usr/local/ia64-hp-hpux11.22/include -isystem /usr/local/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -milp32 -fexceptions -c ../../gcc-3.2.2/gcc/config/ia64/unwind-ia64.c -o libgcc/hpux32/unwind-ia64.o ../../gcc-3.2.2/gcc/config/ia64/unwind-ia64.c:218: warning: width of `off' exceeds its type ../../gcc-3.2.2/gcc/config/ia64/unwind-ia64.c:242:1: warning: "MIN" redefined In file included from /usr/include/limits.h:423, from include/limits.h:132, from include/syslimits.h:7, from include/limits.h:11, from ../../gcc-3.2.2/gcc/tsystem.h:84, from ../../gcc-3.2.2/gcc/config/ia64/unwind-ia64.c:35: /usr/include/sys/param.h:386:1: warning: this is the location of the previous definition ../../gcc-3.2.2/gcc/config/ia64/unwind-ia64.c: In function `alloc_reg_state': ../../gcc-3.2.2/gcc/config/ia64/unwind-ia64.c:259: Internal compiler error in emit_move_insn, at expr.c:2771 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. gmake[3]: *** [libgcc/hpux32/unwind-ia64.o] Error 1 gmake[3]: Leaving directory `/home/test/o/gcc' gmake[2]: *** [stmp-multilib] Error 2 gmake[2]: Leaving directory `/home/test/o/gcc' gmake[1]: *** [stage1_build] Error 2 gmake[1]: Leaving directory `/home/test/o/gcc' gmake: *** [bootstrap] Error 2