[Bug libstdc++/61532] [4.9/4.10 regression] make_signed and make_unsigned wchar_t have started failing in the libstdc++ testsuite.

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jun 23 20:30:00 GMT 2014


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

--- Comment #8 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Author: redi
Date: Mon Jun 23 20:29:57 2014
New Revision: 211914

URL: https://gcc.gnu.org/viewcvs?rev=211914&root=gcc&view=rev
Log:
    PR libstdc++/61532
    * testsuite/20_util/make_signed/requirements/typedefs-1.cc: Do not
    apply the signed specifier to wchar_t.
    * testsuite/20_util/make_signed/requirements/typedefs-2.cc: Likewise.
    * testsuite/20_util/make_unsigned/requirements/typedefs-1.cc: Do not
    apply the unsigned specifier to wchar_t.
    * testsuite/20_util/make_unsigned/requirements/typedefs-2.cc:
    Likewise.

Modified:
    branches/gcc-4_9-branch/libstdc++-v3/ChangeLog
   
branches/gcc-4_9-branch/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs-1.cc
   
branches/gcc-4_9-branch/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs-2.cc
   
branches/gcc-4_9-branch/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs-1.cc
   
branches/gcc-4_9-branch/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs-2.cc



More information about the Gcc-bugs mailing list