This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: More test results...


On March 8, 2002 11:57 am, Benjamin Kosnik wrote:
>
> Right! Forgot about that. I'll check in shortly, thanks.

I applied your patch out of the box (what the heck) and bootstrapped, 
but I'm getting testsuite failures on 18_support/numeric_limits.cc.  
For example,

/tmp/ccHKQkyv.o: In function `test02()':
/home/stephenw/gnu/combined/libstdc++-v3/testsuite/testsuite_hooks.h:84: 
undefined reference to `std::__numeric_limits_base::digits'
/tmp/ccHKQkyv.o: In function `void test_extrema<long double>()':
/home/stephenw/gnu/combined/libstdc++-v3/testsuite/testsuite_hooks.h:84: 
undefined reference to `std::__numeric_limits_base::digits10'
/home/stephenw/gnu/combined/libstdc++-v3/testsuite/testsuite_hooks.h:84: 
undefined reference to `std::__numeric_limits_base::max_exponent10'
/home/stephenw/gnu/combined/libstdc++-v3/testsuite/testsuite_hooks.h:84: 
undefined reference to `std::__numeric_limits_base::traps'

Just so ya know.

-- 
Stephen M. Webb


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