home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.g++.bug
- 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
- From: ged@cs.uq.oz.au
- Subject: problems with release 2.3.3
- Message-ID: <9301080045.AA07556@client>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Fri, 8 Jan 1993 20:45:42 GMT
- Approved: bug-g++@prep.ai.mit.edu
- Lines: 23
-
- Hi. I am having problems with the latest release of g++. My program used to
- compile and run with no errors under an earlier release (I think it was 2.2.2)
- Now I get a whole bunch of errors complaining about classes having virtual
- functions when they clearly don't. At first I thought it was the latest changes
- I had made to the code. But the earlier version of my code does the same thing.
-
- It also falls over on one peice of code:
-
- g++ -DTESTDATABASE=1 -DINTERACTIVE=1 -DSTATISTICS=1 -DENCODE=1 -DENCODE_SEARCH=1 -c chesstyp.cc
- chesstyp.cc: In function `void _GLOBAL_$I$__eq__FRC6stringPCc ()':
- chesstyp.cc:23: Internal compiler error.
- chesstyp.cc:23: Please report this to `bug-g++@prep.ai.mit.edu'.
- *** Error code 1
- make: Fatal error: Command failed for target `chesstyp.o'
-
-
- Are you aware of similar problems. I am thinking about going back to the old
- release.
-
- Thanks.
-
- Cheers, Gerard.
-
-