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


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

bootstrap/3577: Can't compile gcc on HP-UX 11.0



>Number:         3577
>Category:       bootstrap
>Synopsis:       errors when compiling on HP-UX 11.0
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Jul 05 13:36:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        3.0
>Organization:
The Goodyear Tire & Rubber Company
>Environment:
System: HP-UX rds294 B.11.00 U 9000/785 2000387327 unlimited-user license


	
host: hppa2.0w-hp-hpux11.00
build: hppa2.0w-hp-hpux11.00
target: hppa2.0w-hp-hpux11.00
configured with: ../gcc-3.0/configure --cache-file=/dev/null --prefix=/home/rdstt1/t901353/local
>Description:
	Trying to use the HP cc compiler to build gcc 3.0.  I get the following:

*** This configuration is not supported in the following subdirectories:
     target-libffi target-boehm-gc target-zlib target-libjava
    (Any other directories should still work fine.)
Created "Makefile" in /home/rdstt1/t901353/src/gcc-3.0_obj2 using "mh-frag"
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on a PA 1.x system.
Configuring libiberty...
loading cache /dev/null
checking host system type... hppa2.0n-hp-hpux11.00
checking build system type... hppa2.0n-hp-hpux11.00
checking for ar... ar
checking for ranlib... ranlib
checking for gcc... cc
checking whether we are using GNU C... no
checking for POSIXized ISC... no
checking for working const... yes
checking for inline... no
checking for a BSD compatible install... /opt/imake/bin/install -c
checking how to run the C preprocessor... cc -E
checking for sys/file.h... yes
checking for sys/param.h... yes
checking for limits.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for unistd.h... yes
checking for strings.h... yes
checking for sys/time.h... yes
checking for time.h... yes
checking for sys/resource.h... yes
checking for sys/stat.h... yes
checking for sys/mman.h... yes
checking for fcntl.h... yes
checking for 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 whether the C compiler (cc -g ) works... yes
checking whether the C compiler (cc -g ) 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 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 for working alloca.h... yes
checking for alloca... yes
checking for ANSI C header files... yes
checking for pid_t... yes
checking for vfork.h... no
checking for working vfork... 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 /dev/null
creating ./config.status
creating Makefile
creating testsuite/Makefile
creating config.h
Configuring zlib...
loading cache /dev/null
checking host system type... hppa2.0n-hp-hpux11.00
checking target system type... hppa2.0n-hp-hpux11.00
checking build system type... hppa2.0n-hp-hpux11.00
checking for a BSD compatible install... /opt/imake/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... cc
checking whether we are using GNU C... no
checking for non-GNU ld... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /home/rdstt1/t901353/local/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library
checking for object suffix... o
checking for ranlib... ranlib
checking for strip... strip
updating cache /dev/null
checking for objdir... .libs
checking for cc option to produce PIC... +Z -DPIC
checking if cc PIC flag +Z -DPIC works... yes
checking if cc static flag -Wl,-a -Wl,archive works... yes
finding the maximum length of command line arguments... 786433
checking if cc supports -c -o file.o... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... relink
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... hpux11.00 dld.sl
checking command to parse /home/rdstt1/t901353/local/bin/nm -B output... ok
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
creating libtool
updating cache /dev/null
loading cache /dev/null
checking how to run the C preprocessor... cc -E
checking for unistd.h... yes
checking for getpagesize... yes
checking for working mmap... no
checking for memcpy... yes
checking for strerror... yes
checking for unistd.h... (cached) yes
updating cache /dev/null
creating ./config.status
creating Makefile
Configuring gcc...
loading cache /dev/null
checking LIBRARY_PATH variable... ok
checking GCC_EXEC_PREFIX variable... ok
checking host system type... hppa2.0n-hp-hpux11.00
checking target system type... hppa2.0n-hp-hpux11.00
checking build system type... hppa2.0n-hp-hpux11.00
checking for gcc... cc
checking whether the C compiler (cc -g ) works... yes
checking whether the C compiler (cc -g ) is a cross-compiler... no
checking whether we are using GNU C... no
checking whether cc accepts -g... yes
checking whether cc understands -c and -o together... yes
checking for long double... yes
checking for built-in _Bool... no
checking whether cc accepts -Wno-long-long... yes
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 inline... 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 volatile... yes
checking for ranlib... ranlib
checking for a BSD compatible install... /opt/imake/bin/install -c
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking whether time.h and sys/time.h may both be included... yes
checking for working stdbool.h... no
checking whether string.h and strings.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for limits.h... yes
checking for stddef.h... yes
checking for string.h... yes
checking for strings.h... yes
checking for stdlib.h... yes
checking for time.h... yes
checking for fcntl.h... yes
checking for unistd.h... yes
checking for stab.h... yes
checking for sys/file.h... yes
checking for sys/time.h... yes
checking for sys/resource.h... yes
checking for sys/param.h... yes
checking for sys/times.h... yes
checking for sys/stat.h... yes
checking for direct.h... no
checking for malloc.h... yes
checking for langinfo.h... yes
checking for iconv.h... yes
checking for thread.h... no
checking for pthread.h... yes
checking for gnatbind... no
checking for mktemp... yes
checking for makeinfo... makeinfo
checking for modern makeinfo... yes
checking for recent Pod::Man... no
checking for flex... false
checking for bison... bison
checking for preprocessor stringizing operator... yes
checking for inttypes.h... yes
checking for unsigned enumerated bitfields... no
checking for strtoul... yes
checking for bsearch... yes
checking for putenv... yes
checking for popen... yes
checking for bcopy... yes
checking for strchr... yes
checking for strrchr... yes
checking for kill... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for atoll... no
checking for atoq... no
checking for sysconf... yes
checking for isascii... yes
checking for gettimeofday... yes
checking for strsignal... no
checking for putc_unlocked... yes
checking for fputc_unlocked... no
checking for fputs_unlocked... no
checking for getrusage... yes
checking for iconv... 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 for vprintf... yes
checking for strstr... yes
checking whether the printf functions support %p... yes
checking for pid_t... yes
checking for vfork.h... no
checking for working vfork... yes
checking for getpagesize... yes
checking for working mmap from /dev/zero... no
checking for working mmap with MAP_ANON(YMOUS)... yes
checking for working mmap of a file... yes
checking whether bcopy is declared... yes
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 strstr is declared... yes
checking whether environ 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 getrlimit is declared... yes
checking whether setrlimit is declared... yes
checking whether getrusage is declared... yes
checking if mkdir takes one argument... no
Using `../../gcc-3.0/gcc/config/pa/pa.c' for machine-specific logic.
Using `../../gcc-3.0/gcc/config/pa/pa.md' as machine description file.
Using the following target machine macro files:
	../../gcc-3.0/gcc/config/pa/pa.h
	../../gcc-3.0/gcc/config/pa/pa32-regs.h
	../../gcc-3.0/gcc/config/pa/long_double.h
	../../gcc-3.0/gcc/config/pa/som.h
	../../gcc-3.0/gcc/config/pa/pa-hpux.h
	../../gcc-3.0/gcc/config/pa/pa-hpux11.h
Using `../../gcc-3.0/gcc/config/ pa/xm-pahpux.h' as host machine macro file.
checking for strerror in -lcposix... no
checking for working const... yes
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
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 string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... yes
checking for munmap... yes
checking for putenv... (cached) yes
checking for setenv... no
checking for setlocale... yes
checking for strchr... (cached) yes
checking for strcasecmp... yes
checking for strdup... yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for stpcpy... no
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... no
checking whether catgets can be used... no
checking for msgfmt... /home/rdstt1/t901353/local/bin/msgfmt
checking for gmsgfmt... /home/rdstt1/t901353/local/bin/msgfmt
checking for xgettext... /home/rdstt1/t901353/local/bin/xgettext
checking whether windows registry support is requested... yes
checking registry key on windows hosts... 3.0
checking what assembler to use... /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/as
checking what nm to use... nm
checking assembler alignment features... none
checking assembler subsection support... no
checking assembler weak support... yes
checking assembler hidden support... no
checking assembler leb128 support... yes
checking assembler eh_frame optimization... bad
checking assembler dwarf2 debug_line 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 hppa2.0n-hp-hpux11.00
updating cache /dev/null
creating ./config.status
creating Makefile
creating intl/Makefile
creating po/Makefile.in
creating fixinc/Makefile
creating gccbug
creating mklibgcc
creating auto-host.h
linking ../../gcc-3.0/gcc/intl/libgettext.h to intl/libintl.h
creating libintl.h
Configuring fastjar...
loading cache /dev/null
checking for a BSD compatible install... /opt/imake/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... cc
checking whether the C compiler (cc -g ) works... yes
checking whether the C compiler (cc -g ) is a cross-compiler... no
checking whether we are using GNU C... no
checking whether cc accepts -g... yes
checking for a BSD compatible install... /opt/imake/bin/install -c
checking for rm... /usr/bin/rm
checking for cp... /usr/bin/cp
checking for strip... /home/rdstt1/t901353/local/bin/strip
checking for chmod... /usr/bin/chmod
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for fcntl.h... yes
checking for unistd.h... yes
checking for sys/param.h... yes
checking for getopt.h... no
checking for off_t... yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking size of char... 1
checking size of short... 2
checking size of int... 4
checking size of long... 4
checking size of long long... 8
checking whether byte ordering is bigendian... yes
updating cache /dev/null
creating ./config.status
creating Makefile
creating install-defs.sh
creating config.h
GNUmake[1]: Entering directory `/home/rdstt1/t901353/src/gcc-3.0_obj2/libiberty'
if [ x"" != x ] && [ ! -d pic ]; then \
  mkdir pic; \
else true; fi
touch stamp-picdir
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include    ../../gcc-3.0/libiberty/argv.c -o pic/argv.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include   ../../gcc-3.0/libiberty/argv.c
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include    ../../gcc-3.0/libiberty/choose-temp.c -o pic/choose-temp.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include   ../../gcc-3.0/libiberty/choose-temp.c
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include    ../../gcc-3.0/libiberty/concat.c -o pic/concat.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include   ../../gcc-3.0/libiberty/concat.c
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include    ../../gcc-3.0/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include   ../../gcc-3.0/libiberty/cplus-dem.c
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include    ../../gcc-3.0/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include   ../../gcc-3.0/libiberty/cp-demangle.c
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include    ../../gcc-3.0/libiberty/dyn-string.c -o pic/dyn-string.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include   ../../gcc-3.0/libiberty/dyn-string.c
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include    ../../gcc-3.0/libiberty/fdmatch.c -o pic/fdmatch.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include   ../../gcc-3.0/libiberty/fdmatch.c
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include    ../../gcc-3.0/libiberty/fnmatch.c -o pic/fnmatch.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include   ../../gcc-3.0/libiberty/fnmatch.c
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include    ../../gcc-3.0/libiberty/getopt.c -o pic/getopt.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include   ../../gcc-3.0/libiberty/getopt.c
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include    ../../gcc-3.0/libiberty/getopt1.c -o pic/getopt1.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include   ../../gcc-3.0/libiberty/getopt1.c
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include    ../../gcc-3.0/libiberty/getpwd.c -o pic/getpwd.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include   ../../gcc-3.0/libiberty/getpwd.c
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include    ../../gcc-3.0/libiberty/getruntime.c -o pic/getruntime.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include   ../../gcc-3.0/libiberty/getruntime.c
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include    ../../gcc-3.0/libiberty/hashtab.c -o pic/hashtab.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include   ../../gcc-3.0/libiberty/hashtab.c
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include    ../../gcc-3.0/libiberty/hex.c -o pic/hex.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include   ../../gcc-3.0/libiberty/hex.c
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include    ../../gcc-3.0/libiberty/floatformat.c -o pic/floatformat.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include   ../../gcc-3.0/libiberty/floatformat.c
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include    ../../gcc-3.0/libiberty/lbasename.c -o pic/lbasename.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include   ../../gcc-3.0/libiberty/lbasename.c
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include    ../../gcc-3.0/libiberty/md5.c -o pic/md5.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include   ../../gcc-3.0/libiberty/md5.c
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include    ../../gcc-3.0/libiberty/objalloc.c -o pic/objalloc.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include   ../../gcc-3.0/libiberty/objalloc.c
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include    ../../gcc-3.0/libiberty/obstack.c -o pic/obstack.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include   ../../gcc-3.0/libiberty/obstack.c
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include    ../../gcc-3.0/libiberty/partition.c -o pic/partition.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include   ../../gcc-3.0/libiberty/partition.c
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include    ../../gcc-3.0/libiberty/pexecute.c -o pic/pexecute.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include   ../../gcc-3.0/libiberty/pexecute.c
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include    ../../gcc-3.0/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include   ../../gcc-3.0/libiberty/safe-ctype.c
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include    ../../gcc-3.0/libiberty/sort.c -o pic/sort.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include   ../../gcc-3.0/libiberty/sort.c
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include    ../../gcc-3.0/libiberty/spaces.c -o pic/spaces.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include   ../../gcc-3.0/libiberty/spaces.c
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include    ../../gcc-3.0/libiberty/splay-tree.c -o pic/splay-tree.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include   ../../gcc-3.0/libiberty/splay-tree.c
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include    ../../gcc-3.0/libiberty/strerror.c -o pic/strerror.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include   ../../gcc-3.0/libiberty/strerror.c
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include    ../../gcc-3.0/libiberty/strsignal.c -o pic/strsignal.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include   ../../gcc-3.0/libiberty/strsignal.c
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include    ../../gcc-3.0/libiberty/xatexit.c -o pic/xatexit.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include   ../../gcc-3.0/libiberty/xatexit.c
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include    ../../gcc-3.0/libiberty/xexit.c -o pic/xexit.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include   ../../gcc-3.0/libiberty/xexit.c
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include    ../../gcc-3.0/libiberty/xmalloc.c -o pic/xmalloc.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include   ../../gcc-3.0/libiberty/xmalloc.c
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include    ../../gcc-3.0/libiberty/xmemdup.c -o pic/xmemdup.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include   ../../gcc-3.0/libiberty/xmemdup.c
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include    ../../gcc-3.0/libiberty/xstrdup.c -o pic/xstrdup.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include   ../../gcc-3.0/libiberty/xstrdup.c
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include    ../../gcc-3.0/libiberty/xstrerror.c -o pic/xstrerror.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include   ../../gcc-3.0/libiberty/xstrerror.c
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include    ../../gcc-3.0/libiberty/asprintf.c -o pic/asprintf.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include   ../../gcc-3.0/libiberty/asprintf.c
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include    ../../gcc-3.0/libiberty/mkstemps.c -o pic/mkstemps.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include   ../../gcc-3.0/libiberty/mkstemps.c
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include    ../../gcc-3.0/libiberty/setenv.c -o pic/setenv.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include   ../../gcc-3.0/libiberty/setenv.c
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include    ../../gcc-3.0/libiberty/vasprintf.c -o pic/vasprintf.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-3.0/libiberty/../include   ../../gcc-3.0/libiberty/vasprintf.c
rm -f libiberty.a
ar rc libiberty.a \
  argv.o choose-temp.o concat.o cplus-dem.o cp-demangle.o dyn-string.o fdmatch.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o floatformat.o lbasename.o md5.o objalloc.o obstack.o partition.o pexecute.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o  asprintf.o mkstemps.o setenv.o vasprintf.o 
true libiberty.a
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 argv.o choose-temp.o concat.o cplus-dem.o cp-demangle.o dyn-string.o fdmatch.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o floatformat.o lbasename.o md5.o objalloc.o obstack.o partition.o pexecute.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o > required-list
GNUmake[2]: Entering directory `/home/rdstt1/t901353/src/gcc-3.0_obj2/libiberty/testsuite'
GNUmake[2]: Nothing to be done for `all'.
GNUmake[2]: Leaving directory `/home/rdstt1/t901353/src/gcc-3.0_obj2/libiberty/testsuite'
GNUmake[1]: Leaving directory `/home/rdstt1/t901353/src/gcc-3.0_obj2/libiberty'
GNUmake[1]: Entering directory `/home/rdstt1/t901353/src/gcc-3.0_obj2/zlib'
cc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.0/zlib      -g -c ../../gcc-3.0/zlib/adler32.c
cc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.0/zlib      -g -c ../../gcc-3.0/zlib/compress.c
cc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.0/zlib      -g -c ../../gcc-3.0/zlib/crc32.c
cc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.0/zlib      -g -c ../../gcc-3.0/zlib/deflate.c
cc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.0/zlib      -g -c ../../gcc-3.0/zlib/gzio.c
cc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.0/zlib      -g -c ../../gcc-3.0/zlib/infblock.c
cc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.0/zlib      -g -c ../../gcc-3.0/zlib/infcodes.c
cc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.0/zlib      -g -c ../../gcc-3.0/zlib/inffast.c
cc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.0/zlib      -g -c ../../gcc-3.0/zlib/inflate.c
cc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.0/zlib      -g -c ../../gcc-3.0/zlib/inftrees.c
cc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.0/zlib      -g -c ../../gcc-3.0/zlib/infutil.c
cc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.0/zlib      -g -c ../../gcc-3.0/zlib/trees.c
cc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.0/zlib      -g -c ../../gcc-3.0/zlib/uncompr.c
cc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.0/zlib      -g -c ../../gcc-3.0/zlib/zutil.c
rm -f libz.a
ar cru libz.a adler32.o compress.o crc32.o deflate.o gzio.o infblock.o infcodes.o inffast.o inflate.o inftrees.o infutil.o trees.o uncompr.o zutil.o 
true libz.a
true "AR_FLAGS=rc" "CC_FOR_BUILD=cc" "CFLAGS=-g" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g" "INSTALL=/bin/sh /home/rdstt1/t901353/src/gcc-3.0/install-sh -c" "INSTALL_DATA=/bin/sh /home/rdstt1/t901353/src/gcc-3.0/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh /home/rdstt1/t901353/src/gcc-3.0/install-sh -c " "INSTALL_SCRIPT=/bin/sh /home/rdstt1/t901353/src/gcc-3.0/install-sh -c" "LDFLAGS=" "LIBCFLAGS=-g" "LIBCFLAGS_FOR_TARGET=-g" "MAKE=GNUmake" "MAKEINFO=makeinfo  " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/home/rdstt1/t901353/local" "infodir=/home/rdstt1/t901353/local/info" "libdir=/home/rdstt1/t901353/local/lib" "prefix=/home/rdstt1/t901353/local" "tooldir=/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00" "AR=ar" "AS=as" "CC=cc" "CXX=c++" "LD=ld" "LIBCFLAGS=-g" "NM=nm" "PICFLAG=" "RANLIB=true" "DESTDIR=" DO=all multi-do
GNUmake[1]: Leaving directory `/home/rdstt1/t901353/src/gcc-3.0_obj2/zlib'
Bootstrapping the compiler
GNUmake[1]: Entering directory `/home/rdstt1/t901353/src/gcc-3.0_obj2/gcc'
GNUmake CC="cc" libdir=/home/rdstt1/t901353/local/lib LANGUAGES="c " \
	CFLAGS="-g " MAKEINFO="makeinfo " \
	MAKEINFOFLAGS=""
GNUmake[2]: Entering directory `/home/rdstt1/t901353/src/gcc-3.0_obj2/gcc'
HEADERS="auto-host.h gansidecl.h  pa/xm-pahpux.h defaults.h hwint.h" DEFINES="" \
TARGET_CPU_DEFAULT="MASK_PA_11" \
/bin/sh ../../gcc-3.0/gcc/mkconfig.sh config.h
HEADERS="gansidecl.h pa/pa.h pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux11.h defaults.h" DEFINES="" TARGET_CPU_DEFAULT="" \
TARGET_CPU_DEFAULT="MASK_PA_11" \
/bin/sh ../../gcc-3.0/gcc/mkconfig.sh tm.h
HEADERS="auto-host.h gansidecl.h  pa/xm-pahpux.h defaults.h hwint.h" DEFINES="" \
TARGET_CPU_DEFAULT="MASK_PA_11" \
/bin/sh ../../gcc-3.0/gcc/mkconfig.sh hconfig.h
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/gengenrtl.c
rm -f obstack.c
ln -s ../../gcc-3.0/gcc/../libiberty/obstack.c obstack.c
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include \
	obstack.c -o obstack.o
rm -f alloca.c
ln -s ../../gcc-3.0/gcc/../libiberty/alloca.c alloca.c
cc  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include \
 -c alloca.c
true
cc  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE  -o gengenrtl \
 gengenrtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` 
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (gengenrtl.o) was detected. The linked output may not run on a PA 1.x system.
./gengenrtl -h >tmp-genrtl.h
/bin/sh ../../gcc-3.0/gcc/move-if-change tmp-genrtl.h genrtl.h
./gengenrtl >tmp-genrtl.c
/bin/sh ../../gcc-3.0/gcc/move-if-change tmp-genrtl.c genrtl.c
echo timestamp > s-genrtl
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/gencodes.c
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/rtl.c -o rtl.o
cc: "../../gcc-3.0/gcc/machmode.def", line 72: warning 950: Shift amount should be in the range of zero through 31 bits.
cc: "../../gcc-3.0/gcc/machmode.def", line 73: warning 950: Shift amount should be in the range of zero through 31 bits.
cc: "../../gcc-3.0/gcc/machmode.def", line 74: warning 950: Shift amount should be in the range of zero through 31 bits.
cc: "../../gcc-3.0/gcc/machmode.def", line 75: warning 950: Shift amount should be in the range of zero through 31 bits.
cc: "../../gcc-3.0/gcc/machmode.def", line 82: warning 950: Shift amount should be in the range of zero through 31 bits.
cc: "../../gcc-3.0/gcc/machmode.def", line 83: warning 950: Shift amount should be in the range of zero through 31 bits.
cc: "../../gcc-3.0/gcc/machmode.def", line 88: warning 950: Shift amount should be in the range of zero through 31 bits.
cc: "../../gcc-3.0/gcc/machmode.def", line 89: warning 950: Shift amount should be in the range of zero through 31 bits.
cc: "../../gcc-3.0/gcc/machmode.def", line 90: warning 950: Shift amount should be in the range of zero through 31 bits.
cc: "../../gcc-3.0/gcc/machmode.def", line 91: warning 950: Shift amount should be in the range of zero through 31 bits.
cc: "../../gcc-3.0/gcc/machmode.def", line 95: warning 950: Shift amount should be in the range of zero through 31 bits.
cc: "../../gcc-3.0/gcc/machmode.def", line 96: warning 950: Shift amount should be in the range of zero through 31 bits.
cc: "../../gcc-3.0/gcc/machmode.def", line 97: warning 950: Shift amount should be in the range of zero through 31 bits.
cc: "../../gcc-3.0/gcc/machmode.def", line 98: warning 950: Shift amount should be in the range of zero through 31 bits.
cc: "../../gcc-3.0/gcc/machmode.def", line 99: warning 950: Shift amount should be in the range of zero through 31 bits.
cc: "../../gcc-3.0/gcc/machmode.def", line 102: warning 950: Shift amount should be in the range of zero through 31 bits.
cc: "../../gcc-3.0/gcc/machmode.def", line 103: warning 950: Shift amount should be in the range of zero through 31 bits.
cc: "../../gcc-3.0/gcc/machmode.def", line 104: warning 950: Shift amount should be in the range of zero through 31 bits.
cc: "../../gcc-3.0/gcc/machmode.def", line 105: warning 950: Shift amount should be in the range of zero through 31 bits.
cc: "../../gcc-3.0/gcc/machmode.def", line 106: warning 950: Shift amount should be in the range of zero through 31 bits.
cc: "../../gcc-3.0/gcc/machmode.def", line 112: warning 950: Shift amount should be in the range of zero through 31 bits.
cc: "../../gcc-3.0/gcc/machmode.def", line 113: warning 950: Shift amount should be in the range of zero through 31 bits.
cc: "../../gcc-3.0/gcc/machmode.def", line 114: warning 950: Shift amount should be in the range of zero through 31 bits.
cc: "../../gcc-3.0/gcc/machmode.def", line 116: warning 950: Shift amount should be in the range of zero through 31 bits.
cc: "../../gcc-3.0/gcc/machmode.def", line 117: warning 950: Shift amount should be in the range of zero through 31 bits.
cc: "../../gcc-3.0/gcc/machmode.def", line 118: warning 950: Shift amount should be in the range of zero through 31 bits.
cc: "../../gcc-3.0/gcc/machmode.def", line 119: warning 950: Shift amount should be in the range of zero through 31 bits.
cc: "../../gcc-3.0/gcc/machmode.def", line 121: warning 950: Shift amount should be in the range of zero through 31 bits.
cc: "../../gcc-3.0/gcc/machmode.def", line 122: warning 950: Shift amount should be in the range of zero through 31 bits.
cc: "../../gcc-3.0/gcc/machmode.def", line 123: warning 950: Shift amount should be in the range of zero through 31 bits.
cc: "../../gcc-3.0/gcc/machmode.def", line 124: warning 950: Shift amount should be in the range of zero through 31 bits.
cc: "../../gcc-3.0/gcc/machmode.def", line 126: warning 950: Shift amount should be in the range of zero through 31 bits.
cc: "../../gcc-3.0/gcc/machmode.def", line 128: warning 950: Shift amount should be in the range of zero through 31 bits.
cc: "../../gcc-3.0/gcc/machmode.def", line 129: warning 950: Shift amount should be in the range of zero through 31 bits.
cc: "../../gcc-3.0/gcc/machmode.def", line 131: warning 950: Shift amount should be in the range of zero through 31 bits.
cc: "../../gcc-3.0/gcc/machmode.def", line 132: warning 950: Shift amount should be in the range of zero through 31 bits.
cc: "../../gcc-3.0/gcc/machmode.def", line 134: warning 950: Shift amount should be in the range of zero through 31 bits.
cc: "../../gcc-3.0/gcc/machmode.def", line 135: warning 950: Shift amount should be in the range of zero through 31 bits.
cc: "../../gcc-3.0/gcc/machmode.def", line 148: warning 950: Shift amount should be in the range of zero through 31 bits.
cc: "../../gcc-3.0/gcc/machmode.def", line 151: warning 950: Shift amount should be in the range of zero through 31 bits.
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/bitmap.c -o bitmap.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/ggc-none.c -o ggc-none.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/gensupport.c
rm -f hashtab.c
ln -s ../../gcc-3.0/gcc/../libiberty/hashtab.c hashtab.c
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include hashtab.c
rm -f safe-ctype.c
ln -s ../../gcc-3.0/gcc/../libiberty/safe-ctype.c safe-ctype.c
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include safe-ctype.c
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/print-rtl.c -o print-rtl.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/errors.c -o errors.o
cc  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE  -o gencodes \
 gencodes.o rtl.o bitmap.o ggc-none.o gensupport.o hashtab.o safe-ctype.o print-rtl.o errors.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` 
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (gencodes.o) was detected. The linked output may not run on a PA 1.x system.
./gencodes ../../gcc-3.0/gcc/config/pa/pa.md > tmp-codes.h
/bin/sh ../../gcc-3.0/gcc/move-if-change tmp-codes.h insn-codes.h
echo timestamp > s-codes
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/genflags.c
cc  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE  -o genflags \
 genflags.o rtl.o bitmap.o ggc-none.o gensupport.o hashtab.o safe-ctype.o print-rtl.o errors.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` 
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (genflags.o) was detected. The linked output may not run on a PA 1.x system.
./genflags ../../gcc-3.0/gcc/config/pa/pa.md > tmp-flags.h
/bin/sh ../../gcc-3.0/gcc/move-if-change tmp-flags.h insn-flags.h
echo timestamp > s-flags
(cd intl && GNUmake all)
GNUmake[3]: Entering directory `/home/rdstt1/t901353/src/gcc-3.0_obj2/gcc/intl'
cc -c -DIN_GCC -DLOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" -DGNULOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/home/rdstt1/t901353/local/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../../../gcc-3.0/gcc/intl -I../../../gcc-3.0/gcc/lib -I../../../gcc-3.0/gcc/intl/.. -I../../../gcc-3.0/gcc/intl/../config -I../../../gcc-3.0/gcc/intl/../../include  -g    ../../../gcc-3.0/gcc/intl/intl-compat.c
cc -c -DIN_GCC -DLOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" -DGNULOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/home/rdstt1/t901353/local/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../../../gcc-3.0/gcc/intl -I../../../gcc-3.0/gcc/lib -I../../../gcc-3.0/gcc/intl/.. -I../../../gcc-3.0/gcc/intl/../config -I../../../gcc-3.0/gcc/intl/../../include  -g    ../../../gcc-3.0/gcc/intl/bindtextdom.c
cc -c -DIN_GCC -DLOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" -DGNULOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/home/rdstt1/t901353/local/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../../../gcc-3.0/gcc/intl -I../../../gcc-3.0/gcc/lib -I../../../gcc-3.0/gcc/intl/.. -I../../../gcc-3.0/gcc/intl/../config -I../../../gcc-3.0/gcc/intl/../../include  -g    ../../../gcc-3.0/gcc/intl/dcgettext.c
cc -c -DIN_GCC -DLOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" -DGNULOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/home/rdstt1/t901353/local/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../../../gcc-3.0/gcc/intl -I../../../gcc-3.0/gcc/lib -I../../../gcc-3.0/gcc/intl/.. -I../../../gcc-3.0/gcc/intl/../config -I../../../gcc-3.0/gcc/intl/../../include  -g    ../../../gcc-3.0/gcc/intl/dgettext.c
cc -c -DIN_GCC -DLOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" -DGNULOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/home/rdstt1/t901353/local/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../../../gcc-3.0/gcc/intl -I../../../gcc-3.0/gcc/lib -I../../../gcc-3.0/gcc/intl/.. -I../../../gcc-3.0/gcc/intl/../config -I../../../gcc-3.0/gcc/intl/../../include  -g    ../../../gcc-3.0/gcc/intl/gettext.c
cc -c -DIN_GCC -DLOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" -DGNULOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/home/rdstt1/t901353/local/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../../../gcc-3.0/gcc/intl -I../../../gcc-3.0/gcc/lib -I../../../gcc-3.0/gcc/intl/.. -I../../../gcc-3.0/gcc/intl/../config -I../../../gcc-3.0/gcc/intl/../../include  -g    ../../../gcc-3.0/gcc/intl/finddomain.c
cc -c -DIN_GCC -DLOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" -DGNULOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/home/rdstt1/t901353/local/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../../../gcc-3.0/gcc/intl -I../../../gcc-3.0/gcc/lib -I../../../gcc-3.0/gcc/intl/.. -I../../../gcc-3.0/gcc/intl/../config -I../../../gcc-3.0/gcc/intl/../../include  -g    ../../../gcc-3.0/gcc/intl/loadmsgcat.c
cc -c -DIN_GCC -DLOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" -DGNULOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/home/rdstt1/t901353/local/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../../../gcc-3.0/gcc/intl -I../../../gcc-3.0/gcc/lib -I../../../gcc-3.0/gcc/intl/.. -I../../../gcc-3.0/gcc/intl/../config -I../../../gcc-3.0/gcc/intl/../../include  -g    ../../../gcc-3.0/gcc/intl/localealias.c
cc -c -DIN_GCC -DLOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" -DGNULOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/home/rdstt1/t901353/local/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../../../gcc-3.0/gcc/intl -I../../../gcc-3.0/gcc/lib -I../../../gcc-3.0/gcc/intl/.. -I../../../gcc-3.0/gcc/intl/../config -I../../../gcc-3.0/gcc/intl/../../include  -g    ../../../gcc-3.0/gcc/intl/textdomain.c
cc -c -DIN_GCC -DLOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" -DGNULOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/home/rdstt1/t901353/local/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../../../gcc-3.0/gcc/intl -I../../../gcc-3.0/gcc/lib -I../../../gcc-3.0/gcc/intl/.. -I../../../gcc-3.0/gcc/intl/../config -I../../../gcc-3.0/gcc/intl/../../include  -g    ../../../gcc-3.0/gcc/intl/l10nflist.c
cc -c -DIN_GCC -DLOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" -DGNULOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/home/rdstt1/t901353/local/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../../../gcc-3.0/gcc/intl -I../../../gcc-3.0/gcc/lib -I../../../gcc-3.0/gcc/intl/.. -I../../../gcc-3.0/gcc/intl/../config -I../../../gcc-3.0/gcc/intl/../../include  -g    ../../../gcc-3.0/gcc/intl/explodename.c
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
ranlib libintl.a
GNUmake[3]: Leaving directory `/home/rdstt1/t901353/src/gcc-3.0_obj2/gcc/intl'
(cd po && GNUmake all)
GNUmake[3]: Entering directory `/home/rdstt1/t901353/src/gcc-3.0_obj2/gcc/po'
GNUmake[3]: Nothing to be done for `all'.
GNUmake[3]: Leaving directory `/home/rdstt1/t901353/src/gcc-3.0_obj2/gcc/po'
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include \
  ../../gcc-3.0/gcc/gencheck.c
cc  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE  -o gencheck \
 gencheck.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` 
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (gencheck.o) was detected. The linked output may not run on a PA 1.x system.
./gencheck > tmp-check.h
/bin/sh ../../gcc-3.0/gcc/move-if-change tmp-check.h tree-check.h
echo timestamp > s-check
cc  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -c ../../gcc-3.0/gcc/c-parse.c
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/c-lang.c -o c-lang.o
HEADERS="pa/pa-protos.h" DEFINES="" TARGET_CPU_DEFAULT="" \
/bin/sh ../../gcc-3.0/gcc/mkconfig.sh tm_p.h
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/c-errors.c -o c-errors.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/c-lex.c -o c-lex.o
cc: "../../gcc-3.0/gcc/c-lex.c", line 1217: warning 527: Integral value implicitly converted to pointer in assignment.
cc: "../../gcc-3.0/gcc/c-lex.c", line 1516: warning 527: Integral value implicitly converted to pointer in assignment.
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/c-pragma.c -o c-pragma.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/c-decl.c -o c-decl.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/c-typeck.c -o c-typeck.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/c-convert.c -o c-convert.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/c-aux-info.c -o c-aux-info.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/c-common.c -o c-common.o
cc: "../../gcc-3.0/gcc/c-common.c", line 412: warning 527: Integral value implicitly converted to pointer in assignment.
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/c-format.c -o c-format.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/c-semantics.c -o c-semantics.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/c-dump.c -o c-dump.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/cpplib.c -o cpplib.o
cc: "../../gcc-3.0/gcc/cpplib.c", line 1548: warning 527: Integral value implicitly converted to pointer in assignment.
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/cpplex.c -o cpplex.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/cppmacro.c -o cppmacro.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/cppexp.c -o cppexp.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/cppfiles.c -o cppfiles.o
cc: "../../gcc-3.0/gcc/cppfiles.c", line 973: warning 527: Integral value implicitly converted to pointer in assignment.
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/cpphash.c -o cpphash.o
cc: "../../gcc-3.0/gcc/cpphash.c", line 164: warning 604: Pointers are not assignment-compatible.
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/cpperror.c -o cpperror.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/cppinit.c -o cppinit.o
cc: "../../gcc-3.0/gcc/cppinit.c", line 737: warning 527: Integral value implicitly converted to pointer in assignment.
cc: "../../gcc-3.0/gcc/cppinit.c", line 748: warning 527: Integral value implicitly converted to pointer in assignment.
cc  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include \
  -DGCC_INCLUDE_DIR=\"/home/rdstt1/t901353/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.0/include\" -DGPLUSPLUS_INCLUDE_DIR=\"/home/rdstt1/t901353/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.0/../../../..`echo /home/rdstt1/t901353/local | sed -e 's|^/home/rdstt1/t901353/local||' -e 's|/[^/]*|/..|g'`/include/g++-v3\" -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/home/rdstt1/t901353/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.0/../../../..`echo /home/rdstt1/t901353/local | sed -e 's|^/home/rdstt1/t901353/local||' -e 's|/[^/]*|/..|g'`/include/g++-v3/hppa2.0n-hp-hpux11.00\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/home/rdstt1/t901353/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.0/../../../..`echo /home/rdstt1/t901353/local | sed -e 's|^/home/rdstt1/t901353/local||' -e 's|/[^/]*|/..|g'`/include/g++-v3/backward\" -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/home/rdstt1/t901353/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.0/../../../../hppa2.0n-hp-hpux11.00/sys-include\" -DTOOL_INCLUDE_DIR=\"/h!
ome/rdstt1/t901353/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.0/../../../../hppa2.0n-hp-hpux11.00/include\" \
  -c ../../gcc-3.0/gcc/cppdefault.c
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/mkdeps.c -o mkdeps.o
cc  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include \
-DPREFIX=\"/home/rdstt1/t901353/local\" \
  -c ../../gcc-3.0/gcc/prefix.c
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/version.c -o version.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/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 mkdeps.o prefix.o version.o mbchar.o
if [ -f ranlib ] || [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ; then ranlib libcpp.a ; else true ; fi
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/genattr.c
cc  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE  -o genattr \
 genattr.o rtl.o bitmap.o ggc-none.o gensupport.o hashtab.o safe-ctype.o print-rtl.o errors.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` 
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (genattr.o) was detected. The linked output may not run on a PA 1.x system.
./genattr ../../gcc-3.0/gcc/config/pa/pa.md > tmp-attr.h
/bin/sh ../../gcc-3.0/gcc/move-if-change tmp-attr.h insn-attr.h
echo timestamp > s-attr
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/genconfig.c
cc  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE  -o genconfig \
  genconfig.o rtl.o bitmap.o ggc-none.o gensupport.o hashtab.o safe-ctype.o print-rtl.o errors.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` 
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (genconfig.o) was detected. The linked output may not run on a PA 1.x system.
./genconfig ../../gcc-3.0/gcc/config/pa/pa.md > tmp-config.h
/bin/sh ../../gcc-3.0/gcc/move-if-change tmp-config.h insn-config.h
echo timestamp > s-config
cc  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 \
  -DTARGET_NAME=\"hppa2.0n-hp-hpux11.00\" \
  -c ../../gcc-3.0/gcc/toplev.c
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/diagnostic.c -o diagnostic.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/tree.c -o tree.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/print-tree.c -o print-tree.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/stor-layout.c -o stor-layout.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/fold-const.c -o fold-const.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/function.c -o function.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/stmt.c -o stmt.o
cc: "../../gcc-3.0/gcc/stmt.c", line 1331: warning 527: Integral value implicitly converted to pointer in assignment.
cc: "../../gcc-3.0/gcc/stmt.c", line 1455: warning 527: Integral value implicitly converted to pointer in assignment.
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/except.c -o except.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/expr.c -o expr.o
cc: "../../gcc-3.0/gcc/expr.c", line 1806: warning 602: Integer constant exceeds its storage.     
cc: "../../gcc-3.0/gcc/expr.c", line 1806: warning 602: Integer constant exceeds its storage.     
cc: "../../gcc-3.0/gcc/expr.c", line 1806: warning 602: Integer constant exceeds its storage.     
cc: "../../gcc-3.0/gcc/expr.c", line 2308: warning 602: Integer constant exceeds its storage.     
cc: "../../gcc-3.0/gcc/expr.c", line 2308: warning 602: Integer constant exceeds its storage.     
cc: "../../gcc-3.0/gcc/expr.c", line 2308: warning 602: Integer constant exceeds its storage.     
cc: "../../gcc-3.0/gcc/expr.c", line 2716: warning 602: Integer constant exceeds its storage.     
cc: "../../gcc-3.0/gcc/expr.c", line 2716: warning 602: Integer constant exceeds its storage.     
cc: "../../gcc-3.0/gcc/expr.c", line 2716: warning 602: Integer constant exceeds its storage.     
cc: "../../gcc-3.0/gcc/expr.c", line 3401: warning 602: Integer constant exceeds its storage.     
cc: "../../gcc-3.0/gcc/expr.c", line 3401: warning 602: Integer constant exceeds its storage.     
cc: "../../gcc-3.0/gcc/expr.c", line 3401: warning 602: Integer constant exceeds its storage.     
cc: "../../gcc-3.0/gcc/expr.c", line 6882: warning 602: Integer constant exceeds its storage.     
cc: "../../gcc-3.0/gcc/expr.c", line 6882: warning 602: Integer constant exceeds its storage.     
cc: "../../gcc-3.0/gcc/expr.c", line 6882: warning 602: Integer constant exceeds its storage.     
cc: "../../gcc-3.0/gcc/expr.c", line 8880: warning 602: Integer constant exceeds its storage.     
cc: "../../gcc-3.0/gcc/expr.c", line 8880: warning 602: Integer constant exceeds its storage.     
cc: "../../gcc-3.0/gcc/expr.c", line 8880: warning 602: Integer constant exceeds its storage.     
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/calls.c -o calls.o
cc: "../../gcc-3.0/gcc/calls.c", line 3606: warning 602: Integer constant exceeds its storage.     
cc: "../../gcc-3.0/gcc/calls.c", line 3606: warning 602: Integer constant exceeds its storage.     
cc: "../../gcc-3.0/gcc/calls.c", line 3606: warning 602: Integer constant exceeds its storage.     
cc: "../../gcc-3.0/gcc/calls.c", line 3660: warning 602: Integer constant exceeds its storage.     
cc: "../../gcc-3.0/gcc/calls.c", line 3660: warning 602: Integer constant exceeds its storage.     
cc: "../../gcc-3.0/gcc/calls.c", line 3660: warning 602: Integer constant exceeds its storage.     
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/expmed.c -o expmed.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/explow.c -o explow.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/optabs.c -o optabs.o
cc: "../../gcc-3.0/gcc/optabs.c", line 4466: warning 527: Integral value implicitly converted to pointer in assignment.
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/real.c -o real.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/builtins.c -o builtins.o
cc: "../../gcc-3.0/gcc/builtins.c", line 2020: warning 527: Integral value implicitly converted to pointer in assignment.
cc  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include \
  -DLOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" \
  -c ../../gcc-3.0/gcc/intl.c
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/varasm.c -o varasm.o
cc: "../../gcc-3.0/gcc/varasm.c", line 629: warning 527: Integral value implicitly converted to pointer in assignment.
cc: "../../gcc-3.0/gcc/varasm.c", line 728: warning 527: Integral value implicitly converted to pointer in assignment.
cc: "../../gcc-3.0/gcc/varasm.c", line 1099: warning 604: Pointers are not assignment-compatible.
cc: "../../gcc-3.0/gcc/varasm.c", line 1099: warning 563: Argument #2 is not the correct type.
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/rtlanal.c -o rtlanal.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/emit-rtl.c -o emit-rtl.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include genrtl.c -o genrtl.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/dbxout.c -o dbxout.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/sdbout.c -o sdbout.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/dwarfout.c -o dwarfout.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/dwarf2asm.c -o dwarf2asm.o
cc: "../../gcc-3.0/gcc/dwarf2asm.c", line 400: warning 604: Pointers are not assignment-compatible.
cc: "../../gcc-3.0/gcc/dwarf2asm.c", line 400: warning 563: Argument #2 is not the correct type.
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/dwarf2out.c -o dwarf2out.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/xcoffout.c -o xcoffout.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/alias.c -o alias.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/gcse.c -o gcse.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/integrate.c -o integrate.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/jump.c -o jump.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/cse.c -o cse.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/loop.c -o loop.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/doloop.c -o doloop.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/unroll.c -o unroll.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/flow.c -o flow.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/combine.c -o combine.o
cc: "../../gcc-3.0/gcc/combine.c", line 9759: warning 604: Pointers are not assignment-compatible.
cc: "../../gcc-3.0/gcc/combine.c", line 9759: warning 563: Argument #1 is not the correct type.
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/varray.c -o varray.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/regclass.c -o regclass.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/regmove.c -o regmove.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/local-alloc.c -o local-alloc.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/global.c -o global.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/reload.c -o reload.o
cc: "../../gcc-3.0/gcc/reload.c", line 5570: warning 602: Integer constant exceeds its storage.     
cc: "../../gcc-3.0/gcc/reload.c", line 5570: warning 602: Integer constant exceeds its storage.     
cc: "../../gcc-3.0/gcc/reload.c", line 5570: warning 602: Integer constant exceeds its storage.     
cc: "../../gcc-3.0/gcc/reload.c", line 5582: warning 602: Integer constant exceeds its storage.     
cc: "../../gcc-3.0/gcc/reload.c", line 5582: warning 602: Integer constant exceeds its storage.     
cc: "../../gcc-3.0/gcc/reload.c", line 5582: warning 602: Integer constant exceeds its storage.     
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/reload1.c -o reload1.o
cc: "../../gcc-3.0/gcc/reload1.c", line 808: warning 602: Integer constant exceeds its storage.     
cc: "../../gcc-3.0/gcc/reload1.c", line 808: warning 602: Integer constant exceeds its storage.     
cc: "../../gcc-3.0/gcc/reload1.c", line 808: warning 602: Integer constant exceeds its storage.     
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/caller-save.c -o caller-save.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/genpeep.c
cc  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE  -o genpeep \
 genpeep.o rtl.o bitmap.o ggc-none.o gensupport.o hashtab.o safe-ctype.o print-rtl.o errors.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` 
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (genpeep.o) was detected. The linked output may not run on a PA 1.x system.
./genpeep ../../gcc-3.0/gcc/config/pa/pa.md > tmp-peep.c
/bin/sh ../../gcc-3.0/gcc/move-if-change tmp-peep.c insn-peep.c
echo timestamp > s-peep
cc  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -c insn-peep.c
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/reorg.c -o reorg.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/haifa-sched.c -o haifa-sched.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/final.c -o final.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/recog.c -o recog.o
cc: "../../gcc-3.0/gcc/recog.c", line 1019: warning 602: Integer constant exceeds its storage.     
cc: "../../gcc-3.0/gcc/recog.c", line 1019: warning 602: Integer constant exceeds its storage.     
cc: "../../gcc-3.0/gcc/recog.c", line 1019: warning 602: Integer constant exceeds its storage.     
cc: "../../gcc-3.0/gcc/recog.c", line 1208: warning 602: Integer constant exceeds its storage.     
cc: "../../gcc-3.0/gcc/recog.c", line 1208: warning 602: Integer constant exceeds its storage.     
cc: "../../gcc-3.0/gcc/recog.c", line 1208: warning 602: Integer constant exceeds its storage.     
cc: "../../gcc-3.0/gcc/recog.c", line 1272: warning 602: Integer constant exceeds its storage.     
cc: "../../gcc-3.0/gcc/recog.c", line 1272: warning 602: Integer constant exceeds its storage.     
cc: "../../gcc-3.0/gcc/recog.c", line 1272: warning 602: Integer constant exceeds its storage.     
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/reg-stack.c -o reg-stack.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/regrename.c -o regrename.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/genopinit.c
cc  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE  -o genopinit \
 genopinit.o rtl.o bitmap.o ggc-none.o gensupport.o hashtab.o safe-ctype.o print-rtl.o errors.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` 
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (genopinit.o) was detected. The linked output may not run on a PA 1.x system.
./genopinit ../../gcc-3.0/gcc/config/pa/pa.md > tmp-opinit.c
/bin/sh ../../gcc-3.0/gcc/move-if-change tmp-opinit.c insn-opinit.c
echo timestamp > s-opinit
cc  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -c insn-opinit.c
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/genrecog.c
cc  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE  -o genrecog \
 genrecog.o rtl.o bitmap.o ggc-none.o gensupport.o hashtab.o safe-ctype.o print-rtl.o errors.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` 
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (genrecog.o) was detected. The linked output may not run on a PA 1.x system.
./genrecog ../../gcc-3.0/gcc/config/pa/pa.md > tmp-recog.c
/bin/sh ../../gcc-3.0/gcc/move-if-change tmp-recog.c insn-recog.c
echo timestamp > s-recog
cc  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -c insn-recog.c
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/genextract.c
cc  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE  -o genextract \
 genextract.o rtl.o bitmap.o ggc-none.o gensupport.o hashtab.o safe-ctype.o print-rtl.o errors.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` 
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (genextract.o) was detected. The linked output may not run on a PA 1.x system.
./genextract ../../gcc-3.0/gcc/config/pa/pa.md > tmp-extract.c
/bin/sh ../../gcc-3.0/gcc/move-if-change tmp-extract.c insn-extract.c
echo timestamp > s-extract
cc  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -c insn-extract.c
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/genoutput.c
cc  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE  -o genoutput \
 genoutput.o rtl.o bitmap.o ggc-none.o gensupport.o hashtab.o safe-ctype.o print-rtl.o errors.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` 
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (genoutput.o) was detected. The linked output may not run on a PA 1.x system.
./genoutput ../../gcc-3.0/gcc/config/pa/pa.md > tmp-output.c
/bin/sh ../../gcc-3.0/gcc/move-if-change tmp-output.c insn-output.c
echo timestamp > s-output
cc  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -c insn-output.c
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/genemit.c
cc  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE  -o genemit \
 genemit.o rtl.o bitmap.o ggc-none.o gensupport.o hashtab.o safe-ctype.o print-rtl.o errors.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` 
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (genemit.o) was detected. The linked output may not run on a PA 1.x system.
./genemit ../../gcc-3.0/gcc/config/pa/pa.md > tmp-emit.c
/bin/sh ../../gcc-3.0/gcc/move-if-change tmp-emit.c insn-emit.c
echo timestamp > s-emit
cc  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -c insn-emit.c
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/lcm.c -o lcm.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/profile.c -o profile.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/genattrtab.c
cc  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE  -o genattrtab \
 genattrtab.o rtl.o bitmap.o ggc-none.o gensupport.o hashtab.o safe-ctype.o print-rtl.o errors.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` 
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (genattrtab.o) was detected. The linked output may not run on a PA 1.x system.
./genattrtab ../../gcc-3.0/gcc/config/pa/pa.md > tmp-attrtab.c
/bin/sh ../../gcc-3.0/gcc/move-if-change tmp-attrtab.c insn-attrtab.c
echo timestamp > s-attrtab
cc  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -c insn-attrtab.c
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include \
	../../gcc-3.0/gcc/config/pa/pa.c -o pa.o
cc: "../../gcc-3.0/gcc/config/pa/pa.c", line 5981: warning 527: Integral value implicitly converted to pointer in assignment.
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/convert.c -o convert.o
rm -f splay-tree.c
ln -s ../../gcc-3.0/gcc/../libiberty/splay-tree.c splay-tree.c
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include \
	splay-tree.c -o splay-tree.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/graph.c -o graph.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/sbitmap.c -o sbitmap.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/resource.c -o resource.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/hash.c -o hash.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/predict.c -o predict.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/lists.c -o lists.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/ggc-common.c -o ggc-common.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/ggc-page.c -o ggc-page.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/stringpool.c -o stringpool.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/simplify-rtx.c -o simplify-rtx.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/ssa.c -o ssa.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/bb-reorder.c -o bb-reorder.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/sibcall.c -o sibcall.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/conflict.c -o conflict.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/timevar.c -o timevar.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/ifcvt.c -o ifcvt.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/dominance.c -o dominance.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/dependence.c -o dependence.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/dce.c -o dce.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/sched-vis.c -o sched-vis.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/sched-deps.c -o sched-deps.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/sched-rgn.c -o sched-rgn.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/sched-ebb.c -o sched-ebb.o
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/params.c -o params.o
rm -rf libbackend.a
ar rc libbackend.a diagnostic.o version.o tree.o print-tree.o stor-layout.o fold-const.o function.o stmt.o except.o expr.o calls.o expmed.o explow.o optabs.o real.o builtins.o intl.o varasm.o rtl.o print-rtl.o rtlanal.o emit-rtl.o genrtl.o dbxout.o sdbout.o dwarfout.o dwarf2asm.o dwarf2out.o xcoffout.o bitmap.o alias.o gcse.o integrate.o jump.o cse.o loop.o doloop.o unroll.o flow.o combine.o varray.o regclass.o regmove.o local-alloc.o global.o reload.o reload1.o caller-save.o insn-peep.o reorg.o haifa-sched.o final.o recog.o reg-stack.o regrename.o insn-opinit.o insn-recog.o insn-extract.o insn-output.o insn-emit.o lcm.o profile.o insn-attrtab.o pa.o  convert.o mbchar.o splay-tree.o graph.o sbitmap.o resource.o hash.o predict.o lists.o ggc-common.o ggc-page.o stringpool.o simplify-rtx.o ssa.o bb-reorder.o sibcall.o conflict.o timevar.o ifcvt.o dominance.o dependence.o dce.o sched-vis.o sched-deps.o sched-rgn.o sched-ebb.o params.o
if [ -f ranlib ] || [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ; then ranlib libbackend.a ; else true ; fi
cc  -DIN_GCC    -g    -DHAVE_CONFIG_H  -o cc1 \
	c-parse.o c-lang.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-dump.o libcpp.a  toplev.o libbackend.a obstack.o alloca.o  ./intl/libintl.a      ../libiberty/libiberty.a
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (c-parse.o) was detected. The linked output may not run on a PA 1.x system.
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/tradcpp.c -o tradcpp.o
cc: "../../gcc-3.0/gcc/tradcpp.c", line 3318: warning 527: Integral value implicitly converted to pointer in assignment.
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/tradcif.c -o tradcif.o
cc  -DIN_GCC    -g    -DHAVE_CONFIG_H  -o tradcpp0 \
tradcpp.o tradcif.o mkdeps.o cppdefault.o version.o intl.o obstack.o alloca.o  ./intl/libintl.a      ../libiberty/libiberty.a
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (tradcpp.o) was detected. The linked output may not run on a PA 1.x system.
cc  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include  \
-DTARGET_MACHINE=\"hppa2.0n-hp-hpux11.00\" -DUSE_COLLECT2 \
-c ../../gcc-3.0/gcc/collect2.c
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/tlink.c -o tlink.o
/bin/sh ../../gcc-3.0/gcc/genmultilib \
  "`test yes != yes || echo `" \
  "`test yes != yes || echo `" \
  "`test yes != yes || echo `" \
  "`test yes != yes || echo `" \
  "`test yes != yes || echo `" \
  "`test yes != yes || echo `" \
	> tmp-mlib.h
/bin/sh ../../gcc-3.0/gcc/move-if-change tmp-mlib.h multilib.h
echo timestamp > s-mlib
(SHLIB_LINK='' \
SHLIB_MULTILIB=''; \
cc  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include \
  -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/home/rdstt1/t901353/local/lib/gcc-lib/\" -DDEFAULT_TARGET_VERSION=\"3.0\" -DDEFAULT_TARGET_MACHINE=\"hppa2.0n-hp-hpux11.00\" -DSTANDARD_BINDIR_PREFIX=\"/home/rdstt1/t901353/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.0/gcc/gcc.c)
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/gccspec.c -o gccspec.o
cc  -DIN_GCC    -g    -DHAVE_CONFIG_H  -o xgcc gcc.o gccspec.o intl.o \
  prefix.o version.o  obstack.o alloca.o  ./intl/libintl.a      ../libiberty/libiberty.a
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (gcc.o) was detected. The linked output may not run on a PA 1.x system.
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/cppmain.c -o cppmain.o
cc  -DIN_GCC    -g    -DHAVE_CONFIG_H  -o cpp0 cppmain.o \
intl.o libcpp.a obstack.o alloca.o  ./intl/libintl.a      ../libiberty/libiberty.a
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (cppmain.o) was detected. The linked output may not run on a PA 1.x system.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -dumpspecs > tmp-specs
mv tmp-specs specs
echo "int xxy_us_dummy;" >tmp-dum.c
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/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.0/gcc/move-if-change tmp-under.c underscore.c
rm -f tmp-dum.c tmp-dum.s
echo timestamp > s-under
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include underscore.c -o underscore.o
rm -f collect2
cc  -DIN_GCC    -g    -DHAVE_CONFIG_H  -o collect2 collect2.o tlink.o hash.o intl.o underscore.o version.o obstack.o alloca.o  ./intl/libintl.a      ../libiberty/libiberty.a
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (collect2.o) was detected. The linked output may not run on a PA 1.x system.
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/cppspec.c -o cppspec.o
cc  -DIN_GCC    -g    -DHAVE_CONFIG_H  -o cpp gcc.o cppspec.o intl.o \
  prefix.o version.o  obstack.o alloca.o  ./intl/libintl.a      ../libiberty/libiberty.a
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (gcc.o) was detected. The linked output may not run on a PA 1.x system.
if [ -f /usr/include/limits.h ] ; then \
  cat ../../gcc-3.0/gcc/limitx.h ../../gcc-3.0/gcc/glimits.h ../../gcc-3.0/gcc/limity.h > tmp-xlimits.h; \
else \
  cat ../../gcc-3.0/gcc/glimits.h > tmp-xlimits.h; \
fi
mv tmp-xlimits.h xlimits.h
(SHLIB_LINK='' \
SHLIB_MULTILIB=''; \
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/home/rdstt1/t901353/local/lib/gcc-lib/\" -DDEFAULT_TARGET_VERSION=\"3.0\" -DDEFAULT_TARGET_MACHINE=\"hppa2.0n-hp-hpux11.00\" -DSTANDARD_BINDIR_PREFIX=\"/home/rdstt1/t901353/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.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/cp/g++spec.c)
cc  -DIN_GCC    -g    -DHAVE_CONFIG_H  -o g++ \
  gcc.o g++spec.o intl.o prefix.o version.o   obstack.o alloca.o  ./intl/libintl.a      ../libiberty/libiberty.a
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (gcc.o) was detected. The linked output may not run on a PA 1.x system.
case "c " in \
  *[fF]77*) echo timestamp > lang-f77;; \
  *) rm -f lang-f77;; \
esac
if [ -f lang-f77 ]; then \
  cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include \
	../../gcc-3.0/gcc/f/g77spec.c -o g77spec.o; \
else true; fi
case "c " in \
  *[fF]77*) echo timestamp > lang-f77;; \
  *) rm -f lang-f77;; \
esac
if [ -f lang-f77 ]; then \
  cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -o g77version.o \
    ../../gcc-3.0/gcc/f/version.c; \
else true; fi
if [ -f lang-f77 ]; then \
  cc  -DIN_GCC    -g    -DHAVE_CONFIG_H  -o g77 gcc.o g77spec.o g77version.o \
   version.o prefix.o intl.o  obstack.o alloca.o  ./intl/libintl.a      ../libiberty/libiberty.a; \
else true; fi
(SHLIB_LINK='' \
SHLIB_MULTILIB=''; \
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/home/rdstt1/t901353/local/lib/gcc-lib/\" -DDEFAULT_TARGET_VERSION=\"3.0\" -DDEFAULT_TARGET_MACHINE=\"hppa2.0n-hp-hpux11.00\" -DSTANDARD_BINDIR_PREFIX=\"/home/rdstt1/t901353/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.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/java/jvspec.c)
cc  -DIN_GCC    -g    -DHAVE_CONFIG_H  -o gcj gcc.o jvspec.o prefix.o intl.o \
  version.o  obstack.o alloca.o  ./intl/libintl.a      ../libiberty/libiberty.a
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (gcc.o) was detected. The linked output may not run on a PA 1.x system.
if [ -f specs.ready ] ; then \
	true; \
else \
	echo timestamp > specs.ready; \
fi
(MAKE="GNUmake"; srcdir=`cd ../../gcc-3.0/gcc/fixinc && pwd` ; \
CC="cc"; CFLAGS="-g "; LDFLAGS=""; \
WARN_CFLAGS=""; \
export MAKE srcdir CC CFLAGS LDFLAGS WARN_CFLAGS; cd ./fixinc && \
/bin/sh ${srcdir}/mkfixinc.sh hppa2.0n-hp-hpux11.00 hppa2.0n-hp-hpux11.00)
constructing ../fixinc.sh for hppa2.0n-hp-hpux11.00 to run on hppa2.0n-hp-hpux11.00
GNUmake TARGETS=oneprocess SHELL="/bin/sh" CC="cc" CFLAGS="-g " LDFLAGS="" install-bin
GNUmake[3]: Entering directory `/home/rdstt1/t901353/src/gcc-3.0_obj2/gcc/fixinc'
/bin/sh ../../../gcc-3.0/gcc/fixinc/genfixes machname.h
Forbidden identifiers: PWB hp9000s800 hp9k8 hppa hpux unix 
cc -c -DIN_GCC -DHAVE_CONFIG_H -g    -I. -I.. -I../../../gcc-3.0/gcc/fixinc -I../../../gcc-3.0/gcc/fixinc/.. -I../../../gcc-3.0/gcc/fixinc/../config -I../../../gcc-3.0/gcc/fixinc/../../include ../../../gcc-3.0/gcc/fixinc/fixincl.c
cc -c -DIN_GCC -DHAVE_CONFIG_H -g    -I. -I.. -I../../../gcc-3.0/gcc/fixinc -I../../../gcc-3.0/gcc/fixinc/.. -I../../../gcc-3.0/gcc/fixinc/../config -I../../../gcc-3.0/gcc/fixinc/../../include ../../../gcc-3.0/gcc/fixinc/fixtests.c
cc -c -DIN_GCC -DHAVE_CONFIG_H -g    -I. -I.. -I../../../gcc-3.0/gcc/fixinc -I../../../gcc-3.0/gcc/fixinc/.. -I../../../gcc-3.0/gcc/fixinc/../config -I../../../gcc-3.0/gcc/fixinc/../../include ../../../gcc-3.0/gcc/fixinc/fixfixes.c
cc -c -DIN_GCC -DHAVE_CONFIG_H -g    -I. -I.. -I../../../gcc-3.0/gcc/fixinc -I../../../gcc-3.0/gcc/fixinc/.. -I../../../gcc-3.0/gcc/fixinc/../config -I../../../gcc-3.0/gcc/fixinc/../../include ../../../gcc-3.0/gcc/fixinc/server.c
cpp: "../../../gcc-3.0/gcc/fixinc/../config/pa/xm-pahpux.h", line 48: warning 2001: Redefinition of macro ONLY_INT_FIELDS.
cc -c -DIN_GCC -DHAVE_CONFIG_H -g    -I. -I.. -I../../../gcc-3.0/gcc/fixinc -I../../../gcc-3.0/gcc/fixinc/.. -I../../../gcc-3.0/gcc/fixinc/../config -I../../../gcc-3.0/gcc/fixinc/../../include ../../../gcc-3.0/gcc/fixinc/procopen.c
cpp: "../../../gcc-3.0/gcc/fixinc/../config/pa/xm-pahpux.h", line 48: warning 2001: Redefinition of macro ONLY_INT_FIELDS.
cc -c -DIN_GCC -DHAVE_CONFIG_H -g    -I. -I.. -I../../../gcc-3.0/gcc/fixinc -I../../../gcc-3.0/gcc/fixinc/.. -I../../../gcc-3.0/gcc/fixinc/../config -I../../../gcc-3.0/gcc/fixinc/../../include ../../../gcc-3.0/gcc/fixinc/gnu-regex.c
cc -c -DIN_GCC -DHAVE_CONFIG_H -g    -I. -I.. -I../../../gcc-3.0/gcc/fixinc -I../../../gcc-3.0/gcc/fixinc/.. -I../../../gcc-3.0/gcc/fixinc/../config -I../../../gcc-3.0/gcc/fixinc/../../include ../../../gcc-3.0/gcc/fixinc/fixlib.c
cc -DIN_GCC -DHAVE_CONFIG_H -g    -I. -I.. -I../../../gcc-3.0/gcc/fixinc -I../../../gcc-3.0/gcc/fixinc/.. -I../../../gcc-3.0/gcc/fixinc/../config -I../../../gcc-3.0/gcc/fixinc/../../include  -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o gnu-regex.o fixlib.o ../../libiberty/libiberty.a
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (fixincl.o) was detected. The linked output may not run on a PA 1.x system.
echo timestamp > full-stamp
./fixincl -v < /dev/null
'fixincl version 1.1'
chmod 755 ../fixinc.sh
GNUmake[3]: Leaving directory `/home/rdstt1/t901353/src/gcc-3.0_obj2/gcc/fixinc'
rm -rf include; mkdir include
chmod a+rx include
(TARGET_MACHINE=hppa2.0n-hp-hpux11.00; srcdir=`cd ../../gcc-3.0/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.0/gcc/gsyslimits.h include/syslimits.h; \
fi; \
chmod a+r include/syslimits.h)
Fixing headers into /home/rdstt1/t901353/src/gcc-3.0_obj2/gcc/include for hppa2.0n-hp-hpux11.00 target
Finding directories and links to directories
 Searching /usr/include/.
 Searching /usr/include/./X11/ICE
 Searching /usr/include/./X11/SM
 Searching /usr/include/./X11/extensions
 Searching /usr/include/./Mrm
 Searching /usr/include/./Xm
 Searching /usr/include/./uil
Making symbolic directory links
Fixing directory /usr/include into /home/rdstt1/t901353/src/gcc-3.0_obj2/gcc/include
Applying io_quotes_def            to sys/stropts.h
Applying io_quotes_def            to sys/dmapi/kdm_dmi.h
Applying io_quotes_def            to sys/dmapi/kdm_hsm.h
Applying io_quotes_use            to sys/fs/vx_aioctl.h
Applying io_quotes_use            to sys/fs/vx_ioctl.h
Applying machine_name             to sys/3bdkcom.h
Fixed:  sys/3bdkcom.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 AAA_ki                   to sys/ki.h
Applying AAA_ki_calls             to sys/ki_calls.h
Applying AAA_ki_defs              to sys/ki_defs.h
Applying io_quotes_def            to sys/mirror.h
Applying hp_inline                to sys/spinlock.h
Fixed:  sys/spinlock.h
Quoted includes in sys/spinlock.h
Applying AAA_time                 to sys/time.h
Applying gnu_types                to sys/types.h
Fixed:  sys/types.h
Quoted includes in sys/types.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
Quoted includes in rpc/auth.h
Applying sun_auth_proto           to rpc/clnt.h
Fixed:  rpc/clnt.h
Quoted includes in rpc/clnt.h
Applying sun_auth_proto           to rpc/svc.h
Fixed:  rpc/svc.h
Quoted includes in rpc/svc.h
Applying sun_auth_proto           to rpc/xdr.h
Fixed:  rpc/xdr.h
Quoted includes in rpc/xdr.h
Applying machine_name             to X11/Xfuncs.h
Fixed:  X11/Xfuncs.h
Applying avoid_wchar_t_type       to X11/Xlib.h
Fixed:  X11/Xlib.h
Applying machine_name             to X11/Xpoll.h
Fixed:  X11/Xpoll.h
Applying machine_name             to X11/Xthreads.h
Fixed:  X11/Xthreads.h
Applying avoid_bool_type          to curses_colr/curses.h
Applying avoid_wchar_t_type       to curses_colr/curses.h
Fixed:  curses_colr/curses.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 hpux11_uint32_c          to inttypes.h
Fixed:  inttypes.h
Quoted includes in inttypes.h
Applying io_quotes_def            to machine/cpu.h
Applying sun_malloc               to malloc.h
Fixed:  malloc.h
Applying hpux8_bogus_inlines      to math.h
Applying math_huge_val_ifndef     to math.h
Fixed:  math.h
Quoted includes in math.h
Applying gnu_types                to stddef.h
Fixed:  stddef.h
Applying stdio_stdarg_h           to stdio.h
Applying stdio_va_list            to stdio.h
Fixed:  stdio.h
Applying int_abort_free_and_exit  to stdlib.h
Applying sysz_stdlib_for_sun      to stdlib.h
Fixed:  stdlib.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 io_quotes_use            to facetterm.h
Fixed:  facetterm.h
Applying io_quotes_use            to facetwin.h
Fixed:  facetwin.h
Cannot access starbase.p2.h from /usr/include
	error 2 (No such file or directory)
Cannot access starbase.p1.h from /usr/include
	error 2 (No such file or directory)
Applying machine_name             to X11R6/X11/Xfuncs.h
Fixed:  X11R6/X11/Xfuncs.h
Applying avoid_wchar_t_type       to X11R6/X11/Xlib.h
Fixed:  X11R6/X11/Xlib.h
Applying machine_name             to X11R6/X11/Xpoll.h
Fixed:  X11R6/X11/Xpoll.h
Applying machine_name             to X11R6/X11/Xthreads.h
Fixed:  X11R6/X11/Xthreads.h
Cleaning up unneeded directories:
fixincludes is done
if [ "/usr/include" = "/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/sys-include" ] \
   && [ -d /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/sys-include ]; then \
  if [ -d /home/rdstt1/t901353/local/lib ] ; then true ; else mkdir /home/rdstt1/t901353/local/lib ; fi; \
  if [ -d /home/rdstt1/t901353/local/lib/gcc-lib ] ; then true ; else mkdir /home/rdstt1/t901353/local/lib/gcc-lib; fi; \
  if [ -d /home/rdstt1/t901353/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00 ] ; then true ; else mkdir /home/rdstt1/t901353/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00 ; fi; \
  if [ -d /home/rdstt1/t901353/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.0 ] ; then true ; else mkdir /home/rdstt1/t901353/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.0 ; 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.0/gcc/ginclude/stdarg.h ../../gcc-3.0/gcc/ginclude/stddef.h ../../gcc-3.0/gcc/ginclude/varargs.h ../../gcc-3.0/gcc/ginclude/proto.h ../../gcc-3.0/gcc/ginclude/stdbool.h ../../gcc-3.0/gcc/ginclude/iso646.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-i128.h != xMakefile.in ]; then \
  cp ../../gcc-3.0/gcc/config/float-i128.h include/float.h && \
  chmod a+r include/float.h; \
else :; fi
rm -f include/README
cp ../../gcc-3.0/gcc/README-fixinc include/README
chmod a+r include/README
echo timestamp > stmp-int-hdrs
if [ -d /usr/include ]; \
then \
  CC="./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include  -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include     -I. -I../../gcc-3.0/gcc -isystem include -isystem /usr/include"; \
  export CC; \
  /bin/sh ../../gcc-3.0/gcc/scan-types.sh "../../gcc-3.0/gcc" >tmp-deduced.h; \
  mv tmp-deduced.h deduced.h; \
else \
  echo timestamp > deduced.h; \
fi
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/gen-protos.c
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/scan.c
cc  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE  -o gen-protos \
  gen-protos.o scan.o ../libiberty/libiberty.a
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (gen-protos.o) was detected. The linked output may not run on a PA 1.x system.
sed -e s/TARGET_GETGROUPS_T/gid_t/ \
  deduced.h ../../gcc-3.0/gcc/sys-protos.h > tmp-fixtmp.c
mv tmp-fixtmp.c fixtmp.c
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/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
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/fix-header.c
cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/scan-decls.c
cc  -DIN_GCC    -g    -DHAVE_CONFIG_H -DGENERATOR_FILE  -o fix-header fix-header.o \
   scan-decls.o scan.o libcpp.a obstack.o alloca.o  ./intl/libintl.a      ../libiberty/libiberty.a
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (fix-header.o) was detected. The linked output may not run on a PA 1.x system.
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="-D_HPUX_SOURCE -D_HIUX_SOURCE"; export FIXPROTO_DEFINES; \
  mkinstalldirs="/bin/sh ../../gcc-3.0/gcc/mkinstalldirs"; \
    export mkinstalldirs; \
  if [ -d /usr/include ] ; then \
    /bin/sh ../../gcc-3.0/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 X11/Xfuncs.h
(No *.h files in /home/rdstt1/t901353/src/gcc-3.0_obj2/gcc/include/X11R6)
fix-header: fixing X11R6/X11/Xfuncs.h
fix-header: fixing errno.h
echo timestamp > stmp-fixproto
rm -f lib2funcs.asm
cp ../../gcc-3.0/gcc/config/pa/lib2funcs.asm .
objext='.o' \
OLDCC='cc' \
LIBGCC1='libgcc1.null' \
LIB1FUNCS='_mulsi3 _udivsi3 _divsi3 _umodsi3 _modsi3 _lshrsi3 _ashrsi3 _ashlsi3 _divdf3 _muldf3 _negdf2 _adddf3 _subdf3 _fixdfsi _fixsfsi _floatsidf _floatsisf _truncdfsf2 _extendsfdf2 _addsf3 _negsf2 _subsf3 _mulsf3 _divsf3 _eqdf2 _nedf2 _gtdf2 _gedf2 _ltdf2 _ledf2 _eqsf2 _nesf2 _gtsf2 _gesf2 _ltsf2 _lesf2' \
LIB1ASMFUNCS='' \
LIB1FUNCS_EXTRA='' \
LIB2FUNCS='_muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _clz _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _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='lib2funcs.asm quadlib.c' \
LIB2ADDEH='../../gcc-3.0/gcc/unwind-dw2.c ../../gcc-3.0/gcc/unwind-dw2-fde.c ../../gcc-3.0/gcc/unwind-sjlj.c' \
LIB2ADDEHDEP='unwind.inc unwind-dw2-fde.h' \
LIB2ADD_ST='' \
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' \
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/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include --print-multi-lib` \
EXTRA_MULTILIB_PARTS='' \
SHLIB_LINK='' \
SHLIB_INSTALL='' \
SHLIB_EXT='' \
SHLIB_MULTILIB='' \
SHLIB_MKMAP='' \
SHLIB_MAPFILES='' \
SHLIB_NM_FLAGS='-pg' \
  /bin/sh mklibgcc > tmp-libgcc.mk
mv tmp-libgcc.mk libgcc.mk
HEADERS="gansidecl.h  pa/xm-pahpux.h defaults.h" DEFINES="" TARGET_CPU_DEFAULT="" \
/bin/sh ../../gcc-3.0/gcc/mkconfig.sh tconfig.h
echo '#include "config.h"' > conftest.c
echo '#include "except.h"' >> conftest.c
echo 'xyzzy USING_SJLJ_EXCEPTIONS' >> conftest.c
cc -E conftest.c  -DIN_GCC    -g    -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include > conftest.out
sed -e 's/xyzzy/#define USING_SJLJ_EXCEPTIONS/' -e '/#define/p' \
-e d conftest.out >> tconfig.h
rm conftest.*
GNUmake GCC_FOR_TARGET="./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include" \
  HOST_PREFIX="" HOST_PREFIX_1="loser-" \
  AR_FOR_TARGET="` if [ -f /home/rdstt1/t901353/src/gcc-3.0_obj2/gcc/../binutils/ar ] ; then echo /home/rdstt1/t901353/src/gcc-3.0_obj2/gcc/../binutils/ar ; else if [ "hppa2.0n-hp-hpux11.00" = "hppa2.0n-hp-hpux11.00" ] ; then echo ar; else t='s,^,hppa2.0n-hp-hpux11.00-,'; echo ar | sed -e $t ; fi; fi`" \
  AR_CREATE_FOR_TARGET="` if [ -f /home/rdstt1/t901353/src/gcc-3.0_obj2/gcc/../binutils/ar ] ; then echo /home/rdstt1/t901353/src/gcc-3.0_obj2/gcc/../binutils/ar ; else if [ "hppa2.0n-hp-hpux11.00" = "hppa2.0n-hp-hpux11.00" ] ; then echo ar; else t='s,^,hppa2.0n-hp-hpux11.00-,'; echo ar | sed -e $t ; fi; fi`  rc" \
  AR_FLAGS_FOR_TARGET="" \
  OLDCC="cc" CCLIBFLAGS="-O" \
  CFLAGS="-g  " \
  RANLIB_FOR_TARGET="` if [ -f /home/rdstt1/t901353/src/gcc-3.0_obj2/gcc/../binutils/ranlib ] ; then echo /home/rdstt1/t901353/src/gcc-3.0_obj2/gcc/../binutils/ranlib ; else if [ "hppa2.0n-hp-hpux11.00" = "hppa2.0n-hp-hpux11.00" ] ; then echo ranlib; else t='s,^,hppa2.0n-hp-hpux11.00-,'; echo ranlib | sed -e $t ; fi; fi`" \
  RANLIB_TEST_FOR_TARGET="[ -f ` if [ -f /home/rdstt1/t901353/src/gcc-3.0_obj2/gcc/../binutils/ranlib ] ; then echo /home/rdstt1/t901353/src/gcc-3.0_obj2/gcc/../binutils/ranlib ; else if [ "hppa2.0n-hp-hpux11.00" = "hppa2.0n-hp-hpux11.00" ] ; then echo ranlib; else t='s,^,hppa2.0n-hp-hpux11.00-,'; echo ranlib | sed -e $t ; fi; fi` ] || ( [ "hppa2.0n-hp-hpux11.00" = "hppa2.0n-hp-hpux11.00" ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] )" \
  NM_FOR_TARGET="` if [ -f /home/rdstt1/t901353/src/gcc-3.0_obj2/gcc/../binutils/nm ] ; then echo /home/rdstt1/t901353/src/gcc-3.0_obj2/gcc/../binutils/nm ; else if [ "hppa2.0n-hp-hpux11.00" = "hppa2.0n-hp-hpux11.00" ] ; then echo nm; else t='s,^,hppa2.0n-hp-hpux11.00-,'; echo nm | sed -e $t ; fi; fi`" AWK="awk" \
  LIBGCC2_CFLAGS="-O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED " \
  INCLUDES="-I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include" MAYBE_USE_COLLECT2="-DUSE_COLLECT2" \
  CONFIG_H="tconfig.h  insn-codes.h insn-flags.h" MACHMODE_H="machmode.h machmode.def" \
  LIB1ASMSRC='' \
  MAKEOVERRIDES= \
  -f libgcc.mk all
GNUmake[3]: Entering directory `/home/rdstt1/t901353/src/gcc-3.0_obj2/gcc'
for d in libgcc; do \
  if [ -d $d ]; then true; else mkdir $d; fi \
done
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_muldi3 -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_muldi3.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_divdi3 -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_divdi3.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_moddi3 -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_moddi3.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_udivdi3 -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_udivdi3.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_umoddi3 -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_umoddi3.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_negdi2 -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_negdi2.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_lshrdi3 -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_lshrdi3.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_ashldi3 -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_ashldi3.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_ashrdi3 -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_ashrdi3.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_ffsdi2 -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_ffsdi2.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_clz -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_clz.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_udiv_w_sdiv -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_udiv_w_sdiv.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_udivmoddi4 -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_udivmoddi4.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_cmpdi2 -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_cmpdi2.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_ucmpdi2 -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_ucmpdi2.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_floatdidf -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_floatdidf.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_floatdisf -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_floatdisf.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_fixunsdfsi -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_fixunsdfsi.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_fixunssfsi -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_fixunssfsi.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_fixunsdfdi -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_fixunsdfdi.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_fixdfdi -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_fixdfdi.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_fixunssfdi -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_fixunssfdi.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_fixsfdi -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_fixsfdi.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_fixxfdi -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_fixxfdi.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_fixunsxfdi -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_fixunsxfdi.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_floatdixf -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_floatdixf.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_fixunsxfsi -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_fixunsxfsi.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_fixtfdi -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_fixtfdi.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_fixunstfdi -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_fixunstfdi.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_floatditf -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_floatditf.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_clear_cache -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_clear_cache.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_trampoline -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_trampoline.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL__main -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./__main.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
../../gcc-3.0/gcc/libgcc2.c: In function `__do_global_dtors':
../../gcc-3.0/gcc/libgcc2.c:2742: warning: function declaration isn't a prototype
../../gcc-3.0/gcc/libgcc2.c:2742: warning: function declaration isn't a prototype
../../gcc-3.0/gcc/libgcc2.c: At top level:
../../gcc-3.0/gcc/libgcc2.c:2792: warning: function declaration isn't a prototype
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_exit -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_exit.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_absvsi2 -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_absvsi2.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_absvdi2 -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_absvdi2.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_addvsi3 -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_addvsi3.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_addvdi3 -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_addvdi3.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_subvsi3 -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_subvsi3.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_subvdi3 -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_subvdi3.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_mulvsi3 -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_mulvsi3.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_mulvdi3 -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_mulvdi3.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_negvsi2 -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_negvsi2.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_negvdi2 -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_negvdi2.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -DUSE_COLLECT2 -DL_ctors -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_ctors.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -xassembler-with-cpp -c lib2funcs.asm -o libgcc/./lib2funcs.o
./xgcc -B./ -B/home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/bin/ -isystem /home/rdstt1/t901353/local/hppa2.0n-hp-hpux11.00/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -c quadlib.c -o libgcc/./quadlib.o
xgcc: quadlib.c: No such file or directory
xgcc: No input files
GNUmake[3]: *** [libgcc/./quadlib.o] Error 1
GNUmake[3]: Leaving directory `/home/rdstt1/t901353/src/gcc-3.0_obj2/gcc'
GNUmake[2]: *** [libgcc.a] Error 2
GNUmake[2]: Leaving directory `/home/rdstt1/t901353/src/gcc-3.0_obj2/gcc'
GNUmake[1]: *** [stage1_build] Error 2
GNUmake[1]: Leaving directory `/home/rdstt1/t901353/src/gcc-3.0_obj2/gcc'
GNUmake: *** [bootstrap] Error 2

>How-To-Repeat:
	see above
>Fix:
	
>Release-Note:
>Audit-Trail:
>Unformatted:


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