Bug 152077
| Summary: | ICE compiling wine | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Todd Mokros <tmokros> | ||||
| Component: | gcc | Assignee: | Jakub Jelinek <jakub> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | |||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | CC: | atu.guda | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i386 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | 4.0.0-0.39 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2005-04-04 11:47:40 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
Todd Mokros
2005-03-24 18:33:24 UTC
Created attachment 112324 [details]
preprocessed source file resulting in ICE
It seems to be the same or similar error while build dvgrab-1.7-3: if g++ -DHAVE_CONFIG_H -I. -I. -I. -D_REENTRANT -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -m32 -march=i586 -mtune=pentium2 -MT dvgrab.o -MD -MP -MF ".deps/dvgrab.Tpo" -c -o dvgrab.o dvgrab.cc; \ then mv -f ".deps/dvgrab.Tpo" ".deps/dvgrab.Po"; else rm -f ".deps/dvgrab.Tpo"; exit 1; fi dvgrab.cc: In constructor 'DVgrab::DVgrab(int, char**)': dvgrab.cc:220: internal compiler error: in cgraph_mark_reachable_node, at cgraph.c:477 |