public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/61532] New: [4.10 regression]  make_signed and make_unsigned wchar_t have started failing in the libstdc++ testsuite.
@ 2014-06-17  7:35 ramana at gcc dot gnu.org
  2014-06-17  7:37 ` [Bug libstdc++/61532] " ramana at gcc dot gnu.org
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: ramana at gcc dot gnu.org @ 2014-06-17  7:35 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61532

            Bug ID: 61532
           Summary: [4.10 regression]  make_signed and make_unsigned
                    wchar_t have started failing in the libstdc++
                    testsuite.
           Product: gcc
           Version: 4.10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ramana at gcc dot gnu.org

Somewhere between 210455 and 210475 these tests started failing on
arm-none-linux-gnueabihf. I see the same failures on aarch64-none-elf too.


FAIL: 20_util/make_signed/requirements/typedefs-1.cc (test for excess errors)
FAIL: 20_util/make_signed/requirements/typedefs-2.cc (test for excess errors)
FAIL: 20_util/make_unsigned/requirements/typedefs-1.cc (test for excess errors)
FAIL: 20_util/make_unsigned/requirements/typedefs-2.cc (test for excess errors)
FAIL: tr1/2_general_utilities/shared_ptr/modifiers/reset_neg.cc  (test for
errors, line 36)

All with 

   static_assert( is_same<test23_type, volatile signed wchar_t>::value,


or their equivalent.

In C on ARM the wchar_t type is defined to unsigned int on AAPCS configurations
which is true for Linux, I'm not sure what we do in C++ but I expect this to be
the same. I suspect there is something underlying here for all targets that
define wchar_t to be unsigned int by default.

Looking at other testresults in June it looks like atleast the first 2 tests
fail on powerpc-linux and powerpc-aix 




regards
Ramana


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

end of thread, other threads:[~2014-06-24 10:46 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-17  7:35 [Bug libstdc++/61532] New: [4.10 regression] make_signed and make_unsigned wchar_t have started failing in the libstdc++ testsuite ramana at gcc dot gnu.org
2014-06-17  7:37 ` [Bug libstdc++/61532] " ramana at gcc dot gnu.org
2014-06-17  7:43 ` redi at gcc dot gnu.org
2014-06-17  7:55 ` redi at gcc dot gnu.org
2014-06-17  7:57 ` redi at gcc dot gnu.org
2014-06-17  8:00 ` ramana at gcc dot gnu.org
2014-06-17  8:28 ` [Bug libstdc++/61532] [4.9/4.10 " rguenth at gcc dot gnu.org
2014-06-17  9:01 ` glisse at gcc dot gnu.org
2014-06-17 11:25 ` redi at gcc dot gnu.org
2014-06-23 17:23 ` redi at gcc dot gnu.org
2014-06-23 18:17 ` redi at gcc dot gnu.org
2014-06-23 20:30 ` redi at gcc dot gnu.org
2014-06-23 20:31 ` redi at gcc dot gnu.org
2014-06-24 10:41 ` ramana.radhakrishnan at arm dot com
2014-06-24 10:46 ` redi at gcc dot gnu.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).