This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/57043] [4.7/4.8/4.9 Regression] converting overloaded complex function pow in C++11 is ambiguous


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57043

--- Comment #8 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Fri Jan 31 15:55:46 2014
New Revision: 207355

URL: http://gcc.gnu.org/viewcvs?rev=207355&root=gcc&view=rev
Log:
    PR c++/57043
    * pt.c (fn_type_unification): Don't do DEDUCE_EXACT check
    during partial ordering.

Added:
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/template/partial15.C
Modified:
    branches/gcc-4_7-branch/gcc/cp/ChangeLog
    branches/gcc-4_7-branch/gcc/cp/pt.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]