You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@stdcxx.apache.org by "Martin Sebor (JIRA)" <ji...@apache.org> on 2008/05/20 20:55:55 UTC

[jira] Updated: (STDCXX-872) [XLC++ 7,8,9] unexpected assertions in 18.support.rtti.cpp

     [ https://issues.apache.org/jira/browse/STDCXX-872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Sebor updated STDCXX-872:
--------------------------------

    Affects Version/s: 4.2.1
        Fix Version/s: 4.2.2
             Assignee: Travis Vitek

Target 4.2.2 and assigned to Travis.

> [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
>    Affects Versions: 4.2.1
>            Reporter: Travis Vitek
>            Assignee: Travis Vitek
>            Priority: Minor
>             Fix For: 4.2.2
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
>  
> 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.