Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 85243 invoked from network); 19 Dec 2007 21:53:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Dec 2007 21:53:04 -0000 Received: (qmail 97733 invoked by uid 500); 19 Dec 2007 21:52:53 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 97717 invoked by uid 500); 19 Dec 2007 21:52:53 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 97706 invoked by uid 99); 19 Dec 2007 21:52:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Dec 2007 13:52:53 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Dec 2007 21:52:39 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 22D4A714276 for ; Wed, 19 Dec 2007 13:52:43 -0800 (PST) Message-ID: <22342785.1198101163140.JavaMail.jira@brutus> Date: Wed, 19 Dec 2007 13:52:43 -0800 (PST) From: "Travis Vitek (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Closed: (STDCXX-604) [IBM XLC++ 9.0] ICE on 23.bitset.cons.stdcxx-297 In-Reply-To: <10871398.1193029130780.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STDCXX-604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek closed STDCXX-604. ------------------------------- Resolution: Fixed Verified to compile and run in automated testing. > [IBM XLC++ 9.0] ICE on 23.bitset.cons.stdcxx-297 > ------------------------------------------------ > > Key: STDCXX-604 > URL: https://issues.apache.org/jira/browse/STDCXX-604 > Project: C++ Standard Library > Issue Type: Bug > Components: Tests > Affects Versions: 4.2.0 > Environment: IBM XLC++ 9.0/AIX 5.3 > Reporter: Martin Sebor > Assignee: Travis Vitek > Fix For: 4.2.1 > > Attachments: stdcxx-604.patch > > > The 23.bitset.cons.stdcxx-297.cpp regression test fails to compile with IBM XLC++ 9.0 due to an internal compiler error: > xlCcore_r -c -I$(TOPDIR)/include/ansi -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include -O -Q -qtemplateregistry=23.bitset.cons.stdcxx-297.ti $(TOPDIR)/tests/regress/23.bitset.cons.stdcxx-297.cpp > /nfs/packages/mdx/aix/compilers/5.2.0/va90/root/usr/vacpp/bin/.orig/xlCcore_r: 1501-230 (S) Internal compiler error; please contact your Service Representative > gmake: *** [23.bitset.cons.stdcxx-297.o] Error 41 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.