https://gcc.gnu.org/g:1bc45f0d5b2495275ce6acd45cb11669f09defcf

commit 1bc45f0d5b2495275ce6acd45cb11669f09defcf
Author: Michael Meissner <meiss...@linux.ibm.com>
Date:   Tue Jun 18 14:36:17 2024 -0400

    Update ChangeLog.*

Diff:
---
 gcc/ChangeLog.bugs | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/gcc/ChangeLog.bugs b/gcc/ChangeLog.bugs
index 449f44ce3fa8..e52a70168c3a 100644
--- a/gcc/ChangeLog.bugs
+++ b/gcc/ChangeLog.bugs
@@ -1,6 +1,6 @@
-==================== Branch work169-bugs, patch #402 ====================
+==================== Branch work169-bugs, patch #403 ====================
 
-Do not build IEEE 128-bit support for little endian power5.
+Do not build IEEE 128-bit support if VSX is not available.
 
 2024-06-18  Michael Meissner  <meiss...@linux.ibm.com>
 
@@ -9,20 +9,19 @@ libgfortran/
        * configure.ac (powerpc64le*-linux*): Check to see that the compiler
        uses VSX before enabling IEEE 128-bit support.
        * configure: Regenerate.
-       * kinds-override.h: Do not enable IEEE 128-bit floating point support on
-       little endian PowerPC that does not have VSX support.
-       * libgfortran.h (POWER_IEEE128): Add check for __VSX__.
+       * kinds-override.h (GFC_REAL_17): Add check for __VSX__.
+       * libgfortran.h (POWER_IEEE128): Likewise.
 
 libstdc++-v3/
 
-       * configure.ac (powerpc*-*-linux*): Skip IEEE 128-bit on little endian
-       PowerPC systems without VSX.
+       * 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 work169-bugs, patch #402 was reverted 
====================
 ==================== Branch work169-bugs, patch #401 was reverted 
====================
-
 ==================== Branch work169-bugs, patch #400 was reverted 
====================
 
 ==================== Branch work169-bugs, patch #11 (work169 branch) 
====================

Reply via email to