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++/62072] [5 regression] No SFINAE performed for function type


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62072

--- Comment #3 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> ---
Author: paolo
Date: Fri Aug 15 16:23:47 2014
New Revision: 214027

URL: https://gcc.gnu.org/viewcvs?rev=214027&root=gcc&view=rev
Log:
/cp
2014-08-15  Paolo Carlini  <paolo.carlini@oracle.com>

    PR c++/62072
    Revert:
    2014-07-09  Paolo Carlini  <paolo.carlini@oracle.com>

    DR 1584
    PR c++/57466
    * pt.c (check_cv_quals_for_unify): Implement resolution, disregard
    cv-qualifiers of function types.

/testsuite
2014-08-15  Paolo Carlini  <paolo.carlini@oracle.com>

    PR c++/62072
    Revert:
    2014-07-09  Paolo Carlini  <paolo.carlini@oracle.com>

    DR 1584
    PR c++/57466
    * g++.dg/template/pr57466.C: New.
    * g++.dg/cpp0x/pr57466.C: Likewise.
    * g++.dg/template/unify6.C: Update.

    * g++.dg/cpp0x/sfinae52.C: New.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/sfinae52.C
Removed:
    trunk/gcc/testsuite/g++.dg/cpp0x/pr57466.C
    trunk/gcc/testsuite/g++.dg/template/pr57466.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/pt.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/template/unify6.C


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