On 5/9/22 18:41, Marek Polacek wrote:
When compiling this test on ARM with -O, we ICE in cxx_eval_store_expression
while evaluating a CALL_EXPR allocator::~allocator (&D.4529). Its body
has this store:
= this
The RHS is evaluated into &D.4529 of type allocator *. The object,
, is of type
When compiling this test on ARM with -O, we ICE in cxx_eval_store_expression
while evaluating a CALL_EXPR allocator::~allocator (&D.4529). Its body
has this store:
= this
The RHS is evaluated into &D.4529 of type allocator *. The object,
, is of type void *. Their types don't match so we go