[IBM XLC++ 9.0/AIX 5.3] 0.printf fails 4 assertions due to __rw_memattr()
-------------------------------------------------------------------------
Key: STDCXX-707
URL: https://issues.apache.org/jira/browse/STDCXX-707
Project: C++ Standard Library
Issue Type: Bug
Components: Test Driver
Reporter: Travis Vitek
Fix For: 4.2.1
On the head of trunk the test fails 4 assertions:
{noformat}
$ uname -srm && xlC -qversion && ./0.printf 2>&1 | grep -i assertion
AIX 3 00CBEE9E4C00
IBM XL C/C++ Enterprise Edition for AIX, V9.0
Version: 09.00.0000.0000
# Assertion failed on line 416: rw_sprintf("%s", ...) == "(invalid address
0x00000020)", got ""
# Assertion failed on line 426: rw_sprintf("%ls", ...) == "(invalid address
0x00000020)", got ""
# Assertion failed on line 504: rw_sprintf("%{#ls}", ...) == "(invalid address
0x00000020)", got """"
# Assertion failed on line 2442: rw_sprintf("%{t}", ...) == "(invalid address
0x00000020)", got "{ tm_mday=0 [1,31] }"
{noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.