| Summary: | Internal compiler error with g++. Not sure what trickers it | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Peter Poulsen <peter> |
| Component: | [OLD] Development | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | Out produced by GCC (I guess) | ||
|
Description
Peter Poulsen
2005-01-14 13:30:56 UTC
Created attachment 48493 [details]
Out produced by GCC (I guess)
compiler segfaults are usually a sign of overstressed system, like either you bave some bad ram or you're simply running out of it while compiling. anyway, not much we can do for this. I have switched to gcc 3.3.4 and now it compiles. But I still think it is a bug (just in 3.3.5) This small program can generate the error. It appears to be a general error in gcc
int main()
{
int _dummy_sets[0] = { };
return 0;
}
|