K 10 svn:author V 3 jhb K 8 svn:date V 27 2023-03-22T22:30:13.749969Z K 7 svn:log V 509 kernel: Disable errors for -Walloca-larger-than for GCC. GCC complains about the use of alloca() with variable sizes (for XSAVE state len) in sendsig() for i386. Modern XSAVE state is probably getting a bit large for the i386 kstack, but downgrade the error to a warning. Reviewed by: kib, emaste Differential Revision: https://reviews.freebsd.org/D31934 (cherry picked from commit e72c7e2738ca9f5893ba5e5e9dc120dfc82fabfd) Git Hash: 9d8607fa3fab125d8df01e4940613beeb0f6cd38 Git Author: jhb@FreeBSD.org END