public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/38139]  New: --enable-checking=all times out during bootstrap
@ 2008-11-15 21:28 edwintorok at gmail dot com
  2008-11-15 21:40 ` [Bug rtl-optimization/38139] " edwintorok at gmail dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: edwintorok at gmail dot com @ 2008-11-15 21:28 UTC (permalink / raw)
  To: gcc-bugs

I tried to build a gcc 4.4.0 with --enable-checking=all but it timed out:

$ /home/edwin/gcc-obj/./prev-gcc/xgcc -v
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: ../gcc/configure --disable-multilib --disable-static
--prefix=/home/edwin/gcc_inst/ --enable-languages=c,c++ --enable-checking=all
Thread model: posix
gcc version 4.4.0 20081115 (experimental) [trunk revision 141891] (GCC)

xgcc: Internal error: Killed (program cc1)
Please submit a full bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [insn-emit.o] Error 1
make[3]: *** Waiting for unfinished jobs....
xgcc: Internal error: Killed (program cc1)
Please submit a full bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [insn-recog.o] Error 1
make[2]: *** [all-stage2-gcc] Error 2
make[1]: *** [stage2-bubble] Error 2

^it was building insn-emit and insn-recog in parallel, both timed out.

I was running it under ulimit  with a one hour timeout:
ulimit -t 3600 -v 1048576
make -j4 >makelog 2>makelog2

CPU is Intel(R) Core(TM)2 Quad  CPU   Q9550  @ 2.83GHz, 4GB RAM.

I know that --enable-checking=all is very slow, but it should take less than an
hour to compile insn-emit.o, shouldn't it?


-- 
           Summary: --enable-checking=all times out during bootstrap
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: rtl-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: edwintorok at gmail dot com
 GCC build triplet: x86_64-linux-gnu
  GCC host triplet: x86_64-linux-gnu
GCC target triplet: x86_64-linux-gnu


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-11-16  6:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-15 21:28 [Bug rtl-optimization/38139] New: --enable-checking=all times out during bootstrap edwintorok at gmail dot com
2008-11-15 21:40 ` [Bug rtl-optimization/38139] " edwintorok at gmail dot com
2008-11-15 21:51 ` [Bug rtl-optimization/38139] New: " Andrew Thomas Pinski
2008-11-15 21:52 ` [Bug rtl-optimization/38139] " pinskia at gmail dot com
2008-11-15 22:01 ` edwintorok at gmail dot com
2008-11-15 22:15   ` Andrew Thomas Pinski
2008-11-15 22:16 ` pinskia at gmail dot com
2008-11-16  6:42 ` ebotcazou at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).