aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.cc
diff options
context:
space:
mode:
authorPan Li <pan2.li@intel.com>2024-05-14 09:38:55 +0800
committerPan Li <pan2.li@intel.com>2024-05-14 09:46:17 +0800
commitb6dc8464e613d1da2b28235bbd2f9c3fd4bc386b (patch)
tree8f17d4d46b1d74c37fb7ef6301c097192003f4bd /gcc/expr.cc
parentdd594aab7fb1416b7e06df36ebfe536729df3068 (diff)
downloadgcc-b6dc8464e613d1da2b28235bbd2f9c3fd4bc386b.zip
gcc-b6dc8464e613d1da2b28235bbd2f9c3fd4bc386b.tar.gz
gcc-b6dc8464e613d1da2b28235bbd2f9c3fd4bc386b.tar.bz2
RISC-V: Fix format issue for trailing operator [NFC]
This patch would like to fix below format issue of trailing operator. === ERROR type #1: trailing operator (4 error(s)) === gcc/config/riscv/riscv-vector-builtins.cc:4641:39: if ((exts & RVV_REQUIRE_ELEN_FP_16) && gcc/config/riscv/riscv-vector-builtins.cc:4651:39: if ((exts & RVV_REQUIRE_ELEN_FP_32) && gcc/config/riscv/riscv-vector-builtins.cc:4661:39: if ((exts & RVV_REQUIRE_ELEN_FP_64) && gcc/config/riscv/riscv-vector-builtins.cc:4670:36: if ((exts & RVV_REQUIRE_ELEN_64) && Passed the ./contrib/check_GNU_style.sh for this patch, and double checked there is no other format issue of the original patch. Committed as format change. gcc/ChangeLog: * config/riscv/riscv-vector-builtins.cc (validate_instance_type_required_extensions): Remove the operator from the trailing and put it to new line. Signed-off-by: Pan Li <pan2.li@intel.com>
Diffstat (limited to 'gcc/expr.cc')
0 files changed, 0 insertions, 0 deletions