Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 91910 invoked from network); 20 May 2008 19:30:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 May 2008 19:30:17 -0000 Received: (qmail 161 invoked by uid 500); 20 May 2008 19:30:18 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 135 invoked by uid 500); 20 May 2008 19:30:18 -0000 Mailing-List: contact issues-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list issues@stdcxx.apache.org Received: (qmail 124 invoked by uid 99); 20 May 2008 19:30:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 May 2008 12:30:18 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 May 2008 19:29:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 96086234C114 for ; Tue, 20 May 2008 12:29:55 -0700 (PDT) Message-ID: <291248433.1211311795606.JavaMail.jira@brutus> Date: Tue, 20 May 2008 12:29:55 -0700 (PDT) From: "Martin Sebor (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Updated: (STDCXX-681) Test suite and example programs don't compile on platforms that don't support exceptions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STDCXX-681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-681: -------------------------------- 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. was: 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 Fix Version/s: 4.3 Assignee: Travis Vitek 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. > Test suite and example programs don't compile on platforms that don't support exceptions > ---------------------------------------------------------------------------------------- > > Key: STDCXX-681 > URL: https://issues.apache.org/jira/browse/STDCXX-681 > Project: C++ Standard Library > Issue Type: Bug > Components: Tests > Affects Versions: 4.2.0, 4.2.1 > Reporter: Travis Vitek > Assignee: Travis Vitek > Priority: Minor > Fix For: 4.3 > > > 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. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.