public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: Benjamin Kosnik <bkoz@redhat.com>
To: pme@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org
Subject: libstdc++/2071
Date: Mon, 11 Jun 2001 19:06:00 -0000	[thread overview]
Message-ID: <20010612020602.3817.qmail@sourceware.cygnus.com> (raw)

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

From: Benjamin Kosnik <bkoz@redhat.com>
To: rittle@labs.mot.com
Cc: gcc-gnats@gcc.gnu.org
Subject: libstdc++/2071
Date: Mon, 11 Jun 2001 18:56:05 -0700 (PDT)

 damn i'm dumb:
 
    { fseek(_M_cfile, __off, __way); return ftell(_M_cfile); }
 
   template<typename _CharT>
     streamoff
     __basic_file<_CharT>::seekpos(streamoff __pos, 
 				  ios_base::openmode /*__mode*/)
     { fseek(_M_cfile, __pos, ios_base::beg); return ftell(_M_cfile); }
 
 these need to have ios_base::openmode translated to
 SEEK_SET, SEEK_CUR, SEEK_END
 
 this is probably the problem.
 
 i've got to go right now but this is probably where you should start
 
 
 I can't believe this


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

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-06-11 19:06 Benjamin Kosnik [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-06-12 16:36 libstdc++/2071 Phil Edwards
2001-06-12 16:26 libstdc++/2071 Loren James Rittle
2001-06-12 13:26 libstdc++/2071 Benjamin Kosnik
2001-06-12  2:06 libstdc++/2071 Mark Mitchell
2001-06-12  1:56 libstdc++/2071 Loren James Rittle
2001-06-05 13:16 libstdc++/2071 pme

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=20010612020602.3817.qmail@sourceware.cygnus.com \
    --to=bkoz@redhat.com \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=pme@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).