Bug 170233

Summary: ICE rebuilding libdv-0.103.4 w/ -ftree-loop-linear
Product: [Fedora] Fedora Reporter: sean <seandarcy>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED WORKSFORME QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-12-17 12:30:24 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 sean 2005-10-09 19:20:07 UTC
Description of problem:

rpmbuild --rebuild libdv-0.103-4.src.rpm
.....................
if /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. 
   -O2 -fPIC -funswitch-loops -ftree-loop-linear  -march=k8 -ftree-vectorize 
-pipe -mfpmath=sse -Wall -g -MT quant.lo -MD -MP -MF ".deps/quant.Tpo" -c -o
quant.lo quant.c; \
then mv -f ".deps/quant.Tpo" ".deps/quant.Plo"; else rm -f ".deps/quant.Tpo";
exit 1; fi
quant.c:243: warning: 'quant_248_inverse_mmx' defined but not used
quant.c: In function 'dv_quant_init':
quant.c:155: internal compiler error: in bsi_after_labels, at tree-flow-inline.h:520
Please submit a full bug report,
..............

Version-Release number of selected component (if applicable):

gcc-4.0.2-3
How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

It builds if I *don't* use -ftree-loop-linear.

Comment 1 sean 2005-10-09 19:20:07 UTC
Created attachment 119749 [details]
Preprocessed source

Comment 2 Jakub Jelinek 2005-10-10 07:48:24 UTC
I guess this is the same problem as fixed on HEAD in PR23625.

Comment 3 sean 2005-12-17 12:30:24 UTC
WFM with gcc-4.1.0-0.7

sean