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]

19991122 hppa1.1-hp-hpux11.0 --enable-checking can't compile gcc/expr.c with 64Mb data seg limit


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


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