Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 75356 invoked from network); 7 Dec 2007 00:52:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Dec 2007 00:52:05 -0000 Received: (qmail 80314 invoked by uid 500); 7 Dec 2007 00:51:53 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 80254 invoked by uid 500); 7 Dec 2007 00:51: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 80242 invoked by uid 99); 7 Dec 2007 00:51:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Dec 2007 16:51: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; Fri, 07 Dec 2007 00:51:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6ABFD71425B for ; Thu, 6 Dec 2007 16:51:43 -0800 (PST) Message-ID: <395653.1196988703434.JavaMail.jira@brutus> Date: Thu, 6 Dec 2007 16:51:43 -0800 (PST) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Commented: (STDCXX-603) [IBM XLC++ 9.0] unsats on std::valarray::apply() in 26.valarray.members.stdcxx-313.cpp In-Reply-To: <751797.1193028710809.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-603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549261 ] Martin Sebor commented on STDCXX-603: ------------------------------------- Committed thus: http://svn.apache.org/viewvc?rev=601935&view=rev We also need to isolate the compiler bug to a small test case, add it to Jira under the External category, and let IBM know about it. Did you ever manage to report the other issue (was it STDCXX-605) to them? > [IBM XLC++ 9.0] unsats on std::valarray::apply() in 26.valarray.members.stdcxx-313.cpp > ----------------------------------------------------------------------------------------- > > Key: STDCXX-603 > URL: https://issues.apache.org/jira/browse/STDCXX-603 > 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-603.patch > > > The 26.valarray.members.stdcxx-313.cpp regression test fails to link with IBM XLC++ 9.0 on AIX 5.3: > xlCcore_r -c -I$(TOPDIR)/include/ansi -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include -O -Q -qtemplateregistry=26.valarray.members.stdcxx-313.ti $(TOPDIR)/tests/regress/26.valarray.members.stdcxx-313.cpp > xlCcore_r 26.valarray.members.stdcxx-313.o -o 26.valarray.members.stdcxx-313 -L$(BUILDDIR)/rwtest -lrwtest -I$(TOPDIR)/include/ansi -liconv -Wl,-bh:5 -L$(BUILDDIR)/lib -Wl,-bsvr4,-R$(BUILDDIR)/lib:$(BUILDDIR)/rwtest -lstd -lm -qtemplateregistry=26.valarray.members.stdcxx-313.ti > ld: 0711-317 ERROR: Undefined symbol: .std::valarray::apply(S(*)(S)) const > ld: 0711-317 ERROR: Undefined symbol: .std::valarray::apply(S(*)(const S&)) const > ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. > gmake: *** [26.valarray.members.stdcxx-313] Error 8 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.