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++/41468] SFINAE for expressions doesn't consider ambiguous conversion sequences



------- Comment #3 from jason at gcc dot gnu dot org  2010-04-27 19:04 -------
Subject: Bug 41468

Author: jason
Date: Tue Apr 27 19:04:23 2010
New Revision: 158799

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158799
Log:
        PR c++/41468
        * call.c (convert_like_real) [ck_ambig]: Just return error_mark_node
        if we don't want errors.

Added:
    trunk/gcc/testsuite/g++.dg/template/sfinae18.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/call.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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