Bug 6980 - For standard streams the adjustfield flag isn't set to right on initialization.
Summary: For standard streams the adjustfield flag isn't set to right on initialization.
Status: NEW
Alias: None
Product: uClibc++
Classification: Unclassified
Component: Standard Compliance (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-24 13:56 UTC by Per Øyvind Karlsen
Modified: 2014-04-01 14:44 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
Fix issue with not treating as ios_base::right if no adjustfield flag set (856 bytes, patch)
2014-03-24 13:56 UTC, Per Øyvind Karlsen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Per Øyvind Karlsen 2014-03-24 13:56:19 UTC
Created attachment 5312 [details]
Fix issue with not treating as ios_base::right if no adjustfield flag set

For standard streams, the adjustfield flag should be set to right on initialization.
This is not the current case with uClibc++..
Comment 1 Bernhard Reutner-Fischer 2014-04-01 14:44:41 UTC
This seems to be the same patch as for PR6116 see https://bugs.busybox.net/show_bug.cgi?id=6116#c1

Please add a test to tests/iotest.cpp
to illustrate the error and exercise the fix.

TIA,