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++/71835] [6/7 Regression] ICE on invalid C++ code with ambiguous overloaded operators: tree check: expected tree that contains ‘decl minimal’ structure, have ‘pointer_type’ in convert_like_real, at cp/call.c:6549


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

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Tue Jul 19 08:46:26 2016
New Revision: 238461

URL: https://gcc.gnu.org/viewcvs?rev=238461&root=gcc&view=rev
Log:
        Backported from mainline
        2016-07-18  Jakub Jelinek  <jakub@redhat.com>

        PR c++/71835
        * call.c (build_op_call_1): Use convert_like_with_context only
        if cand->fn is a decl.

        * g++.dg/conversion/ambig3.C: New test.

Added:
    branches/gcc-6-branch/gcc/testsuite/g++.dg/conversion/ambig3.C
Modified:
    branches/gcc-6-branch/gcc/cp/ChangeLog
    branches/gcc-6-branch/gcc/cp/call.c
    branches/gcc-6-branch/gcc/testsuite/ChangeLog

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