You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/22 00:59:43 UTC

[jira] Created: (STDCXX-670) [IBM XLC++/AIX] doesn't #define macro setjmp

[IBM XLC++/AIX] <setjmp.h> 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 <setjmp.h> 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 <setjmp.h>
############################################################

# 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.