Bug 87496
| Summary: | gcc segmentation fault while compiling the source | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Sergei Kozachenko <jugulator> | ||||||
| Component: | gcc3 | Assignee: | Jakub Jelinek <jakub> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |||||||
| Severity: | low | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 8.0 | ||||||||
| 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-03 13:15:56 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
Sergei Kozachenko
2003-03-27 19:07:09 UTC
Created attachment 104677 [details]
reformatted test case
Created attachment 104678 [details]
re-reformatted
Oops, missed a critical newline to uncomment a bit of code.
Fails with 3.2.3-20; fixed with gcc 3.3.2-1 z.c: In member function `void rarray<TYPE>::cList() [with TYPE = int]': z.c:138: instantiated from `rarray<TYPE>::rarray(TYPE&) [with TYPE = int]' z.c:155: instantiated from here z.c:133: error: invalid use of member (did you forget the `&' ?) |