Date: Wed, 7 May 1997 02:10:02 -0700 (PDT) From: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru> To: freebsd-bugs Subject: Re: gnu/3470: fail to use standart ANSI C++ string class by gcc 2.7.2.1 Message-ID: <199705070910.CAA12328@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR gnu/3470; it has been noted by GNATS. From: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru> To: rssh@cki.ipri.kiev.ua Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: gnu/3470: fail to use standart ANSI C++ string class by gcc 2.7.2.1 Date: Wed, 07 May 1997 13:00:00 +0400 > >Environment: > uname -a > FreeBSD satori.ipri.kiev.ua 2.2.1-RELEASE FreeBSD 2.2.1-RELEASE #0: Tue Apr 22 14:30:30 EET DST 1997 irina@satori.ipri.kiev.ua:/usr/src/sys/compile/MASHT i386 > >Description: > string class is not usable, becouse gcc can't compile > it's own header: <std/sinst.h> > >How-To-Repeat: > try next C++ code > > #include<string> > > #include<iostream.h> > > int main(int, char**) > { > string s; > s="Hello, world\n"; > cout << s; > return 0; > } It works on my 3.0-CURRENT and on some sort of 2.2-STABLE, cvsupped Apr. 4. (almost 2.2.1-RELEASE) AFAIK, there was no related commits. It cannot fail. Dima
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705070910.CAA12328>