On Sat, Feb 1, 2025 at 11:14 AM H.J. Lu <hjl.to...@gmail.com> wrote: > > Verify that -mstack-protector-guard=global works on x86. Default stack > protector uses TLS. -mstack-protector-guard=global uses a global variable, > __stack_chk_guard, instead of TLS. > > * gcc.target/i386/ssp-global.c: New file.
OK. Thanks, Uros. > > > -- > H.J.