This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/65168] diagnostic: missing: reference cannot be bound to dereferenced null pointer


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

--- Comment #5 from Jan Kratochvil <jan.kratochvil at redhat dot com> ---
(In reply to Manuel LÃpez-IbÃÃez from comment #3)
> Does this patch work in your real-world code?

There were just many tests like:
  if (!&r)
    return 0;
So it should really work, thanks.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]