https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71835
Martin Liška <marxin at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice-on-invalid-code Status|UNCONFIRMED |NEW Last reconfirmed| |2016-07-11 CC| |marxin at gcc dot gnu.org Target Milestone|--- |6.2 Summary|ICE on invalid C++ code |[6/7 Regression] ICE on |with ambiguous overloaded |invalid C++ code with |operators: tree check: |ambiguous overloaded |expected tree that contains |operators: tree check: |‘decl minimal’ structure, |expected tree that contains |have ‘pointer_type’ in |‘decl minimal’ structure, |convert_like_real, at |have ‘pointer_type’ in |cp/call.c:6549 |convert_like_real, at | |cp/call.c:6549 Ever confirmed|0 |1 --- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> --- GCC 6.1.0 works fine, but the head of gcc-6 branch ICEs, same as current trunk.