Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 88136 invoked from network); 2 Mar 2006 19:42:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Mar 2006 19:42:25 -0000 Received: (qmail 88809 invoked by uid 500); 2 Mar 2006 19:43:12 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 88790 invoked by uid 500); 2 Mar 2006 19:43:12 -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 88779 invoked by uid 99); 2 Mar 2006 19:43:12 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Mar 2006 11:43:10 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 1EE38DD for ; Thu, 2 Mar 2006 20:42:47 +0100 (CET) Message-ID: <50936476.1141328567124.JavaMail.jira@ajax.apache.org> Date: Thu, 2 Mar 2006 20:42:47 +0100 (CET) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Commented: (STDCXX-159) [XLC++ 8.0/AIX] ICE while optimizing ti_insert_int.cpp In-Reply-To: <1354073311.1141328211028.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/STDCXX-159?page=comments#action_12368582 ] Martin Sebor commented on STDCXX-159: ------------------------------------- The following sources all fail with the same error: ti_insert_int.cpp, ti_insert_ptr.cpp, ti_istream.cpp, ti_ostream.cpp, ti_winsert_int.cpp, ti_winsert_ptr.cpp, ti_wistream.cpp, ti_wostream.cpp. > [XLC++ 8.0/AIX] ICE while optimizing ti_insert_int.cpp > ------------------------------------------------------ > > Key: STDCXX-159 > URL: http://issues.apache.org/jira/browse/STDCXX-159 > Project: C++ Standard Library > Type: Bug > Components: Build > Versions: 4.1.3 > Environment: $ uname -srv && xlCcore -qversion > AIX 3 5 > IBM XL C/C++ Enterprise Edition V8.0 for AIX > Version: 08.00.0000.0000 > Reporter: Martin Sebor > Assignee: Martin Sebor > Fix For: 4.1.4 > > Reported to IBM in PMR 02237,K78,000: > $ nice gmake BUILDTYPE=8d BUILDDIR=/build/sebor/xlc-8.0-8d > GNUmakefile:283: "CONFIG not specified, using vacpp.config" > creating BUILDDIR=/build/sebor/xlc-8.0-8d > generating /build/sebor/xlc-8.0-8d/makefile.in from /build/sebor/dev/stdlib/etc/config/vacpp.config > gmake[1]: Entering directory `/build/sebor/xlc-8.0-8d' > gmake[2]: Entering directory `/build/sebor/xlc-8.0-8d/include' > gmake config > gmake[3]: Entering directory `/build/sebor/xlc-8.0-8d/include' > configuring for xlCcore-for on aix-5.3 > checking if compiler is sane ok > checking if linker is sane ok > checking if run environment is sane ok > checking system architecture ILP32 big endian > ... > gmake[2]: Leaving directory `/build/sebor/xlc-8.0-8d/lib' > gmake[2]: Entering directory `/build/sebor/xlc-8.0-8d/lib' > ... > xlCcore -c -I/build/sebor/dev/stdlib/include/ansi -D_RWSTD_USE_CONFIG -I/build/sebor/xlc-8.0-8d/include -I/build/sebor/dev/stdlib/include -O -qinline -qtemplateregistry=repository.ti /build/sebor/dev/stdlib/src/ti_insert_int.cpp > /nfs/packages/mdx/aix/compilers/5.3.0/va80/root/usr/vacpp/bin/.orig/xlCcore: 1501-230 Internal compiler error; please contact your Service Representative > gmake[2]: *** [ti_insert_int.o] Error 40 > gmake[2]: Leaving directory `/build/sebor/xlc-8.0-8d/lib' > gmake[1]: *** [lib] Error 2 > gmake[1]: Leaving directory `/build/sebor/xlc-8.0-8d' > gmake: *** [libstd] Error 2 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira