https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87989
--- Comment #7 from Nathan Sidwell <nathan at gcc dot gnu.org> --- Author: nathan Date: Fri Nov 16 11:51:51 2018 New Revision: 266204 URL: https://gcc.gnu.org/viewcvs?rev=266204&root=gcc&view=rev Log: [PR c++/86246] ICE tsubst explicit operator call https://gcc.gnu.org/ml/gcc-patches/2018-11/msg01405.html PR c++/86246 PR c++/87989 * typeck.c (finish_class_member_access_expr): Conversion operator to dependent type is dependent. * g++.dg/template/pr86246.C: New. * g++.dg/template/pr87989.C: New. Modified: branches/gcc-8-branch/gcc/cp/ChangeLog branches/gcc-8-branch/gcc/cp/typeck.c branches/gcc-8-branch/gcc/testsuite/ChangeLog