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

            Bug ID: 79995
           Summary: Messages for iWMMXt builtins could use some cleanup
           Product: gcc
           Version: 7.0
            Status: UNCONFIRMED
          Severity: trivial
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dmalcolm at gcc dot gnu.org
  Target Milestone: ---
            Target: arm

gcc/config/arm/arm-builtins.c:arm_expand_builtin contains numerous lines of the
form:

              if (fcode == ARM_BUILTIN_WRORHI)
                error ("the range of count should be in 0 to 32.  please check
the intrinsic _mm_rori_pi16 in code.");
              else if (fcode == ARM_BUILTIN_WRORWI)

See https://gcc.gnu.org/ml/gcc-patches/2017-03/msg00511.html for a discussion
of how they could be improved.

Reply via email to