Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 66655 invoked from network); 2 Nov 2007 22:32:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Nov 2007 22:32:18 -0000 Received: (qmail 54866 invoked by uid 500); 2 Nov 2007 22:32:06 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 54851 invoked by uid 500); 2 Nov 2007 22:32:06 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 54840 invoked by uid 99); 2 Nov 2007 22:32:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Nov 2007 15:32:06 -0700 X-ASF-Spam-Status: No, hits=-99.8 required=10.0 tests=ALL_TRUSTED,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Nov 2007 22:32:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C6E1B714231 for ; Fri, 2 Nov 2007 15:31:50 -0700 (PDT) Message-ID: <18179014.1194042710812.JavaMail.jira@brutus> Date: Fri, 2 Nov 2007 15:31:50 -0700 (PDT) From: "Travis Vitek (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Updated: (STDCXX-643) std::exception declaration incompatible with implementation provided by runtime library on AIX In-Reply-To: <11354770.1194042470665.JavaMail.jira@brutus> 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-643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-643: -------------------------------- Severity: Binary Incompatibility (was: Incorrect Behavior) > std::exception declaration incompatible with implementation provided by runtime library on AIX > ---------------------------------------------------------------------------------------------- > > Key: STDCXX-643 > URL: https://issues.apache.org/jira/browse/STDCXX-643 > Project: C++ Standard Library > Issue Type: Bug > Components: 19. Diagnostics > Affects Versions: 4.2 > Environment: AIX > Reporter: Travis Vitek > Fix For: 5.0 > > > A description of the problem is available here. > http://www.nabble.com/19.exceptions.mt.cpp-fails-on-AIX-tf4738595.html > Essentially we need to add a const char* member to std::exception for AIX. Unfortunately the fix is a binary incompatible with previous versions of stdcxx. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.