From issues-return-438-apmail-stdcxx-issues-archive=stdcxx.apache.org@stdcxx.apache.org Tue Feb 26 14:45:43 2008 Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 53096 invoked from network); 26 Feb 2008 14:45:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Feb 2008 14:45:43 -0000 Received: (qmail 73463 invoked by uid 500); 26 Feb 2008 14:45:39 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 73446 invoked by uid 500); 26 Feb 2008 14:45:39 -0000 Mailing-List: contact issues-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list issues@stdcxx.apache.org Received: (qmail 73437 invoked by uid 99); 26 Feb 2008 14:45:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Feb 2008 06:45:38 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Feb 2008 14:45:00 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2FBC029A0014 for ; Tue, 26 Feb 2008 06:44:51 -0800 (PST) Message-ID: <1479208403.1204037091194.JavaMail.jira@brutus> Date: Tue, 26 Feb 2008 06:44:51 -0800 (PST) From: "Farid Zaripov (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Closed: (STDCXX-738) [EDG eccp 3.9/Linux] __FLT_MIN__, __DBL_MIN__, __LDBL_MIN__ undefined In-Reply-To: <750541089.1203601519280.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-738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov closed STDCXX-738. -------------------------------- Merged into 4.2.x branch thus: http://svn.apache.org/viewvc?rev=631233&view=rev > [EDG eccp 3.9/Linux] __FLT_MIN__, __DBL_MIN__, __LDBL_MIN__ undefined > --------------------------------------------------------------------- > > Key: STDCXX-738 > URL: https://issues.apache.org/jira/browse/STDCXX-738 > Project: C++ Standard Library > Issue Type: Bug > Components: Configuration > Affects Versions: 4.1.3, 4.1.4, 4.2.0 > Environment: EDG eccp 3.9/RedHat Enterprise Linux 4 > Reporter: Farid Zaripov > Assignee: Farid Zaripov > Fix For: 4.2.1 > > Original Estimate: 3h > Time Spent: 3h > Remaining Estimate: 0h > > The INFINITY.cpp configuration test fails to compile. > {noformat} > eccp -D_RWSTDDEBUG -D_REENTRANT -I. -A -x --template_directory=/usr/tmp/stdcxx/trunk/eccp/15s/lib -g --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815 -c /usr/src/trunk/etc/config/src/INFINITY.cpp -o INFINITY.o > "/usr/src/trunk/etc/config/src/INFINITY.cpp", line 258: error #20: identifier > "__FLT_MIN__" is undefined > if (FLT_MIN <= val.val) > ^ > "/usr/src/trunk/etc/config/src/INFINITY.cpp", line 462: error #20: identifier > "__DBL_MIN__" is undefined > if (DBL_MIN <= val.val) > ^ > "/usr/src/trunk/etc/config/src/INFINITY.cpp", line 723: error #20: identifier > "__DBL_MIN__" is undefined > if (DBL_MIN < val.val) > ^ > 3 errors detected in the compilation of "/usr/src/trunk/etc/config/src/INFINITY.cpp". > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.