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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW
           Keywords|                            |needs-bisection,
                   |                            |needs-reduction
   Last reconfirmed|                            |2023-10-12

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
This looks wrong:
```
;; Function func_28.constprop.isra (func_28.constprop.0.isra.0, funcdef_no=115,
decl_uid=6855, cgraph_uid=120, symbol_order=162)

void func_28.constprop.isra (int32_t * * p_30)
{
  <bb 2> [local count: 1073741824]:
  return;

}
```
>From :
```
static uint16_t func_28(int16_t p_29, int32_t ** p_30, int32_t * p_31, uint16_t
p_32)
{
    int32_t *l_668 = &g_10;
    (*p_30) = l_668;
    return p_29;
}

```

Reply via email to