This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/53598] missed diagnostics / equality comparison result unused
- From: "arnaud.bienner at ensimag dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 21 Jul 2017 07:49:05 +0000
- Subject: [Bug c++/53598] missed diagnostics / equality comparison result unused
- Auto-submitted: auto-generated
- References: <bug-53598-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53598
--- Comment #3 from Arnaud Bienner <arnaud.bienner at ensimag dot fr> ---
For the record, bug 62182 (closed as duplicate of this one) contained a patch I
wrote. It's not really working/neat, and I didn't have time to spend more time
on it, but might be useful for someone trying to implement this.