From stdcxx-dev-return-421-apmail-incubator-stdcxx-dev-archive=incubator.apache.org@incubator.apache.org Thu Dec 08 21:26:31 2005 Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 2920 invoked from network); 8 Dec 2005 21:26:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Dec 2005 21:26:31 -0000 Received: (qmail 34420 invoked by uid 500); 8 Dec 2005 21:26:31 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 34399 invoked by uid 500); 8 Dec 2005 21:26:30 -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 34388 invoked by uid 99); 8 Dec 2005 21:26:30 -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, 08 Dec 2005 13:26:30 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 88CFA18F for ; Thu, 8 Dec 2005 22:26:09 +0100 (CET) Message-ID: <662927672.1134077169558.JavaMail.jira@ajax.apache.org> Date: Thu, 8 Dec 2005 22:26:09 +0100 (CET) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Closed: (STDCXX-22) [MIPSpro 7.41] ICE compiling time_put.cpp In-Reply-To: <1492583347.1126575990360.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-22?page=all ] Martin Sebor closed STDCXX-22: ------------------------------ Fix confirmed. > [MIPSpro 7.41] ICE compiling time_put.cpp > ----------------------------------------- > > Key: STDCXX-22 > URL: http://issues.apache.org/jira/browse/STDCXX-22 > Project: STDCXX > Type: Bug > Components: Build > Versions: 4.1.2 > Environment: MIPSpro 7.41 > Reporter: Martin Sebor > Assignee: Martin Sebor > Priority: Critical > Fix For: 4.1.3 > > The compiler dies while compiling time_put.cpp: > $ nice gmake BUILDTYPE=11s BUILDDIR=/build/sebor/mipspro-7.41-11s/ CONFIG=mipspro.config > creating BUILDDIR=/build/sebor/mipspro-7.41-11s/ > generating /build/sebor/mipspro-7.41-11s//makefile.in... > gmake[1]: Entering directory `/build/sebor/mipspro-7.41-11s' > gmake[2]: Entering directory `/build/sebor/mipspro-7.41-11s/include' > gmake config > gmake[3]: Entering directory `/build/sebor/mipspro-7.41-11s/include' > ... > configuring for CC-7.41 on IRIX64-6.5-IP27 > 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 > ... > CC -c -I/build/sebor/dev/stdlib/include/ansi -D_RWSTDDEBUG -D_RWSTD_USE_CONFIG -I/build/sebor/mipspro-7.41-11s//include -I/build/sebor/dev/stdlib/include -g -ansiW -woff1429,1460,1521,3150,3333 /build/sebor/dev/stdlib/src/time_put.cpp > Signal: Segmentation fault in Scope Setup phase. > Error: Signal Segmentation fault in phase Scope Setup -- processing aborted > CC ERROR: /usr/lib32/cmplrs/fecc died due to signal 4 > CC ERROR: core dumped > gmake[2]: *** [time_put.o] Error 32 > gmake[2]: Leaving directory `/build/sebor/mipspro-7.41-11s/lib' > gmake[1]: *** [libstd] Error 2 > gmake[1]: Leaving directory `/build/sebor/mipspro-7.41-11s' > 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