public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/44121]  New: [4.6 Regression] multiple char-related fails.
@ 2010-05-13 18:46 iains at gcc dot gnu dot org
  2010-05-13 18:47 ` [Bug libstdc++/44121] " iains at gcc dot gnu dot org
                   ` (21 more replies)
  0 siblings, 22 replies; 23+ messages in thread
From: iains at gcc dot gnu dot org @ 2010-05-13 18:46 UTC (permalink / raw)
  To: gcc-bugs

m32 and m64:

FAIL: 27_io/basic_stringbuf/in_avail/char/1.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/in_avail/char/1.cc compilation failed to produce
executable
FAIL: 27_io/basic_stringbuf/in_avail/wchar_t/1.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/in_avail/wchar_t/1.cc compilation failed to
produce executable
FAIL: 27_io/basic_stringbuf/sbumpc/char/1.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/sbumpc/char/1.cc compilation failed to produce
executable
FAIL: 27_io/basic_stringbuf/sbumpc/wchar_t/1.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/sbumpc/wchar_t/1.cc compilation failed to
produce executable
FAIL: 27_io/basic_stringbuf/sgetc/char/1.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/sgetc/char/1.cc compilation failed to produce
executable
FAIL: 27_io/basic_stringbuf/sgetc/wchar_t/1.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/sgetc/wchar_t/1.cc compilation failed to produce
executable
FAIL: 27_io/basic_stringbuf/sgetn/char/1.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/sgetn/char/1.cc compilation failed to produce
executable
FAIL: 27_io/basic_stringbuf/sgetn/wchar_t/1.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/sgetn/wchar_t/1.cc compilation failed to produce
executable
FAIL: 27_io/basic_stringbuf/snextc/char/1.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/snextc/char/1.cc compilation failed to produce
executable
FAIL: 27_io/basic_stringbuf/snextc/wchar_t/1.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/snextc/wchar_t/1.cc compilation failed to
produce executable
FAIL: ext/mt_allocator/deallocate_global_thread-1.cc execution test
FAIL: ext/mt_allocator/deallocate_global_thread-3.cc execution test
FAIL: ext/stdio_sync_filebuf/char/1.cc (test for excess errors)
WARNING: ext/stdio_sync_filebuf/char/1.cc compilation failed to produce
executable
FAIL: ext/stdio_sync_filebuf/char/12048-3.cc (test for excess errors)
WARNING: ext/stdio_sync_filebuf/char/12048-3.cc compilation failed to produce
executable
FAIL: ext/stdio_sync_filebuf/char/12048-4.cc (test for excess errors)
WARNING: ext/stdio_sync_filebuf/char/12048-4.cc compilation failed to produce
executable
FAIL: ext/stdio_sync_filebuf/wchar_t/1.cc (test for excess errors)
WARNING: ext/stdio_sync_filebuf/wchar_t/1.cc compilation failed to produce
executable
FAIL: ext/stdio_sync_filebuf/wchar_t/12948-3.cc (test for excess errors)
WARNING: ext/stdio_sync_filebuf/wchar_t/12948-3.cc compilation failed to
produce executable
FAIL: ext/stdio_sync_filebuf/wchar_t/12948-4.cc (test for excess errors)
WARNING: ext/stdio_sync_filebuf/wchar_t/12948-4.cc compilation failed to
produce executable
====

collect2: ld returned 1 exit status
compiler exited with status 1
output is:
Undefined symbols:
  "__gnu_cxx::stdio_sync_filebuf<char, std::char_traits<char> >::xsgetn(char*,
int)", referenced from:
      test05()    in ccRAtAkX.o
ld: symbol(s) not found
collect2: ld returned 1 exit status

FAIL: ext/stdio_sync_filebuf/char/12048-4.cc (test for excess errors)


-- 
           Summary: [4.6 Regression] multiple char-related fails.
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: iains at gcc dot gnu dot org
GCC target triplet: i686-apple-darwin9


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


^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2010-08-11 10:22 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-13 18:46 [Bug libstdc++/44121] New: [4.6 Regression] multiple char-related fails iains at gcc dot gnu dot org
2010-05-13 18:47 ` [Bug libstdc++/44121] " iains at gcc dot gnu dot org
2010-05-13 19:10 ` [Bug middle-end/44121] " paolo dot carlini at oracle dot com
2010-05-13 19:13 ` paolo dot carlini at oracle dot com
2010-05-13 19:24 ` hjl dot tools at gmail dot com
2010-05-13 19:41 ` iains at gcc dot gnu dot org
2010-05-13 20:07 ` hjl dot tools at gmail dot com
2010-05-13 20:25 ` paolo dot carlini at oracle dot com
2010-05-13 20:32 ` iains at gcc dot gnu dot org
2010-05-13 20:57 ` paolo dot carlini at oracle dot com
2010-05-13 21:59 ` iains at gcc dot gnu dot org
2010-05-13 22:53 ` iains at gcc dot gnu dot org
2010-05-20  6:26 ` reichelt at gcc dot gnu dot org
2010-06-24 21:34 ` rguenth at gcc dot gnu dot org
2010-07-11  0:25 ` iains at gcc dot gnu dot org
2010-07-11  4:58 ` dominiq at lps dot ens dot fr
2010-07-23 11:53 ` rguenth at gcc dot gnu dot org
2010-07-23 13:15 ` iains at gcc dot gnu dot org
2010-07-29 11:15 ` howarth at nitro dot med dot uc dot edu
2010-07-29 11:28 ` rguenth at gcc dot gnu dot org
2010-08-06 11:08 ` dominiq at lps dot ens dot fr
2010-08-06 12:48 ` dominiq at lps dot ens dot fr
2010-08-11 10:22 ` iains at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).