This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug testsuite/67583] libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/char/1.cc:92 erroneous call to sputn


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67583

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Author: redi
Date: Tue Sep 29 13:31:51 2015
New Revision: 228245

URL: https://gcc.gnu.org/viewcvs?rev=228245&root=gcc&view=rev
Log:
PR libstdc++/67583 Fix invalid sputn calls in tests

        PR libstdc++/67583
        * testsuite/27_io/basic_stringbuf/seekoff/char/1.cc: Fix sputn call
        with mismatched arguments.
        * testsuite/27_io/basic_stringbuf/seekoff/wchar_t/1.cc: Likewise.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/char/1.cc
    trunk/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/wchar_t/1.cc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]