https://gcc.gnu.org/g:24ecb864d6c40f84d20420c105f6b36e534285f1

commit 24ecb864d6c40f84d20420c105f6b36e534285f1
Author: Michael Meissner <meiss...@linux.ibm.com>
Date:   Wed Jul 3 23:47:19 2024 -0400

    Update ChangeLog.*

Diff:
---
 gcc/ChangeLog.bugs | 38 +++++++++++++++++++++++++++++++++++++-
 1 file changed, 37 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog.bugs b/gcc/ChangeLog.bugs
index d2c5d2ab118..1b4d99c0e5f 100644
--- a/gcc/ChangeLog.bugs
+++ b/gcc/ChangeLog.bugs
@@ -1,6 +1,42 @@
+==================== Branch work171-bugs, patch #301 ====================
+
+Do not build IEEE 128-bit libstdc++ support if VSX is not available.
+
+2024-07-03  Michael Meissner  <meiss...@linux.ibm.com>
+
+libstdc++-v3/
+
+       * configure.ac (powerpc*-*-linux*): Don't enable IEEE 128-bit on PowerPC
+       systems without VSX.
+       * configure: Regenerate.
+       * numeric_traits.h: Don't enable IEEE 128-bit on PowerPC systems without
+       VSX.
+
+==================== Branch work171-bugs, patch #300 ====================
+
+Do not build IEEE 128-bit libgfortran support if VSX is not available.
+
+2024-07-03  Michael Meissner  <meiss...@linux.ibm.com>
+
+libgfortran/
+
+       * configure.ac (powerpc64le*-linux*): Check to see that the compiler
+       uses VSX before enabling IEEE 128-bit support.
+       * configure: Regenerate.
+       * kinds-override.h (GFC_REAL_17): Add check for __VSX__.
+       * libgfortran.h (POWER_IEEE128): Likewise.
+
 ==================== Branch work171-bugs, baseline ====================
 
+Add ChangeLog.bugs and update REVISION.
+
+2024-06-28  Michael Meissner  <meiss...@linux.ibm.com>
+
+gcc/
+
+       * ChangeLog.bugs: New file for branch.
+       * REVISION: Update.
+
 2024-06-28   Michael Meissner  <meiss...@linux.ibm.com>
 
        Clone branch
-

Reply via email to