| Summary: | Internal Compiler Error | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | aritz <aritz> | ||||
| Component: | gnu | Assignee: | David E. O'Brien <obrien> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Unspecified | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-bugs->obrien I'm signing this over to our GCC maintainer, but in reality you probably want to take this up directly with the GCC project. State Changed From-To: open->closed Try the latest FreeBSD versions which contain updated gcc sources and quite possibly solve your problem. State Changed From-To: closed->open NOONE other than the person the PR is assigned to should be closing it. Especially when the one the PR was assigned to was not consulted on the closing of it. This code does indeed crash gcc 2.95. However it works fine on modern versions such as 3.4.2. Maintainers, care to close this ancient bug? The quoted-printable encoding in the PR was kind of a pain to sort out. I have posted the decoded version at http://www.cs.hmc.edu/~nate/pr-22972.cc.gz for reference. -- Nate Eldredge nge@cs.hmc.edu State Changed From-To: open->closed GCC 3.4.2 covers this nicely, closing the ticket. |
internal compiler error in 'const_hash', at varasm.c:2372 The file I am compiling looks like this void Pd::init_ftab(void) { struct fdef ftab[] = { {"eval", SUBR, &Pd::Eval }, { /* many more */ }, { NULL } } } How-To-Repeat: Try and compile my code. I'll send you a copy if necessary.