home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / gnu / gcc / bug / 2010 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  953 b 

  1. Path: sparky!uunet!darwin.sura.net!mips!swrinde!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!math.purdue.edu!tzhou
  2. From: tzhou@math.purdue.edu (Tonghang Zhou)
  3. Newsgroups: gnu.gcc.bug
  4. Subject: g++ dumps 'core'
  5. Message-ID: <9207290748.AA26917@picone.math.purdue.edu>
  6. Date: 29 Jul 92 07:48:51 GMT
  7. Sender: gnulists@ai.mit.edu
  8. Distribution: gnu
  9. Organization: GNUs Not Usenet
  10. Lines: 13
  11. Approved: bug-gcc@prep.ai.mit.edu
  12.  
  13. The g++ we have was installed from gcc-2.2.2 and should be the latest
  14. issue and has been working fine. Today however when I run
  15.     g++ -Wall MyProg.c    # -Wall to catch all possible complaints
  16. I receive precisely the following output
  17.     cp-class.c:2380: failed assertion `t == d'
  18.     /usr/local/bin/gcc: Internal compiler error: program cc1plus got fatal signal 6
  19.  
  20. And I got a big core dumped by g++ in my directory.
  21. Would you know what kind of problem this is? 'MyProg.c' is about 250 lines
  22. and contains a lot of templates stuff.
  23.  
  24. Thanks,
  25. T Zhou
  26.