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++/56208] [4.8 Regression] Some classic sfinae cases fail to work due to access problems


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

--- Comment #10 from Jason Merrill <jason at gcc dot gnu.org> 2013-02-06 03:33:52 UTC ---
Author: jason
Date: Wed Feb  6 03:33:45 2013
New Revision: 195779

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195779
Log:
    PR c++/56208
    * pt.c (fn_type_unification): Discard any access checks from
    substituting explicit args.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/sfinae43.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/pt.c


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