From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3527 invoked by alias); 31 Dec 2008 17:46:45 -0000 Received: (qmail 3090 invoked by uid 48); 31 Dec 2008 17:44:25 -0000 Date: Wed, 31 Dec 2008 17:46:00 -0000 Message-ID: <20081231174425.3089.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libstdc++/38678] istream::read() calls streambuf::sgetn() In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "paolo dot carlini at oracle dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-12/txt/msg03035.txt.bz2 ------- Comment #2 from paolo dot carlini at oracle dot com 2008-12-31 17:44 ------- Note, istream::read currently calls streambuf::sgetn *not* streambuf::xsgetn, because the latter is protected and in general would be incorrect calling it anyway. -- paolo dot carlini at oracle dot com changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|istream::read() calls |istream::read() calls |streambuf::xsgetn() |streambuf::sgetn() http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38678