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

Thomas Koenig <tkoenig at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tkoenig at gcc dot gnu.org

--- Comment #7 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
As a matter of style, I do not like random casts, they clutter the code and
make
adhering to the 80 character line limit even more of a pain.

A macro might be better here, or a function safe_toupper.

Reply via email to