home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.g++.bug
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ise.fhg.de!max
- From: max@ise.fhg.de
- Subject: (none)
- Message-ID: <9212221259.AA19208@koll9.ise.fhg.de>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Tue, 22 Dec 1992 14:59:42 GMT
- Approved: bug-g++@prep.ai.mit.edu
- Lines: 42
-
- ------------------ cut here ----------------------------
- class I
- {
- public:
- operator int();
- };
-
- I i;
-
- class K
- {
- public:
- K( const int& );
- };
-
- K k( (const int&)i );
- ------------------ cut here ----------------------------
- g++ gets fatal signal 6
-
- ###output from `g++ -v t.C', with t.C being the file above:
-
- Reading specs from /usr/local/gnu/lib/gcc-lib/m68k-hp-hpux/2.2.2/specs
- gcc version 2.2.2
- /usr/local/gnu/lib/gcc-lib/m68k-hp-hpux/2.2.2/cpp -lang-c++ -v -undef -D__GNUC__=2 -D__GNUG__=2 -D__cplusplus -Dhp9000s200 -Dhp9000s300 -DPWB -Dhpux -Dunix -D__hp9000s300 -D__hp9000s200 -D__PWB -D__hpux -D__unix -D__hp9000s200__ -D__hp9000s300__ -D__PWB__ -D__hpux__ -D__unix__ -D__hp9000s300 -D__hp9000s200 -D__PWB -D__hpux -D__unix -D__hp9000s200 -D__hp9000s300 -D__PWB -D__hpux -D__unix -D__hp9000s300 -D__hp9000s200 -D__PWB -D__hpux -D__unix -D__HAVE_68881__ -Dmc68020 -D_HPUX_SOURCE -D__HPUX_ASM__ t.C /us
- r/tmp/cca04037.i
- GNU CPP version 2.2.2 (68k, SGS/hpux syntax)
- /usr/local/gnu/lib/gcc-lib/m68k-hp-hpux/2.2.2/cc1plus /usr/tmp/cca04037.i -quiet -dumpbase t.cc -version -o /usr/tmp/cca04037.s
- GNU C++ version 2.2.2 (68k, SGS/hpux syntax) compiled by CC.
- /usr/gnu/bin/gcc: Internal compiler error: program cc1plus got fatal signal 6
-
- ###output from `uname -a':
-
- HP-UX server1 B.08.00 B 9000/385 0800091148c7
-
- ###output from `ll /usr/gnu/src/gcc-2.2.2/tm.h /usr/gnu/src/gcc-2.2.2/md':
-
- lrwxr-xr-x 1 gnu other 16 Jul 21 11:07 /usr/gnu/src/gcc-2.2.2/md -> ./config/m68k.md
- lrwxr-xr-x 1 gnu other 16 Jul 21 11:07 /usr/gnu/src/gcc-2.2.2/tm.h -> ./config/hp320.h
-
- thanx for g++, it's a good one
- Max
-
-
-