home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 22177 < prev    next >
Encoding:
Internet Message Format  |  1992-12-30  |  1.2 KB

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