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

--- Comment #4 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Reproducible with just:

struct A {};
A operator<(A, A) { return A(); }
A operator>(A, A) { return A(); }

Reply via email to