[Bug target/126484] error: too few argu ments to function ‘unsigned int __builtin_m ips_get_fcsr(void)`
"jakub at gcc dot gnu.org via Gcc-bugs" <[email protected]>
| Newsgroups | gmane.comp.gcc.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
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...