1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-04-28 06:33:36 +00:00

error_h: fix icx version in commentary

This commit is contained in:
Paul Eggert
2026-04-13 19:19:09 -07:00
parent e1532bc0fe
commit acbecf6ea2
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View 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);