Re: Fix tree-nrv.c ICE for direct internal functions

2020-01-06 Thread Jeff Law
On Thu, 2019-12-12 at 15:13 +, Richard Sandiford wrote: > pass_return_slot::execute has: > > /* Ignore internal functions without direct optabs, >those are expanded specially and aggregate_value_p >on their result might result in undesirable warnings

Ping: Fix tree-nrv.c ICE for direct internal functions

2019-12-19 Thread Richard Sandiford
Ping Richard Sandiford writes: > pass_return_slot::execute has: > > /* Ignore internal functions without direct optabs, >those are expanded specially and aggregate_value_p >on their result might result in undesirable warnings >with some

Fix tree-nrv.c ICE for direct internal functions

2019-12-12 Thread Richard Sandiford
pass_return_slot::execute has: /* Ignore internal functions without direct optabs, those are expanded specially and aggregate_value_p on their result might result in undesirable warnings with some backends. */ && (!gim