Karl Meakin (karmea01) <[email protected]>) commented on the code:
> +++ gcc/config/aarch64/aarch64-sve-builtins-base.cc
> @@ -959,3 +959,3 @@
> GET_MODE (e.args[0]));
> else
> - icode = (e.type_suffix (0).float_p
> + {
These `{}` and indentation can be elided, because there is only one statement
in the body
--
https://forge.sourceware.org/gcc/gcc-TEST/pulls/164#issuecomment-6322
