[
https://issues.apache.org/jira/browse/STDCXX-670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Sebor updated STDCXX-670:
--------------------------------
Description:
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}
was:
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% |
# +-----------------------+----------+----------+----------+
Fix Version/s: 4.2.2
Assignee: Travis Vitek
Remaining Estimate: 1h
Original Estimate: 1h
Disabled formatting.
Scheduled for 4.2.2 and assigned to Travis.
> [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
> Remaining Estimate: 1h
>
> 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.