This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
more suggestions...
- To: egcs-bugs at cygnus dot com
- Subject: more suggestions...
- From: Prabhu Ramachandran <prabhu at aero dot iitm dot ernet dot in>
- Date: Mon, 8 Jun 1998 13:22:06 +0530 (IST)
- Reply-To: Prabhu Ramachandran <prabhu at aero dot iitm dot ernet dot in>
Hi,
At present I have a couple of suggestions for the c++ compiler
that comes with egcs-1.0.3a. I wrote a small program. I find that there is
no "stringstream.h". So things like istringstream(char *) dont work. I
also think that the string.h needs an update (i.e. bastring.cc) the
string.push_back(char) function doesnt exist, although i got around this
problem by just adding the char to the string, still this may be a
compatibility issue since I know that it exists as part of the std lib
(this function is used in the book by Stroustroup(3rd Edn.) on C++
so...).
Otherwise egcs seems to be fine - it is much faster than gcc :).
If I find anything needed I will definitely keep track of it and report
it. Thanks for the great package.
Prabhu
------------------- Prabhu Ramachandran -----------------------------
E-mail: prabhu@aero.iitm.ernet.in
Finger (for more info): prabhu@www.aero.iitm.ernet.in
Home page: http://www.aero.iitm.ernet.in/~prabhu
---------------------------------------------------------------------