Re: [PATCH] c++: zero_init_expr_p of dependent expression

2020-06-16 Thread Jason Merrill via Gcc-patches
On 6/16/20 9:06 AM, Patrick Palka wrote: On Thu, Apr 23, 2020 at 5:17 PM Jason Merrill wrote: On 4/23/20 4:09 PM, Patrick Palka wrote: This fixes a ICE coming from mangle.c:write_expression when compiling the ranges-v3 testsuite; the added testcase is a reduced reproducer of the ICE. Bootstr

Re: [PATCH] c++: zero_init_expr_p of dependent expression

2020-06-16 Thread Patrick Palka via Gcc-patches
On Thu, Apr 23, 2020 at 5:17 PM Jason Merrill wrote: > > On 4/23/20 4:09 PM, Patrick Palka wrote: > > This fixes a ICE coming from mangle.c:write_expression when compiling the > > ranges-v3 testsuite; the added testcase is a reduced reproducer of the ICE. > > > > Bootstrapped and regtested on x86_

Re: [PATCH] c++: zero_init_expr_p of dependent expression

2020-04-23 Thread Jason Merrill via Gcc-patches
On 4/23/20 4:09 PM, Patrick Palka wrote: This fixes a ICE coming from mangle.c:write_expression when compiling the ranges-v3 testsuite; the added testcase is a reduced reproducer of the ICE. Bootstrapped and regtested on x86_64-pc-linux-gnu, and also tested on the cmcstl2, fmt and range-v3 libra