Bug 175881

Summary: Internal compiler error in find_reloads_toplev, at reload.c:4467
Product: [Fedora] Fedora Reporter: Damian Wrobel <dwrobel>
Component: gcc32Assignee: Jakub Jelinek <jakub>
Status: CLOSED WONTFIX QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-12-15 22:25:08 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Preprocessed source none

Description Damian Wrobel 2005-12-15 22:21:26 UTC
Description of problem:

compiling the vlc-0.8.4 version produces the following internal compiler error:

gcc32 -Wsign-compare -Wall -pipe -L/home/dw/lib -o libi420_ymga_plugin.so
libi420_ymga_plugin.a -L/home/dw/lib -shared -lpthread -fpic -fPIC -u
vlc_entry__0_8_4
if gcc32 -DHAVE_CONFIG_H -I. -I. -I../..   -I/home/dw/include -DSYS_LINUX
-I../../include `top_builddir="../.." ../../vlc-config --cflags builtin
i420_rgb_mmx` -Wsign-compare -Wall  -pipe -MT libi420_rgb_mmx_a-i420_rgb16.o -MD
-MP -MF ".deps/libi420_rgb_mmx_a-i420_rgb16.Tpo" -c -o
libi420_rgb_mmx_a-i420_rgb16.o `test -f 'i420_rgb16.c' || echo './'`i420_rgb16.c; \
then mv -f ".deps/libi420_rgb_mmx_a-i420_rgb16.Tpo"
".deps/libi420_rgb_mmx_a-i420_rgb16.Po"; else rm -f
".deps/libi420_rgb_mmx_a-i420_rgb16.Tpo"; exit 1; fi
i420_rgb16.c: In function `I420_RGB16__i420_rgb_mmx':
i420_rgb16.c:415: Internal compiler error in find_reloads_toplev, at reload.c:4467


Version-Release number of selected component (if applicable):
compat-gcc-32-3.2.3-47.fc4

How reproducible:
Always

Comment 1 Damian Wrobel 2005-12-15 22:21:26 UTC
Created attachment 122305 [details]
Preprocessed source

Comment 2 Jakub Jelinek 2005-12-15 22:25:08 UTC
Compatibility compiler is included just as is, only packaging problems are
being fixed.