Bug 189160
Summary: | internal compiler error: in get_callee_fndecl, at tree.c:5846 | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Orion Poplawski <orion> | ||||
Component: | gcc | Assignee: | Jakub Jelinek <jakub> | ||||
Status: | CLOSED ERRATA | QA Contact: | |||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 5 | CC: | dwmw2 | ||||
Target Milestone: | --- | Keywords: | Reopened | ||||
Target Release: | --- | ||||||
Hardware: | powerpc | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | 4.1.1-1.fc5 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2006-05-29 10:48:50 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: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 189291 | ||||||
Attachments: |
|
Description of problem: While trying to build paraview 2.4.3 for Extras, got the following when building on PPC: /scratch/orion/redhat/paraview-2.4.3/paraview-2.4.3/VTK/Common/vtkMath.h: In member function 'virtual void vtkUnstructuredGridPartialPreIntegration::Integrate(vtkDoubleArray*, vtkDataArray*, vtkDataArray*, float*)': /scratch/orion/redhat/paraview-2.4.3/paraview-2.4.3/VTK/Common/vtkMath.h:583: internal compiler error: in get_callee_fndecl, at tree.c:5846 I can build fine on FC4/5 x86/x86_64. Fails on FC5/devel PPC. Seems similar to http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27134, but the architecture dependency seems different. I've attached the /tmp/ccCSJ2Yr.out output file generated. Requires at least -O to reproduce the error. Version-Release number of selected component (if applicable): 4.1.0-8 How reproducible: Everytime This has been already fixed upstream 3 days ago. Refiling against FC-5 and re-opening. When it's closed for FC5, we can build the package which depends on it and close bug #189291. Just confirming that this was fixed in devel with gcc-4.1.0-9. gcc-4.1.0-15.fc5 is now in FC5 testing updates. Checks out okay locally. Let me know when it's in updates and I'll build paraview for ppc. Thanks! gcc-4.1.1-1.fc5 updates have been released during the weekend. |
Created attachment 127817 [details] g++ preprocessed outptu