public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: libstdc++/5001: g++ 3.0.2 getline is too slow
@ 2001-12-03 18:16 ljrittle
  0 siblings, 0 replies; 2+ messages in thread
From: ljrittle @ 2001-12-03 18:16 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR libstdc++/5001; it has been noted by GNATS.

From: ljrittle@gcc.gnu.org
To: gcc-bugs@gcc.gnu.org, gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org,
  mayer@tux.org, nobody@gcc.gnu.org
Cc:  
Subject: Re: libstdc++/5001: g++ 3.0.2 getline is too slow
Date: 4 Dec 2001 02:08:23 -0000

 Synopsis: g++ 3.0.2 getline is too slow
 
 State-Changed-From-To: open->analyzed
 State-Changed-By: ljrittle
 State-Changed-When: Mon Dec  3 18:08:23 2001
 State-Changed-Why:
     Known issue.  Not a bug.  Not present on every supported
     platform.  Adding ios_base::sync_with_stdio (false);
     at start of main() will improve performance on some
     platforms.  However, Solaris is not one of them since
     it will not use an input buffer size greater than 1
     in the current implementation.
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=5001&database=gcc


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: libstdc++/5001: g++ 3.0.2 getline is too slow
@ 2001-12-03 18:08 ljrittle
  0 siblings, 0 replies; 2+ messages in thread
From: ljrittle @ 2001-12-03 18:08 UTC (permalink / raw)
  To: gcc-bugs, gcc-gnats, gcc-prs, mayer, nobody

Synopsis: g++ 3.0.2 getline is too slow

State-Changed-From-To: open->analyzed
State-Changed-By: ljrittle
State-Changed-When: Mon Dec  3 18:08:23 2001
State-Changed-Why:
    Known issue.  Not a bug.  Not present on every supported
    platform.  Adding ios_base::sync_with_stdio (false);
    at start of main() will improve performance on some
    platforms.  However, Solaris is not one of them since
    it will not use an input buffer size greater than 1
    in the current implementation.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=5001&database=gcc


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-12-04  2:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-03 18:16 libstdc++/5001: g++ 3.0.2 getline is too slow ljrittle
  -- strict thread matches above, loose matches on Subject: below --
2001-12-03 18:08 ljrittle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).