]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/44969 ([C++0x] <type_traits> std::is_constructible broken for fundamental...
authorJason Merrill <jason@redhat.com>
Mon, 19 Jul 2010 14:50:52 +0000 (10:50 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 19 Jul 2010 14:50:52 +0000 (10:50 -0400)
commitab73eba8bf38a703e40b5e5077b51408fb715d67
treea050dcefcbee61a4d668171c611cf81d4716c07b
parent157be8f67b0ff8906b93ca4b7ee178f2e44fa725
re PR c++/44969 ([C++0x] <type_traits> std::is_constructible broken for fundamental types.)

PR c++/44969
* tree.c (cp_tree_equal): Compare type of *CAST_EXPR.
* pt.c (iterative_hash_template_arg): Hash type of *CAST_EXPR.

From-SVN: r162307
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/cp/tree.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/template/sfinae24.C [new file with mode: 0644]