public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: pinkfloydhomer@yahoo.com
To: gcc-gnats@gcc.gnu.org
Subject: libstdc++/3647: in_avail() is not working according to the ISO standard
Date: Wed, 11 Jul 2001 06:06:00 -0000	[thread overview]
Message-ID: <20010711130045.30687.qmail@sourceware.cygnus.com> (raw)

>Number:         3647
>Category:       libstdc++
>Synopsis:       in_avail() is not working according to the ISO standard
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Jul 11 06:06:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     pinkfloydhomer@yahoo.com
>Release:        gcc version 3.0
>Organization:
>Environment:
cygwin
>Description:
When calling cin.rdbuf()->in_avail() without any input in the buffer, in_avail() blocks until input is ready, and then returns 1, instead of the number of characters read. This is not adhering to the ISO standard. gcc 2.95.x didn't do that. It correctly returns 0 when nothing is available etc.
>How-To-Repeat:
#include <iostream>

using namespace std;

int main()
{       // This call blocks, which it shouldn't.
        cout << cin.rdbuf()->in_avail() << endl;
}
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


             reply	other threads:[~2001-07-11  6:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-11  6:06 pinkfloydhomer [this message]
2001-07-11 13:06 pme
2001-10-29 11:14 bkoz
2001-11-04 12:49 bkoz
2001-11-04 13:35 bkoz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010711130045.30687.qmail@sourceware.cygnus.com \
    --to=pinkfloydhomer@yahoo.com \
    --cc=gcc-gnats@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).