[Bug target/114175] [14] RISC-V: Execution test failures on gcc.dg/c23-stdarg-6.c

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Feb 29 19:01:43 GMT 2024


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

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
The testcase btw performs double arithmetics and casts result to int, but it is
all whole numbers, (double) 1 + 2.0 + (double) 3 + 4.0, so it would really
surprise me if
it didn't yield the expected 10 unless there is a mismatch in arg passing.


More information about the Gcc-bugs mailing list