This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
huge compile time on head
- From: Joel Sherrill <joel dot sherrill at oarcorp dot com>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 16 Feb 2006 15:40:52 -0600
- Subject: huge compile time on head
Hi,
I am building m68k-rtems (m68k-elf) right now
on the head and seeing a cc1 which has been running
17:37.05 according to top on a fast machine running
Fedora Core 3. It is a AMD Athlon(tm) 64 X2 Dual Core
Processor 3800+ at 2Ghz.
The last thing I see in the build log is this:
-c ../../gcc/gcc/crtstuff.c -DCRT_END \
-o crtend.o
../../gcc/gcc/crtstuff.c: In function '__do_global_ctors_aux':
../../gcc/gcc/crtstuff.c:519: internal compiler error: Segmentation fault
Is this a known issue?
--joel