Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57033 - internal compiler error: in remember_web_was_spilled, at ra-build.c:2314
Summary: internal compiler error: in remember_web_was_spilled, at ra-build.c:2314
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High blocker (vote)
Assignee: Please assign to toolchain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-14 08:24 UTC by Selecter
Modified: 2004-07-14 09:33 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Preprocessed source (cc9JGx9G.out,144.40 KB, text/plain)
2004-07-14 08:27 UTC, Selecter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Selecter 2004-07-14 08:24:51 UTC
g++ -I. -I/var/tmp/portage/groff-1.19/work/groff-1.19/src/preproc/pic -I/var/tmp/portage/groff-1.19/work/groff-1.19/src/include -I/var/tmp/portage/groff-1.19/work/groff-1.19/src/include -DHAVE_CONFIG_H -O2 -march=pentium4 -fnew-ra -ftracer -pipe  -c object.cpp
object.cpp: In member function `virtual void box_object::print()':
object.cpp:787: internal compiler error: in remember_web_was_spilled, at ra-build.c:2314
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
Preprocessed source stored into /var/tmp/portage/groff-1.19/temp/cc9JGx9G.out file, please attach this to your bugreport.
make[2]: *** [object.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/groff-1.19/work/groff-1.19/src/preproc/pic'
make[1]: *** [src/preproc/pic] Error 2
make[1]: Leaving directory `/var/tmp/portage/groff-1.19/work/groff-1.19'
make: *** [all] Error 2

!!! ERROR: sys-apps/groff-1.19 failed.
!!! Function src_compile, Line 80, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Portage 2.0.51_pre13 (default-x86-2004.0, gcc-3.4.1, glibc-2.3.4.20040619-r0,
2.6.7-gentoo-r6 i686 Intel(R) Pentium(R) 4 CPU 1.70GHz)
=================================================================
System uname: 2.6.7-gentoo-r6 i686 Intel(R) Pentium(R) 4 CPU 1.70GHz
Gentoo Base System version 1.4.3.13
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.14.90.0.8-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=pentium4 -fnew-ra -ftracer -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -fnew-ra -ftracer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs buildpkg"
GENTOO_MIRRORS="http://trumpetti.atm.tut.fi/gentoo/
ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo
ftp://ftp6.uni-muenster.de/pub/linux/distributions/gentoo
http://ftp.du.se/pub/os/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X acpi alsa avi crypt cups encode gdbm gif gpm gtk2 hardened imlib jpeg
libg++ libwww mad mikmod mmx motif mozilla mpeg ncurses nls nptl oggvorbis
opengl pam pdflib perl png ppds python qt quicktime readline sdl slang spell sse
ssl svga tcpd threads truetype x86 xml xml2 xmms xv zlib linguas_ru"
Comment 1 Selecter 2004-07-14 08:27:25 UTC
Created attachment 35400 [details]
Preprocessed source
Comment 2 Travis Tilley (RETIRED) gentoo-dev 2004-07-14 09:29:57 UTC
-fnew-ra
    Use a graph coloring register allocator. Currently this option is meant only for testing. Users should not specify this option, since it is not yet ready for production use. 

yeah, i think that says it all here. added filter-flags -fnew-ra to the groff ebuild.
Comment 3 Selecter 2004-07-14 09:33:28 UTC
Oh... :( Too bad. Maybe I should report it to gcc.gnu.org team then? Because I have found another 2 bugs with -fnew-ra:
http://bugs.gentoo.org/show_bug.cgi?id=57025
http://bugs.gentoo.org/show_bug.cgi?id=57023