home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!seismo!darwin.sura.net!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!matt.ksu.ksu.edu!news
- From: probreak@matt.ksu.ksu.edu (James Michael Chacon)
- Newsgroups: comp.os.linux
- Subject: Re: gcc : Internal compiler error
- Message-ID: <1hst8mINNct5@matt.ksu.ksu.edu>
- Date: 30 Dec 92 19:28:22 GMT
- References: <1992Dec30.045200.9176@utstat.toronto.edu> <C0266t.CGE@mach1.wlu.ca>
- Organization: Kansas State University
- Lines: 20
- NNTP-Posting-Host: matt.ksu.ksu.edu
-
- kfisher3@mach1.wlu.ca (kevin fisher U) writes:
-
- >Rafal Kustra (summer student) (rafal@utstat.toronto.edu) wrote:
- >I can't get my C++ program to compile. GCC dies with an internal error:
- >cp-class.c:2378: failed assertion `IDENTIFIER_TEMPLATE (t) != NULL_TREE'
- >/usr/bin/gcc: Internal compiler error: program cc1plus got fatal signal 6
-
- >I have no idea what this cp-class.c program is, it's not mine...
- >and since GCC won't compile, I can't debug to find out where (and why) it is
- >dying.
-
- >Comments anyone???
- >(Please??)
-
- Yes, send this in as a bug report for g++. Anytime it dies with an internal
- error like that, it means something within the compiler has problems.
- If you are using an older version of gcc you might try 2.3.3 when it gets
- released to see if your problem has been fixed.
-
- James
-