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]

target/6101: sparc-sun-solaris2.7 RTL checking failures in libstdc++-v3 tests w/-m64



>Number:         6101
>Category:       target
>Synopsis:       sparc-sun-solaris2.7 RTL checking failures in libstdc++-v3 tests w/-m64
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Fri Mar 29 19:36:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Kaveh Ghazi
>Release:        gcc version 3.1 20020328 (prerelease)
>Organization:
>Environment:
sparc-sun-solaris2.7 native as/ld
>Description:
These failures require -m64 to trigger:
FAIL: 21_strings/append.cc (test for excess errors)
FAIL: 21_strings/capacity.cc (test for excess errors)
FAIL: 21_strings/ctor_copy_dtor.cc (test for excess errors)
FAIL: 21_strings/insert.cc (test for excess errors)
FAIL: 21_strings/nonmember.cc (test for excess errors)
FAIL: 21_strings/replace.cc (test for excess errors)
FAIL: 22_locale/collate.cc (test for excess errors)
FAIL: 22_locale/money_get.cc (test for excess errors)
FAIL: 22_locale/money_get_members_char.cc (test for excess errors)
FAIL: 22_locale/money_put.cc (test for excess errors)
FAIL: 22_locale/money_put_members_char.cc (test for excess errors)
FAIL: 22_locale/num_get_members_char.cc (test for excess errors)
FAIL: 22_locale/num_put_members_char.cc (test for excess errors)
FAIL: 22_locale/time_get_members_char.cc (test for excess errors)
FAIL: 22_locale/time_put_members_char.cc (test for excess errors)
FAIL: 26_numerics/complex_inserters_extractors.cc (test for excess errors)
FAIL: 27_io/ios_init.cc (test for excess errors)
FAIL: 27_io/streambuf.cc (test for excess errors)
they are RTL checking failures.  Here's an example:

 > /teal/caip5/ghazi/gcc-testing/branch/build/sparc-sun-solaris2.7/sparcv9/libstdc++-v3/include/bits/basic_string.tcc:
 >   In static member function `static _CharT* std::basic_string<_CharT,
 >   _Traits, _Alloc>::_S_construct(_InIter, _InIter, const _Alloc&,
 >   std::forward_iterator_tag) [with _FwdIter = char*, _CharT = char,
 >   _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]':
 > /teal/caip5/ghazi/gcc-testing/branch/build/sparc-sun-solaris2.7/sparcv9/libstdc++-v3/include/bits/basic_string.tcc:161:
 >   RTL check: expected code `const_int', have `concat' in
 >   output_v9branch, at config/sparc/sparc.c:5560
 > FAIL: 27_io/streambuf.cc (test for excess errors)

>How-To-Repeat:
configure with --enable-checking=misc,tree,rtl,gc on solaris2.7, bootstrap and run "make check"
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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