From: Paul Eggert Date: Tue, 14 Apr 2026 02:19:09 +0000 (-0700) Subject: error_h: fix icx version in commentary X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acbecf6ea2a4f68abef4335b740704a814d9dacc;p=thirdparty%2Fgnulib.git error_h: fix icx version in commentary --- diff --git a/ChangeLog b/ChangeLog index ed84178e00..6d9af7ad40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,7 +7,7 @@ 2026-04-13 Paul Eggert - 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. diff --git a/m4/error_h.m4 b/m4/error_h.m4 index 78cb57385c..25f91c4556 100644 --- a/m4/error_h.m4 +++ b/m4/error_h.m4 @@ -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);