[Bug tree-optimization/108457] [13 Regression] tree-ssa-loop-niter.cc:2255:23: warning: variable 'mode' set but not used

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Jan 19 12:06:22 GMT 2023


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Space between cast and mode.
Though I think various other uses of these macros solve this by simply using
SCALAR_INT_TYPE_MODE (utype) directly as argument to those macros rather than
using a temporary variable.


More information about the Gcc-bugs mailing list