[Bug c++/77984] Invalid warning on templated operator= with -Weffc++

2018-02-13 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77984 David Malcolm changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/77984] Invalid warning on templated operator= with -Weffc++

2017-11-22 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77984 --- Comment #6 from Eric Gallager --- (In reply to Eric Gallager from comment #5) > (In reply to Jonathan Wakely from comment #4) > > No, but IMHO it should be (unless somebody fixes it, see PR 16166 and PR > > 16168 and PR 55837 and others). >

[Bug c++/77984] Invalid warning on templated operator= with -Weffc++

2017-08-22 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77984 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/77984] Invalid warning on templated operator= with -Weffc++

2016-10-21 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77984 --- Comment #4 from Jonathan Wakely --- No, but IMHO it should be (unless somebody fixes it, see PR 16166 and PR 16168 and PR 55837 and others).

[Bug c++/77984] Invalid warning on templated operator= with -Weffc++

2016-10-21 Thread carlosmf.pt at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77984 --- Comment #3 from carlosmf.pt at gmail dot com --- I also have the same issue when using -Weffc++. Is efcc++ deprecated?

[Bug c++/77984] Invalid warning on templated operator= with -Weffc++

2016-10-15 Thread victor at paleologue dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77984 --- Comment #2 from Victor Paléologue --- Right, thanks for the reply. But the, may it be fixed, or did the GCC project officially announce they stopped supporting it?

[Bug c++/77984] Invalid warning on templated operator= with -Weffc++

2016-10-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77984 --- Comment #1 from Jonathan Wakely --- -Weffc++ is basically broken and not useful for modern C++ code.