Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1316707

Summary: ICE: in extract_ops_from_tree, at gimple-expr.h:158
Product: [Fedora] Fedora Reporter: Dan Horák <dan>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 24CC: davejohansen, jakub, jwakely, law, mpolacek
Target Milestone: ---   
Target Release: ---   
Hardware: s390x   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-04-05 13:33:26 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 467765    
Attachments:
Description Flags
preprocessed source file none

Description Dan Horák 2016-03-10 21:05:44 UTC
Created attachment 1135046 [details]
preprocessed source file

build of wxmacmolplt-7.6.2-1.fc24 fails because g++ fails with an internal error, see http://s390.koji.fedoraproject.org/koji/taskinfo?taskID=2149556 for full logs


command to reproduce
g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -march=z9-109 -mtune=z10 -c -o MEP.o MEP.i

...
MEP.cpp: In member function ‘float Frame::CalculateMEP(float, float, float, BasisSet*, AODensity*, GaussHermiteData*, float*, float*)’:
MEP.cpp:1089:1: internal compiler error: in extract_ops_from_tree, at gimple-expr.h:158
...

with -O1 the error goes away

Version-Release number of selected component (if applicable):
gcc-6.0.0-0.15.fc24.s390x

Comment 1 Jakub Jelinek 2016-03-10 21:13:39 UTC
Reproduced, reducing...

Comment 2 Dan Horák 2016-03-17 11:30:41 UTC
fixed with gcc-6.0.0-0.16.fc24.s390x