diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-05-07 15:29:57 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-05-07 15:29:57 +0000 |
commit | 9293b324e70026ecb7ed8955bf0b6e410d213ca1 (patch) | |
tree | 9518d4e7a62dfc1fc031eb8b35ad814f47f5a435 /libstdc++-v3/ChangeLog | |
parent | 66d3a87b51bc320e59db2c0256338e004ce3d519 (diff) | |
download | gcc-9293b324e70026ecb7ed8955bf0b6e410d213ca1.tar.gz |
2007-05-07 Benjamin Kosnik <bkoz@redhat.com>
Howard Hinnant <hhinnant@apple.com>
* include/std/type_traits: (make_signed, make_unsigned): Adjust
for enum sizes.
* testsuite/20_util/make_unsigned/requirements/typedefs.cc: Move to...
* testsuite/20_util/make_unsigned/requirements/typedefs-1.cc: ...here.
* testsuite/20_util/make_unsigned/requirements/typedefs-2.cc: Add,
compile with -funsigned-char -fshort-enums.
* testsuite/20_util/make_signed/requirements/typedefs.cc: Move to...
* testsuite/20_util/make_signed/requirements/typedefs-1.cc: ...here.
* testsuite/20_util/make_signed/requirements/typedefs-2.cc: Add,
compile with -funsigned-char -fshort-enums.
* testsuite/20_util/headers/type_traits/types_std_c++0x_neg.cc:
Add a temporary xfail to this test for all platforms.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124500 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r-- | libstdc++-v3/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index ec746b2802b..7a0a27cd685 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,20 @@ +2007-05-07 Benjamin Kosnik <bkoz@redhat.com> + Howard Hinnant <hhinnant@apple.com> + + * include/std/type_traits: (make_signed, make_unsigned): Adjust + for enum sizes. + * testsuite/20_util/make_unsigned/requirements/typedefs.cc: Move to... + * testsuite/20_util/make_unsigned/requirements/typedefs-1.cc: ...here. + * testsuite/20_util/make_unsigned/requirements/typedefs-2.cc: Add, + compile with -funsigned-char -fshort-enums. + * testsuite/20_util/make_signed/requirements/typedefs.cc: Move to... + * testsuite/20_util/make_signed/requirements/typedefs-1.cc: ...here. + * testsuite/20_util/make_signed/requirements/typedefs-2.cc: Add, + compile with -funsigned-char -fshort-enums. + + * testsuite/20_util/headers/type_traits/types_std_c++0x_neg.cc: + Add a temporary xfail to this test for all platforms. + 2007-05-06 Paolo Carlini <pcarlini@suse.de> * include/std/complex: Add missing extern template declarations. |