https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90598
--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Wed May 29 21:33:18 2019 New Revision: 271752 URL: https://gcc.gnu.org/viewcvs?rev=271752&root=gcc&view=rev Log: PR c++/90598 * tree.c (lvalue_kind): Return clk_none for expressions with with VOID_TYPE_P. * g++.dg/cpp0x/pr90598.C: New test. Added: trunk/gcc/testsuite/g++.dg/cpp0x/pr90598.C Modified: trunk/gcc/cp/ChangeLog trunk/gcc/cp/tree.c trunk/gcc/testsuite/ChangeLog