Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 46095

Summary: GCC crashed while compiling xine-lib-1_rc3-r2
Product: Gentoo Linux Reporter: Daniel Ahlberg (RETIRED) <aliz>
Component: [OLD] GCC PortingAssignee: Please assign to toolchain <gcc-porting>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: 1.4   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: preprocessed source

Description Daniel Ahlberg (RETIRED) gentoo-dev 2004-03-29 03:47:14 UTC
Compiling exits with this failure:

ic_predict.c: In function `flt_round':
ic_predict.c:55: warning: dereferencing type-punned pointer will break strict-aliasing rules
ic_predict.c:55: warning: dereferencing type-punned pointer will break strict-aliasing rules
ic_predict.c:55: warning: dereferencing type-punned pointer will break strict-aliasing rules
ic_predict.c:57: warning: dereferencing type-punned pointer will break strict-aliasing rules
ic_predict.c: In function `quant_pred':
ic_predict.c:64: warning: dereferencing type-punned pointer will break strict-aliasing rules
ic_predict.c: In function `inv_quant_pred':
ic_predict.c:74: warning: dereferencing type-punned pointer will break strict-aliasing rules
ic_predict.c: In function `ic_predict':
ic_predict.c:81: error: insn does not satisfy its constraints:
(insn 634 515 228 6 0x403bc840 (set (reg/v:SF 29 emm0 [72])
        (const_double:SF 0 [0x0] 0.0 [0x0.0p+0])) 61 {*movsf_1} (nil)
    (nil))
ic_predict.c:81: internal compiler error: in build_def_use, at regrename.c:782

Reproducible: Always
Steps to Reproduce:




Gentoo Base System version 1.4.3.13p1
Portage 2.0.50-r1 (default-x86-1.4, gcc-3.3.3, glibc-2.3.3_pre20040207-r0, 2.6.4)
=================================================================
System uname: 2.6.4 i686 Pentium III (Coppermine)
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium3 -mfpmath=sse -msse -mmmx -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium3 -mfpmath=sse -msse -mmmx -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://mirror.pudas.net/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X alsa avi berkdb crypt dga foomaticdb gdbm gif gtk gtk2 imlib jikes jpeg
libwww mad mmx motif mpeg offensive pam pic png quicktime samba sse ssl truetype
x86 xv zlib"
Comment 1 Daniel Ahlberg (RETIRED) gentoo-dev 2004-03-29 03:48:50 UTC
Created attachment 28272 [details]
preprocessed source
Comment 2 Tuan Van (RETIRED) gentoo-dev 2004-03-29 09:48:31 UTC
see bug #45371
Comment 3 Daniel Ahlberg (RETIRED) gentoo-dev 2004-03-30 01:10:20 UTC

*** This bug has been marked as a duplicate of 31087 ***