Xref: utzoo gnu.g++.bug:1522 comp.lang.c++:6633 Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!usc!orion.oac.uci.edu!uci-ics!gateway From: schmidt@crimee.ics.uci.edu (Doug Schmidt) Newsgroups: gnu.g++.bug,comp.lang.c++ Subject: BUG REPORT Message-ID: <25E6E8F2.4192@paris.ics.uci.edu> Date: 24 Feb 90 20:05:06 GMT Reply-To: schmidt@crimee.ics.uci.edu (Doug Schmidt) Distribution: usa Organization: University of California, Irvine - Dept of ICS Lines: 24 The following short example either illustrates a bug in cfront 2.0 or g++ 1.36.4: ---------------------------------------- class foo { public: foo::foo (); foo::~foo (); }; ---------------------------------------- cfront 2.0 reports (somewhat misleadingly...): ---------------------------------------- "test.c", line 5: error: foo ::~foo () with return type ---------------------------------------- g++ does not complain. Doug -- The grave's a fine and private place, | schmidt@ics.uci.edu (ARPA) but none, I think, do there embrace. | office: (714) 856-4043 -- Andrew Marvell