[Bug c++/87282] Invalid use of 'void', in unevaluated context

2021-12-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87282 --- Comment #3 from Andrew Pinski --- (In reply to Andrew Pinski from comment #2) > Dup of bug 78173. I should say this was fixed in GCC 11+

[Bug c++/87282] Invalid use of 'void', in unevaluated context

2021-12-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87282 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[Bug c++/87282] Invalid use of 'void', in unevaluated context

2018-09-12 Thread delrieutheo at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87282 --- Comment #1 from delrieutheo at gmail dot com --- Note that it fails with operator-=(void*, void*) as well.

[Bug c++/87282] Invalid use of 'void', in unevaluated context

2018-09-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87282 Jonathan Wakely changed: What|Removed |Added Keywords||rejects-valid