This is the mail archive of the gcc-bugs@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]

[Bug libstdc++/31836] [4.3 Regression] FAIL: 27_io/basic_istream/extractors_arithmetic/char/12.cc execution test



------- Comment #6 from dave at hiauly1 dot hia dot nrc dot ca  2007-05-06 04:00 -------
Subject: Re:  [4.3 Regression] FAIL:
27_io/basic_istream/extractors_arithmetic/char/12.cc execution test

> I would ask you to help me with config/locale/generic/c_locale.cc on hppa. I
> would ask you first to check separately the various tests in 12.cc and see
> which one is failing, float, double, long double or all of them (I expect
> integers to be all fine). I think float is the most tricky to get right.

Unmodified, 12.cc fails here:

Breakpoint 1, bool test12_aux<short>(bool) (integer_type=true)
    at
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/12.cc:54
54        VERIFY( is.fail() );
(gdb) bt
#0  bool test12_aux<short>(bool) (integer_type=true)
    at
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/12.cc:54
#1  0x00005460 in test12() ()
    at
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/12.cc:61

Dave


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31836


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