Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 94857 invoked from network); 27 Feb 2006 18:47:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Feb 2006 18:47:37 -0000 Received: (qmail 24942 invoked by uid 500); 27 Feb 2006 18:47:37 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 24923 invoked by uid 500); 27 Feb 2006 18:47:37 -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 24910 invoked by uid 99); 27 Feb 2006 18:47:36 -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; Mon, 27 Feb 2006 10:47:25 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id A0328DF for ; Mon, 27 Feb 2006 19:46:57 +0100 (CET) Message-ID: <1662968432.1141066017654.JavaMail.jira@ajax.apache.org> Date: Mon, 27 Feb 2006 19:46:57 +0100 (CET) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Resolved: (STDCXX-147) [Linux/AMD64,EM64T] SIGFPE in 18.limits.traps In-Reply-To: <1479815942.1140209073135.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-147?page=all ] Martin Sebor resolved STDCXX-147: --------------------------------- Resolution: Fixed Fixed with the referenced change. > [Linux/AMD64,EM64T] SIGFPE in 18.limits.traps > --------------------------------------------- > > Key: STDCXX-147 > URL: http://issues.apache.org/jira/browse/STDCXX-147 > Project: C++ Standard Library > Type: Bug > Components: Tests > Versions: 4.1.3 > Environment: Linux/AMD64,EM64T > Reporter: Martin Sebor > Assignee: Martin Sebor > Priority: Minor > Fix For: 4.1.4 > > $ make 18_limits_traps && ./18_limits_traps > icc -c -I/build/sebor/dev/stdlib/include/ansi -D_RWSTD_USE_CONFIG -I/build/sebor/icc-9.0-8S/include -I/build/sebor/dev/stdlib/include -I/build/sebor/dev/stdlib/../rwtest -I/build/sebor/dev/stdlib/../rwtest/include -I/build/sebor/dev/stdlib/tests/include -Xc -no_cpprt -O2 -w1 /build/sebor/dev/stdlib/tests/support/18_limits_traps.cpp > icc -no_cpprt /nfs/packages/mdx/redhat/em64t/compilers/intel/cc_9.0.031/lib/crtxi.o 18_limits_traps.o -o 18_limits_traps -L/build/sebor/icc-9.0-8S/rwtest -lrwtest8s -L/build/sebor/icc-9.0-8S/lib -lstd8s -Bstatic -lcxa -lunwind -Bdynamic /nfs/packages/mdx/redhat/em64t/compilers/intel/cc_9.0.031/lib/crtxn.o -lm > # INFO (S1) (9 lines): > # TEXT: > # COMPILER: Intel C++, __INTEL_COMPILER = 900, __INTEL_COMPILER_BUILD_DATE = 20060120, __EDG_VERSION__ = 304 > # ENVIRONMENT: x86_64/LP64 running linux-elf 2.4.20 with glibc 2.3 > # FILE: 18_limits_traps.cpp > # COMPILED: Feb 17 2006, 11:03:26 > # COMMENT: traps data member > ###################################################### > # CLAUSE: lib.numeric.limits.members > # INFO (S1) (3 lines): > # TEXT: std::numeric_limits::traps = true > # CLAUSE: lib.numeric.limits.members > # INFO (S1) (3 lines): > # TEXT: std::numeric_limits::traps = true > # CLAUSE: lib.numeric.limits.members > Floating point exception -- 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