OSDN Git Service

PR c++/32232
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 7 Jul 2007 07:31:54 +0000 (07:31 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 7 Jul 2007 07:31:54 +0000 (07:31 +0000)
commit9788fee1c2448852af5d37eac5ed4f88e1f43352
treebca463c42618d10c0ca30ba315e4729c03478151
parent70ae6476fa55847f2c1422691a16c8d405efa002
PR c++/32232
* pt.c (resolve_overloaded_unification): Robustify.  Return a
bool, not an int.
(type_unification_real): Adjust accordingly.
PR c++/32232
* g++.dg/template/overload9.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126435 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/template/overload9.C [new file with mode: 0644]