On 12/15/2016 03:34 AM, Jakub Jelinek wrote:
Hi!I'd like to ping the http://gcc.gnu.org/ml/gcc-patches/2016-12/msg00698.html P0490R0 GB 20: decomposition declaration should commit to tuple interpretation early
+ if (inst == error_mark_node) + return NULL_TREE; This check is unneeded, because complete_type DTRT with error_mark_node + inst = complete_type (inst); + if (!COMPLETE_TYPE_P (inst)) + return NULL_TREE; -- Nathan Sidwell