From issues-return-1307-apmail-stdcxx-issues-archive=stdcxx.apache.org@stdcxx.apache.org Tue Apr 15 16:34:17 2008 Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 88101 invoked from network); 15 Apr 2008 16:34:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Apr 2008 16:34:16 -0000 Received: (qmail 27854 invoked by uid 500); 15 Apr 2008 16:34:12 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 27832 invoked by uid 500); 15 Apr 2008 16:34:12 -0000 Mailing-List: contact issues-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list issues@stdcxx.apache.org Received: (qmail 27814 invoked by uid 99); 15 Apr 2008 16:34:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Apr 2008 09:34:12 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Apr 2008 16:33:37 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5C1D4234C0D6 for ; Tue, 15 Apr 2008 09:31:08 -0700 (PDT) Message-ID: <843027949.1208277068376.JavaMail.jira@brutus> Date: Tue, 15 Apr 2008 09:31:08 -0700 (PDT) From: "Travis Vitek (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Created: (STDCXX-872) [XLC++ 7,8,9] unexpected assertions in 18.support.rtti.cpp MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [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.