]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
error_h: fix icx version in commentary
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 14 Apr 2026 02:19:09 +0000 (19:19 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 14 Apr 2026 02:19:09 +0000 (19:19 -0700)
ChangeLog
m4/error_h.m4

index ed84178e00b50a8ad052c364d7354e0b4bd8a3e9..6d9af7ad40e9742e7b5997f608ac4e9891e61109 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,7 +7,7 @@
 
 2026-04-13  Paul Eggert  <eggert@cs.ucla.edu>
 
-       error-h: port to Intel OneAPI icx 2026.0.0
+       error-h: port to Intel OneAPI icx 2025.3.2
        Problem reported by Harmen Stoppels in:
        https://lists.gnu.org/r/bug-gnulib/2026-04/msg00085.html
        * m4/error_h.m4 (gl_ERROR_H): Plant an alarm in case error infloops.
index 78cb57385c5b640a49b2f31714d6d843a6e2d9f6..25f91c4556cc46d2194032e88610c61c3134cd4d 100644 (file)
@@ -70,7 +70,7 @@ AC_DEFUN_ONCE([gl_ERROR_H],
               #endif
               static void print_no_progname (void) {}
             ]], [[
-              /* error (0, 0, ...) infloops on Intel OneAPI icx 2026.0.0.  */
+              /* error (0, 0, ...) infloops on Intel OneAPI icx 2025.3.2.  */
               #ifdef SIGALRM
                 signal (SIGALRM, SIG_DFL);
                 alarm (2);