[Bug c++/77465] [DR909] rejected C-style cast involving casting away constness from result of conversion operator

2024-05-22 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77465

Eric Gallager  changed:

   What|Removed |Added

 CC||egallager at gcc dot gnu.org

--- Comment #5 from Eric Gallager  ---
Maybe at least special-case the -Wold-style-cast warning to say something
special about it?

[Bug c++/77465] [DR909] rejected C-style cast involving casting away constness from result of conversion operator

2022-03-13 Thread ed at catmur dot uk via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77465

--- Comment #4 from Ed Catmur  ---
Branch: https://github.com/gcc-mirror/gcc/compare/master...ecatmur:so-66816741

[Bug c++/77465] [DR909] rejected C-style cast involving casting away constness from result of conversion operator

2021-12-30 Thread ed at catmur dot uk via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77465

--- Comment #3 from Ed Catmur  ---
Sent patches to mailing list:
https://gcc.gnu.org/pipermail/gcc-patches/2021-December/587495.html

[Bug c++/77465] [DR909] rejected C-style cast involving casting away constness from result of conversion operator

2021-08-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77465

--- Comment #2 from Andrew Pinski  ---
I love how all 4 different compilers (GCC, clang, ICC and MSVC) have this same
bug.

[Bug c++/77465] [DR909] rejected C-style cast involving casting away constness from result of conversion operator

2016-09-03 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77465

Andrew Pinski  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Last reconfirmed||2016-09-03
 Ever confirmed|0   |1

--- Comment #1 from Andrew Pinski  ---
Confirmed.