https://gcc.gnu.org/g:5414c9a058837198fa9da1da672e28dd84da1f1d
commit 5414c9a058837198fa9da1da672e28dd84da1f1d Author: Michael Meissner <meiss...@linux.ibm.com> Date: Fri Jul 12 14:13:30 2024 -0400 Update ChangeLog.* Diff: --- gcc/ChangeLog.bugs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/gcc/ChangeLog.bugs b/gcc/ChangeLog.bugs index 7ae08f41109b..61066c019ccd 100644 --- a/gcc/ChangeLog.bugs +++ b/gcc/ChangeLog.bugs @@ -1,3 +1,17 @@ +==================== Branch work171-bugs, patch #304 ==================== + +Use -mcpu=native instead of -mcpu=power9 when checking for float128 hardware support. + +2024-07-12 Michael Meissner <meiss...@linux.ibm.com> + +gcc/testsuite/ + + PR target/115800 + PR target/113652 + * lib/target-supports.exp (check_ppc_float128_hw_available): Use + -mcpu=native rather than -mcpu=power9 to check if the machine has + float128 hardware support. + ==================== Branch work171-bugs, patch #303 ==================== Disable adding -mvsx when checking for float128 support.