Bug 1316707 - ICE: in extract_ops_from_tree, at gimple-expr.h:158
Summary: ICE: in extract_ops_from_tree, at gimple-expr.h:158
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: gcc
Version: 24
Hardware: s390x
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: ZedoraTracker
TreeView+ depends on / blocked
 
Reported: 2016-03-10 21:05 UTC by Dan Horák
Modified: 2016-04-05 13:33 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2016-04-05 13:33:26 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
preprocessed source file (397.50 KB, application/x-gzip)
2016-03-10 21:05 UTC, Dan Horák
no flags Details


Links
System ID Private Priority Status Summary Last Updated
GNU Compiler Collection 70177 0 None None None 2016-03-10 22:55:17 UTC

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


Note You need to log in before you can comment on or make changes to this bug.