Re: [C++ Patch] PR 80991 ("ICE with __is_trivially_constructible in template")

2017-10-24 Thread Jason Merrill
OK. On Wed, Oct 18, 2017 at 7:07 AM, Paolo Carlini wrote: > Hi, > > a rather straightforward issue that we didn't notice so far only because in > all our uses of __is_trivially_constructible either neither type is > dependent or both are (eg, in library uses). The below

[C++ Patch] PR 80991 ("ICE with __is_trivially_constructible in template")

2017-10-18 Thread Paolo Carlini
Hi, a rather straightforward issue that we didn't notice so far only because in all our uses of __is_trivially_constructible either neither type is dependent or both are (eg, in library uses). The below handles in the obvious way a possible TREE_LIST - built node by node by