Bug 440139
Summary: | gcc crashes while compiling Wine with optimization turned on | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Michael Stefaniuc <mstefani> | ||||
Component: | gcc | Assignee: | Jakub Jelinek <jakub> | ||||
Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | rawhide | CC: | andreas.bierfert, dwrobel, good_bye300, hongbo, jreiser, justin.venus, linux_bugs, mail2benny, nospam, rankincj, roel, rom, ruslanpisarev, samlb, trevor.davenport, zboszor | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | i686 | ||||||
OS: | Linux | ||||||
URL: | http://www.winehq.org/site/download/ | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2008-04-03 09:25:41 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
Michael Stefaniuc
2008-04-01 21:09:22 UTC
Created attachment 299969 [details]
Preprocessed C code of Wine's source file dlls/user32/tests/menu.c
Looks like bugzilla has gzip the attachment a second time. Sorry about that. Tracking this upstream. *** Bug 443165 has been marked as a duplicate of this bug. *** *** Bug 443536 has been marked as a duplicate of this bug. *** Is there any news on this? I see that there still is some discussion in upstream #35204. What would be the recommended way to go because wine still fails on >=F9 and thus effectively blocks updates for F7,F8 as well. (In reply to comment #6) For a work-around, then compile menu.c without "-O2". I do it by hand, but it could be automated by adding an explicit target for menu.o to the Makefile, and editing CC_FLAGS to delete the "-O2" before invoking the compiler. You can just compile menu.c with -O2 -fno-tree-fre -fno-tree-pre as workaround, see PR35204. *** Bug 447281 has been marked as a duplicate of this bug. *** *** Bug 447584 has been marked as a duplicate of this bug. *** *** Bug 448868 has been marked as a duplicate of this bug. *** *** Bug 445494 has been marked as a duplicate of this bug. *** *** Bug 451420 has been marked as a duplicate of this bug. *** *** Bug 455177 has been marked as a duplicate of this bug. *** *** Bug 455549 has been marked as a duplicate of this bug. *** *** Bug 458903 has been marked as a duplicate of this bug. *** Upstream 35811 marked RESOLVED / DUPLICATE of bug 35204 2008-04-03 09:53 Upstream 35204 marked RESOLVED / FIXED 2008-05-20 20:58 Is it possible now to get this patch included an updated package for Fedora 9? *** Bug 460569 has been marked as a duplicate of this bug. *** *** Bug 459913 has been marked as a duplicate of this bug. *** *** Bug 456790 has been marked as a duplicate of this bug. *** *** Bug 467543 has been marked as a duplicate of this bug. *** *** Bug 468909 has been marked as a duplicate of this bug. *** wine-1.1.14-1.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. |