Module Name: src Committed By: rin Date: Fri Aug 4 03:31:13 UTC 2023
Modified Files: src/tests/lib/libc/gen: t_siginfo.c Log Message: t_siginfo:sigfpe_int: Adjust for GCC12 Do not use constant 1 as numerator to raise integer division by zero. GCC >= 12 optimizes (1 / i) into (abs(i) == 1 ? i : 0), even for -O0. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/tests/lib/libc/gen/t_siginfo.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.