[
https://issues.apache.org/jira/browse/STDCXX-670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12609674#action_12609674
]
Travis Vitek commented on STDCXX-670:
-------------------------------------
Committed to 4.2.x in [r673164|http://svn.apache.org/viewvc?rev=673164].
> [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
> Assignee: Travis Vitek
> Priority: Minor
> Fix For: 4.2.2
>
> Original Estimate: 1h
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> As noted in STDCXX-606, the header
> [{{<setjmp.h>}}|http://svn.apache.org/repos/asf/stdcxx/tags/4.2.0/include/ansi/setjmp.h]
> fails to {{#define}} the macro {{setjmp}} as required. As a result, the test
> for this functionality,
> [{{18.setjmp.cpp}}|http://svn.apache.org/repos/asf/stdcxx/tags/4.2.0/tests/support/18.setjmp.cpp],
> fails an assertion:
> {noformat}
> # 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% |
> # +-----------------------+----------+----------+----------+
> {noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.