Bug 126053
| Summary: | gcc crashes when run on the code fragment shown below. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Anindya Basu <anindya.basu> |
| Component: | gcc | Assignee: | Jakub Jelinek <jakub> |
| Status: | CLOSED WORKSFORME | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2004-10-04 22:09:42 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 123268 | ||
|
Description
Anindya Basu
2004-06-15 16:10:25 UTC
Fedora Core 3 doesn't include GCC 2.96-RH. With gcc-2.96-128.7.2 (current AS2.1 compiler) I get: gcc -g -O2 -S eval.c eval.c: In function `compute_row': eval.c:13: `START_ROW' undeclared (first use in this function) eval.c:13: (Each undeclared identifier is reported only once eval.c:13: for each function it appears in.) eval.c: In function `conv_literal': eval.c:29: confused by earlier errors, bailing out If I add int START_ROW; to the beginning to get around this bug, I get: gcc -g -O2 -S eval.c eval.c:32: parse error before `return' Interesting. The bug seems to have disappeared now. I am unsure what happened then, but I was able to reproduce the bug multiple times, and yet it does not happen anymore. Sorry about the confusion. -Anindya Bug evaporated. |