diff options
author | Pan Li <pan2.li@intel.com> | 2023-06-09 15:44:57 +0800 |
---|---|---|
committer | Pan Li <pan2.li@intel.com> | 2023-06-09 16:13:27 +0800 |
commit | 7f4644f8c683b6a60462a5e10ab67a0598945c37 (patch) | |
tree | bfd3402e6483d3059483bbb58a3f04c106bdb0f0 /gcc/tree-vectorizer.h | |
parent | 4cf6e322adc19f927859e0a5edfa93cec4b8c844 (diff) | |
download | gcc-7f4644f8c683b6a60462a5e10ab67a0598945c37.zip gcc-7f4644f8c683b6a60462a5e10ab67a0598945c37.tar.gz gcc-7f4644f8c683b6a60462a5e10ab67a0598945c37.tar.bz2 |
RISC-V: Fix one warning of frm enum.
This patch would like to fix one warning similar as below, and add the
link for where the values comes from.
./gcc/config/riscv/riscv-protos.h:260:13: warning: binary constants are
a C++14 feature or GCC extension
FRM_RNE = 0b000,
^~~~~
Signed-off-by: Pan Li <pan2.li@intel.com>
gcc/ChangeLog:
* config/riscv/riscv-protos.h (enum frm_field_enum): Adjust
literal to int.
Diffstat (limited to 'gcc/tree-vectorizer.h')
0 files changed, 0 insertions, 0 deletions