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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
We have been erroring out with -pedantic-errors since at least GCC 5.1.0.
The question becomes do we want to turn this into a non-pedwarn and do we care
enough about throw() since they are deprecated in C++11 and the default C++
standard in GCC11+ is C++17 where throw() is no longer supported?

Reply via email to