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

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
#include <stdio.h>
int main()
{
  printf("%p\n", stderr);
  return 0;
}

produces the same error

Reply via email to