19991122 hppa1.1-hp-hpux11.0 --enable-checking can't compile gcc/expr.c with 64Mb data seg limit
Brown, Rodney
rodneybrown@pmsc.com
Wed Nov 24 19:40:00 GMT 1999
Title: 19991122 hppa1.1-hp-hpux11.0 --enable-checking can't compile gcc/expr.c with 64Mb data seg limit
--host=hppa1.1-hp-hpux11.00 --with-gnu-as --enable-checking
Can't compile gcc/expr.c with 64Mb data seg limit
NB alpha-dec-osf4.0e stack overflows with a 2Mb stack and a 128Mb
data seg size.
$ ./bash
./bash
bash-2.02$ ulimit -a
core file size (blocks)ÃÂ ÃÂ ÃÂ ÃÂ 2097151
data seg size (kbytes)ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ 65536
file size (blocks)ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ unlimited
max memory size (kbytes)ÃÂ ÃÂ ÃÂ unlimited
open filesÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ 60
pipe size (512 bytes)ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ 16
stack size (kbytes)ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ 8192
cpu time (seconds)ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ unlimited
max user processesÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ 76
virtual memory (kbytes)ÃÂ ÃÂ ÃÂ ÃÂ unlimited
$ . ./tmp.rdb
. ./tmp.rdb
Reading specs from stage1/specs
gcc version 2.96 19991122 (experimental)
ÃÂ stage1/cpp -lang-c -v -I. -I../../egcs-19991122/gcc -I../../egcs-19991122/gcc/config -I../../egcs-19991122/gcc/../include -iprefix stage1/../lib/gcc-lib/hppa1.1-hp-hpux11.00/2.96/ -isystem /usr/local/hppa1.1-hp-hpux11.00/bin/include -isystem include -isystem stage1/include -D__GNUC__=2 -D__GNUC_MINOR__=96 -Dhppa -Dhp9000s800 -D__hp9000s800 -Dhp9k8 -DPWB -Dhpux -Dunix -D__hppa__ -D__hp9000s800__ -D__hp9000s800 -D__hp9k8__ -D__PWB__ -D__hpux__ -D__unix__ -D__hppa -D__hp9000s800 -D__hp9k8 -D__PWB -D__hpux -D__unix -Asystem(unix) -Asystem(hpux) -Acpu(hppa) -Amachine(hppa) -D__OPTIMIZE__ -g -W -Wall -D__hp9000s700 -D_PA_RISC1_1 -D_HPUX_SOURCE -D_HIUX_SOURCE -D__STDC_EXT__ -DIN_GCC -DHAVE_CONFIG_H ../../egcs-19991122/gcc/expr.c expr.i
GNU CPP version 2.96 19991122 (experimental) (hppa)
#include "..." search starts here:
#include <...> search starts here:
ÃÂ .
ÃÂ ../../egcs-19991122/gcc
ÃÂ ../../egcs-19991122/gcc/config
ÃÂ ../../egcs-19991122/gcc/../include
ÃÂ include
ÃÂ /usr/local/include
ÃÂ /usr/include
End of search list.
The following default directories have been omitted from the search path:
ÃÂ /usr/local/lib/gcc-lib/hppa1.1-hp-hpux11.00/2.96/../../../../include/g++-3
ÃÂ /usr/local/lib/gcc-lib/hppa1.1-hp-hpux11.00/2.96/../../../../hppa1.1-hp-hpux11.00/include
ÃÂ /usr/local/lib/gcc-lib/hppa1.1-hp-hpux11.00/2.96/include
End of omitted list.
ÃÂ stage1/cc1 expr.i -quiet -dumpbase expr.c -g -O2 -W -Wall -version -o expr.s
GNU C version 2.96 19991122 (experimental) (hppa1.1-hp-hpux11.00) compiled by CC.
../../egcs-19991122/gcc/expr.c: In function `emit_move_insn':
../../egcs-19991122/gcc/expr.c:2548: warning: comparison between signed and unsigned
../../egcs-19991122/gcc/expr.c: In function `emit_push_insn':
../../egcs-19991122/gcc/expr.c:2904: warning: implicit declaration of function `function_arg_padding'
../../egcs-19991122/gcc/expr.c: In function `expand_assignment':
../../egcs-19991122/gcc/expr.c:3327: warning: comparison between signed and unsigned
../../egcs-19991122/gcc/expr.c: In function `store_constructor':
../../egcs-19991122/gcc/expr.c:4194: warning: comparison between signed and unsigned
../../egcs-19991122/gcc/expr.c:4249: warning: comparison between signed and unsigned
../../egcs-19991122/gcc/expr.c: In function `store_field':
../../egcs-19991122/gcc/expr.c:4742: warning: comparison between signed and unsigned
../../egcs-19991122/gcc/expr.c:4768: warning: comparison between signed and unsigned
../../egcs-19991122/gcc/expr.c: In function `expand_expr':
../../egcs-19991122/gcc/expr.c:5950: warning: comparison between signed and unsigned
../../egcs-19991122/gcc/expr.c:5955: warning: comparison between signed and unsigned
../../egcs-19991122/gcc/expr.c:6074: warning: comparison between signed and unsigned
../../egcs-19991122/gcc/expr.c:6095: warning: comparison between signed and unsigned
../../egcs-19991122/gcc/expr.c:6627: warning: comparison between signed and unsigned
../../egcs-19991122/gcc/expr.c:6724: warning: comparison between signed and unsigned
../../egcs-19991122/gcc/expr.c:6925: warning: comparison between signed and unsigned
../../egcs-19991122/gcc/expr.c:7029: warning: comparison between signed and unsigned
../../egcs-19991122/gcc/expr.c:7045: warning: comparison between signed and unsigned
../../egcs-19991122/gcc/expr.c:7471: warning: comparison between signed and unsigned
../../egcs-19991122/gcc/expr.c:7704: warning: comparison between signed and unsigned
../../egcs-19991122/gcc/expr.c:7750: warning: comparison between signed and unsigned
Cannot allocate 5417984 bytes
More information about the Gcc-bugs
mailing list