
|
If you were logged in you would be able to see more operations.
|
|
|
|
Time Tracking:
|
|
Original Estimate:
|
8h
|
|
|
Remaining Estimate:
|
7h
|
|
|
Time Spent:
|
1h
|
|
|
|
|
Environment:
|
AIX
|
|
Issue Links:
|
Blocker
|
|
|
|
This issue is blocked by:
|
|
|
STDCXX-643 [IBM XLC++/AIX] std::exception incompatible with runtime library
|
|
|
|
|
|
|
| Severity: |
Incorrect Behavior
|
| Resolution Date: |
27/Mar/08 06:07 AM
|
|
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.
|
|
Description
|
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. |
Show » |
|