Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 20454 invoked from network); 22 Oct 2007 19:41:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Oct 2007 19:41:12 -0000 Received: (qmail 46370 invoked by uid 500); 22 Oct 2007 19:41:00 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 46309 invoked by uid 500); 22 Oct 2007 19:40:59 -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 46298 invoked by uid 99); 22 Oct 2007 19:40:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Oct 2007 12:40:59 -0700 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; Mon, 22 Oct 2007 19:41:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7D40B714231 for ; Mon, 22 Oct 2007 12:40:51 -0700 (PDT) Message-ID: <1831834.1193082051510.JavaMail.jira@brutus> Date: Mon, 22 Oct 2007 12:40:51 -0700 (PDT) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Updated: (STDCXX-565) [Compaq C++ 7.1] floating point underflow warnings compiling library In-Reply-To: <15532499.1190226792865.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-565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-565: -------------------------------- Fix Version/s: 4.2.1 Scheduled for 4.2.1. > [Compaq C++ 7.1] floating point underflow warnings compiling library > -------------------------------------------------------------------- > > Key: STDCXX-565 > URL: https://issues.apache.org/jira/browse/STDCXX-565 > Project: C++ Standard Library > Issue Type: Bug > Components: Build > Affects Versions: trunk > Environment: Compaq (now HP) C++ 7.1, Tru64 UNIX > Reporter: Martin Sebor > Priority: Minor > Fix For: 4.2.1 > > > With the latest trunk (but not with 4.1.3) we're getting the warnings below when building the library. They suggest we might have a problem in the definition of the macros. > gmake: Entering directory `$(BUILDDIR)/lib' > ... > cxx -c -D_RWSTDDEBUG -D_RWSTD_SHARED_LIB -I$(TOPDIR)/include -I$(BUILDDIR)/include -x cxx -nocxxstd -std strict_ansi_errors -g -w1 -msg_disable 450 -ptr repository.ti $(TOPDIR)/src/collate.cpp > cxx: Warning: $(TOPDIR)/include/limits, line 439: > underflow occurs in evaluating this expression > _RWSTD_STATIC_FUN (long double, (min), _RWSTD_LDBL_MIN) > ----^ > ... > cxx -c -D_RWSTDDEBUG -D_RWSTD_SHARED_LIB -I$(TOPDIR)/include -I$(BUILDDIR)/include -x cxx -nocxxstd -std strict_ansi_errors -g -w1 -msg_disable 450 -ptr repository.ti $(TOPDIR)/src/limits.cpp > cxx: Warning: $(TOPDIR)/include/limits, line 439: > underflow occurs in evaluating this expression > _RWSTD_STATIC_FUN (long double, (min), _RWSTD_LDBL_MIN) > ----^ > ... > cxx -c -D_RWSTDDEBUG -D_RWSTD_SHARED_LIB -I$(TOPDIR)/include -I$(BUILDDIR)/include -x cxx -nocxxstd -std strict_ansi_errors -g -w1 -msg_disable 450 -ptr repository.ti $(TOPDIR)/src/locale_core.cpp > cxx: Info: $(TOPDIR)/src/locale_core.cpp, line 110: > statement is unreachable > _RW::__rw_chararray pathname; > ----------------------------^ > ... > cxx -c -D_RWSTDDEBUG -D_RWSTD_SHARED_LIB -I$(TOPDIR)/include -I$(BUILDDIR)/include -x cxx -nocxxstd -std strict_ansi_errors -g -w1 -msg_disable 450 -ptr repository.ti $(TOPDIR)/src/num_get.cpp > cxx: Warning: $(TOPDIR)/src/num_get.cpp, line 761: > underflow occurs in evaluating this expression > __rw_validate (ld, LDbl (_RWSTD_LDBL_MIN), > -----------------------------------------^ > cxx -c -D_RWSTDDEBUG -D_RWSTD_SHARED_LIB -I$(TOPDIR)/include -I$(BUILDDIR)/include -x cxx -nocxxstd -std strict_ansi_errors -g -w1 -msg_disable 450 -ptr repository.ti $(TOPDIR)/src/num_put.cpp > cxx: Warning: $(TOPDIR)/include/limits, line 439: > underflow occurs in evaluating this expression > _RWSTD_STATIC_FUN (long double, (min), _RWSTD_LDBL_MIN) > ----^ -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.