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

--- Comment #6 from Richard Biener <rguenth at gcc dot gnu.org> ---
same with

extern void *stderr;
int main()
{
  volatile void *x = stderr;
}

Reply via email to