Bug 32739
Summary: | Bad: gcc-2.96-79 produces internal compiler error while procesing gnustep-gui | ||||||
---|---|---|---|---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Need Real Name <dgalanak> | ||||
Component: | gcc | Assignee: | Jakub Jelinek <jakub> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | David Lawrence <dkl> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 7.0 | ||||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | i586 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2001-03-26 15:41:43 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
Need Real Name
2001-03-22 20:10:13 UTC
Created attachment 13383 [details]
NSPanel.mi is created with -v flags -save-temps
A SUBREG_BYTE related bug. Simplified into: float d; int e, f; void foo (void) { struct { float u, v; } a = {0.0, 0.0}; float b; int c; c = e; if (c == 0) c = f; b = d; if (a.v < b) a.v = b; } at -O, -O2, have just fixed this and the fix will appear in gcc-2.96-80. |