Bug 771446
Summary: | 'asm goto' causes internal compiler error: in cfg_layout_merge_blocks, at cfgrtl.c:2721 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Allison Karlitskaya <allison.karlitskaya> |
Component: | gcc | Assignee: | Jakub Jelinek <jakub> |
Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 16 | CC: | aravindvijayan224185, jakub |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-01-05 15:45:00 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: |
Description
Allison Karlitskaya
2012-01-03 19:38:51 UTC
Sorry -- forgot to mention: you need to compile with at least -O2 to trigger the bug. Please attach the Preprocessed source with the report.. -- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers Preprocessed source isn't needed, stddef.h header is included with gcc and the include even isn't really needed if you replace size_t with unsigned long. Tracking this upstream. Thank you for the bug report.I believe this bug is fixed in upstream please go to this link: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51767 For further assistance also, that link must be useful and let me close this upstream feel free to open it at any time. -- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers |