https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119133
--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Dimitar Dimitrov <dimi...@gcc.gnu.org>: https://gcc.gnu.org/g:1b21da6abf22f164adb5d03cc91ef09472d035db commit r15-7912-g1b21da6abf22f164adb5d03cc91ef09472d035db Author: Dimitar Dimitrov <dimi...@dinux.eu> Date: Sun Mar 9 15:57:25 2025 +0200 testsuite: Require effective target float16 for test [PR119133] The test spuriously failed on pru-unknown-elf due to missing support for _Float16 type. PR target/119133 gcc/testsuite/ChangeLog: * gcc.dg/torture/pr119133.c: Require effective target float16. Signed-off-by: Dimitar Dimitrov <dimi...@dinux.eu>