Issue Details (XML | Word | Printable)

Key: STDCXX-681
Type: Bug Bug
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: Travis Vitek
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
C++ Standard Library

Test suite and example programs don't compile on platforms that don't support exceptions

Created: 18/Dec/07 09:59 PM   Updated: 11/Jul/09 12:06 AM
Return to search
Component/s: Tests
Affects Version/s: 4.2.0, 4.2.1
Fix Version/s: 4.3.0

Time Tracking:
Not Specified

Issue Links:
Reference
 

Severity: Incorrect Behavior


 Description  « Hide
Many of the test programs don't compile if _RWSTD_NO_EXCEPTIONS is defined. All of our primary and secondary platforms support exceptions by default, but this support can usually be disabled with a command line argument to the compiler.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Travis Vitek made changes - 18/Dec/07 10:16 PM
Field Original Value New Value
Link This issue relates to STDCXX-240 [ STDCXX-240 ]
Martin Sebor added a comment - 20/May/08 07:28 PM
We need to decide whether the optional exception support is something we want to continue to support and if so, clean up the test failures and set up periodic nightly builds to avoid regressions. If we don't want to support optional exceptions in the future, we might want to simplify the exception handling logic in the library by removing support for the user-defined exception throwing function (via the __rw::__rw_throw_proc() function pointer).

Scheduled for 4.3.


Martin Sebor made changes - 20/May/08 07:28 PM
Description
Many of the test programs don't compile if _RWSTD_NO_EXCEPTIONS is defined. All of our primary and secondary platforms support exceptions by default, but this support can usually be disabled with a command line argument to the compiler.


Many of the test programs don't compile if _RWSTD_NO_EXCEPTIONS is defined. All of our primary and secondary platforms support exceptions by default, but this support can usually be disabled with a command line argument to the compiler.


Affects Version/s 4.2.1 [ 12312690 ]
Fix Version/s 4.3 [ 12312692 ]
Assignee Travis Vitek [ vitek ]
Travis Vitek made changes - 11/Jul/09 12:06 AM
Assignee Travis Vitek [ vitek ]