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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Reduced testcase:
```
void
pgm_copystring(const char __memx * p)
{
    unsigned char c;
    c = *p;
}

```

Reply via email to