Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57025 - internal compiler error: in select_spill, at ra-colorize.c:972
Summary: internal compiler error: in select_spill, at ra-colorize.c:972
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High blocker (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-14 07:25 UTC by Selecter
Modified: 2004-07-14 09:35 UTC (History)
0 users

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


Attachments
preprocessed source (ccJOiGg8.out,310.15 KB, text/plain)
2004-07-14 08:32 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 07:25:05 UTC
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"i686"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"i686-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DSHELL -DHAVE_CONFIG_H  -I.  -I. -I./include -I./lib  -O2 -march=pentium4 -fnew-ra -ftracer -pipe -c y.tab.c
./parse.y: In function `read_token':
./parse.y:2559: internal compiler error: in select_spill, at ra-colorize.c:972
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/bash-2.05b-r9/temp/cchowV0Z.out file, please attach this to your bugreport.
make: *** [y.tab.o] Error 1

!!! ERROR: app-shells/bash-2.05b-r9 failed.
!!! Function src_compile, Line 88, Exitcode 2
!!! (no error message)

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




Portage 2.0.50-r5 (default-x86-2004.0, gcc-3.4.1, glibc-2.3.4.20040619-r0,
2.6.7-gentoo-r6)
=================================================================
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
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 linguas_ru 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"
Comment 1 Selecter 2004-07-14 08:32:27 UTC
Created attachment 35401 [details]
preprocessed source
Comment 2 Travis Tilley (RETIRED) gentoo-dev 2004-07-14 09:35:26 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. 

that should say it all. file a bug upstream with gcc.