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