Bug 79995 - Messages for iWMMXt builtins could use some cleanup
Summary: Messages for iWMMXt builtins could use some cleanup
Status: NEW
Alias: None
Product: gcc
Classification: Unclassified
Component: target (show other bugs)
Version: 7.0
: P5 trivial
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords: diagnostic
Depends on:
Blocks: 79923
  Show dependency treegraph
 
Reported: 2017-03-10 23:34 UTC by David Malcolm
Modified: 2021-08-16 08:05 UTC (History)
1 user (show)

See Also:
Host:
Target: arm
Build:
Known to work:
Known to fail:
Last reconfirmed: 2017-03-23 00:00:00


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Malcolm 2017-03-10 23:34:21 UTC
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.
Comment 1 Ramana Radhakrishnan 2017-03-23 09:36:48 UTC
Confirmed.