Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 33649 invoked from network); 22 Nov 2007 00:25:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Nov 2007 00:25:56 -0000 Received: (qmail 5591 invoked by uid 500); 22 Nov 2007 00:25:43 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 5576 invoked by uid 500); 22 Nov 2007 00:25:43 -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 5565 invoked by uid 99); 22 Nov 2007 00:25:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Nov 2007 16:25:43 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Thu, 22 Nov 2007 00:25:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8E326714231 for ; Wed, 21 Nov 2007 15:59:43 -0800 (PST) Message-ID: <14952141.1195689583578.JavaMail.jira@brutus> Date: Wed, 21 Nov 2007 15:59:43 -0800 (PST) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Created: (STDCXX-670) [IBM XLC++/AIX] doesn't #define macro setjmp MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [IBM XLC++/AIX] doesn't #define macro setjmp ------------------------------------------------------- Key: STDCXX-670 URL: https://issues.apache.org/jira/browse/STDCXX-670 Project: C++ Standard Library Issue Type: Bug Components: 18. Language Support Affects Versions: 4.2.0 Reporter: Martin Sebor Priority: Minor As noted in STDCXX-606, the header fails to #define the macro setjmp as required. As a result, the test for this functionality , 18.setjmp.cpp, fails an assertion: # INFO (S1) (10 lines): # TEXT: # COMPILER: IBM VisualAge C++, __IBMCPP__ = 900 # ENVIRONMENT: powerpc/LP64 running aix-5.3 # FILE: 18.setjmp.cpp # COMPILED: Nov 21 2007, 16:53:28 # COMMENT: header ############################################################ # CLAUSE: support.runtime # ASSERTION (S7) (4 lines): # TEXT: macro setjmp not #defined # CLAUSE: support.runtime # LINE: 66 # +-----------------------+----------+----------+----------+ # | DIAGNOSTIC | ACTIVE | TOTAL | INACTIVE | # +-----------------------+----------+----------+----------+ # | (S1) INFO | 1 | 1 | 0% | # | (S7) ASSERTION | 1 | 4 | 75% | # +-----------------------+----------+----------+----------+ -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.