19.exceptions.mt test fails due to STDCXX-643 --------------------------------------------- Key: STDCXX-644 URL: https://issues.apache.org/jira/browse/STDCXX-644 Project: C++ Standard Library Issue Type: Bug Components: Tests Affects Versions: 4.2 Environment: AIX Reporter: Travis Vitek Priority: Minor Fix For: 4.2.1 The test fails because a loop counter is trounced on every iteration, preventing the loop condition from failing. A simple workaround would be to move the declaration of the loop variable so as to avoid the problem so that the test can run. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.