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

--- Comment #4 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
Or even:

int fii(int p) {
  int &r=p;
  return !&r;
}

Reply via email to