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]
Other format: [Raw text]

[Bug bootstrap/14662] [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract


------- Additional Comments From dnovillo at gcc dot gnu dot org  2004-03-23 17:57 -------

Joost,

Perhaps you are having memory hardware problems?  I've just bootstrapped today's
branch with the same GMP version and configure switches.  The branch is working
on several different architectures, as well.

$ rpm -q gmp
gmp-4.1.2-5

$ /home/cygnus/dnovillo/tree-ssa-01/src/configure
--prefix=/home/cygnus/dnovillo/tree-ssa-01/native --enable-languages=c,f95
creating cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
[ ... ]

$ make bootstrap
Configuring in libiberty
configure: creating cache ./config.cache
[ ... ]

$ echo $?
0

$ ulimit -a
core file size        (blocks, -c) unlimited
data seg size         (kbytes, -d) unlimited
file size             (blocks, -f) unlimited
max locked memory     (kbytes, -l) 4
max memory size       (kbytes, -m) 1132260
open files                    (-n) 1024
pipe size          (512 bytes, -p) 8
stack size            (kbytes, -s) 10240
cpu time             (seconds, -t) unlimited
max user processes            (-u) 7168
virtual memory        (kbytes, -v) 2361224

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14662


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