[XLC++ 7,8,9] unexpected assertions in 18.support.rtti.cpp
----------------------------------------------------------
Key: STDCXX-872
URL: https://issues.apache.org/jira/browse/STDCXX-872
Project: C++ Standard Library
Issue Type: Bug
Components: Configuration
Reporter: Travis Vitek
Priority: Minor
A total of 7 unexpected assertions fail, most likely due to not enabling rtti.
{noformat}
# INFO (S1) (10 lines):
# TEXT:
# COMPILER: IBM VisualAge C++, __IBMCPP__ = 900
# ENVIRONMENT: powerpc running aix-5.3
# FILE: 18.support.rtti.cpp
# COMPILED: Apr 8 2008, 21:17:39
# COMMENT:
############################################################
# CLAUSE: lib.support.rtti
# ASSERTION (S7) (4 lines):
# TEXT: std::type_info::operator==(): "2D1" != "(d1 null)"
# CLAUSE: lib.support.rtti
# LINE: 120
# ASSERTION (S7) (4 lines):
# TEXT: std::type_info::operator==(): "(d1 null)" != "2D1"
# CLAUSE: lib.support.rtti
# LINE: 129
# ASSERTION (S7) (4 lines):
# TEXT: std::type_info::operator==(): "(d1 null)" == "(d2 null)"
# CLAUSE: lib.support.rtti
# LINE: 132
# ASSERTION (S7) (4 lines):
# TEXT: std::type_info::operator!=(): "(d1 null)" == "(d2 null)"
# CLAUSE: lib.support.rtti
# LINE: 146
# ASSERTION (S7) (4 lines):
# TEXT: std::type_info::before ()
# CLAUSE: lib.support.rtti
# LINE: 162
# ASSERTION (S7) (4 lines):
# TEXT: std::type_info::name (): "2D1" != "(d1 null)"
# CLAUSE: lib.support.rtti
# LINE: 167
# ASSERTION (S7) (4 lines):
# TEXT: std::type_info::name (): "2D2" != "(d2 null)"
# CLAUSE: lib.support.rtti
# LINE: 173
-------------+----------+----------+----------+
{noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.