Bug 19462
Summary: | Internal compiler error in expand_shift, at expmed.c :2026 | ||||||
---|---|---|---|---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Michael Schwendt <bugs.michael> | ||||
Component: | gcc | Assignee: | Jakub Jelinek <jakub> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | David Lawrence <dkl> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 7.0 | ||||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | i386 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2000-10-27 14:04:17 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 Schwendt
2000-10-20 14:16:54 UTC
Bugzilla messed up the formatting. Think of line 583 as two separate lines in order to avoid any misunderstanding: isKernal = ((data & 2) != 0); // *** this is line 583, isKernal is bool Can you please rerun the command with additional -save-temps -v options and post here its output and resulting .ii file? Code fragments are not very useful for reproducing bugs... Thanks. Created attachment 4469 [details]
the requested .ii file and typescript
Btw, no such error if it's compiled _without_ -O, -O2, or higher, respectively. Fix posted to gcc-patches, if it is accepted, will make it into rawhide and upcoming gcc errata. Thanks for the report. Fixed in gcc-c++-2.96-63 in rawhide. |