[Bug target/126484] error: too few arguments to function ‘unsigned int __builtin_mips_get_fcsr(void)`

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Jul 29 20:51:32 GMT 2026


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

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Or of course, it could be DEF_MIPS_FTYPE (0, (SI)) and DEF_MIPS_FTYPE (0,
(USI))
and
#define MIPS_FTYPE_NAME0(A) MIPS_##A##_FTYPE_VOID
and
#define MIPS_FTYPE_ATYPES0(A) \
  MIPS_ATYPE_##A
the VOID for arguments just says it has no arguments...


More information about the Gcc-bugs mailing list