home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / g / bug / 2178 < prev    next >
Encoding:
Text File  |  1993-01-08  |  1.3 KB  |  36 lines

  1. Newsgroups: gnu.g++.bug
  2. Path: sparky!uunet!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!spool.mu.edu!agate!usenet.ins.cwru.edu!magnus.acs.ohio-state.edu!cis.ohio-state.edu!cs.uq.oz.au!ged
  3. From: ged@cs.uq.oz.au
  4. Subject: problems with release 2.3.3
  5. Message-ID: <9301080045.AA07556@client>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Fri, 8 Jan 1993 20:45:42 GMT
  10. Approved: bug-g++@prep.ai.mit.edu
  11. Lines: 23
  12.  
  13. Hi. I am having problems with the latest release of g++. My program used to 
  14. compile and run with no errors under an earlier release (I think it was 2.2.2)
  15. Now I get a whole bunch of errors complaining about classes having virtual
  16. functions when they clearly don't. At first I thought it was the latest changes 
  17. I had made to the code. But the earlier version of my code does the same thing.
  18.  
  19. It also falls over on one peice of code:
  20.  
  21. g++ -DTESTDATABASE=1 -DINTERACTIVE=1 -DSTATISTICS=1 -DENCODE=1  -DENCODE_SEARCH=1 -c chesstyp.cc 
  22. chesstyp.cc: In function `void  _GLOBAL_$I$__eq__FRC6stringPCc ()':
  23. chesstyp.cc:23: Internal compiler error.
  24. chesstyp.cc:23: Please report this to `bug-g++@prep.ai.mit.edu'.
  25. *** Error code 1
  26. make: Fatal error: Command failed for target `chesstyp.o'
  27.  
  28.  
  29. Are you aware of similar problems. I am thinking about going back to the old
  30. release.
  31.  
  32. Thanks.
  33.  
  34. Cheers, Gerard.
  35.  
  36.