https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83423

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2017-12-15
     Ever confirmed|0                           |1

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
> However, we also call this hook when compiling normal, non-nested
> functions, so the sorry is effective for both nested and non-nested functions.

expand_builtin_setjmp_receiver
df_get_entry_block_def_set

I think those two functions should be fixed instead of fixing the default hook.

df_get_entry_block_def_set is newish and should be fixed. 
expand_builtin_setjmp_receiver is old but not normally used in general.

Reply via email to