This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libstdc++/7753: Problems with <limit> (signaling_Nan())


The following reply was made to PR libstdc++/7753; it has been noted by GNATS.

From: Gabriel Dos Reis <gdr@integrable-solutions.net>
To: Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
Cc: <gcc-gnats@gcc.gnu.org>
Subject: Re: libstdc++/7753: Problems with <limit> (signaling_Nan())
Date: 29 Aug 2002 10:58:51 +0200

 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de> writes:
 
 | as --version
 | GNU assembler 2.13.90.0.3 20020809
 | Copyright 2002 Free Software Foundation, Inc.
 | This program is free software; you may redistribute it under the terms of
 | the GNU General Public License.  This program has absolutely no warranty.
 | This assembler was configured for a target of `i686-pc-linux-gnu'.
 | 
 | ld --version
 | GNU ld version 2.13.90.0.3 20020809
 | Copyright 2002 Free Software Foundation, Inc.
 | This program is free software; you may redistribute it under the terms of
 | the GNU General Public License.  This program has absolutely no warranty.
 | 
 | nm libstdc++.so | c++filt| grep _float_
 | 
 | 00095630 r std::__glibcpp_float_QNaN
 | 00095634 r std::__glibcpp_float_SNaN
 | 0009562c r std::__glibcpp_float_infinity
 | 00095638 r std::__glibcpp_float_denorm_min
 | 
 | nm libstdc++.so | c++filt| grep _double_
 | 00095648 r std::__glibcpp_double_QNaN
 | 00095650 r std::__glibcpp_double_SNaN
 | 00095640 r std::__glibcpp_double_infinity
 | 0009566c r std::__glibcpp_long_double_QNaN
 | 00095678 r std::__glibcpp_long_double_SNaN
 | 00095658 r std::__glibcpp_double_denorm_min
 | 00095660 r std::__glibcpp_long_double_infinity
 | 00095684 r std::__glibcpp_long_double_denorm_min
 | 
 | Hope this helps,
 
 Thanks, so this seems to be a binutils issue.  
 Would you mind reporting that to binutils people?
 
 Thanks,
 
 -- Gaby


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]