https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110157

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
Works for me on x86_64-suse-linux:

> ~/install/gcc-13/usr/local/bin/gcc t.c -fsanitize=address
/usr/bin/ld: warning: /tmp/ccVSp5Vj.o: requires executable stack (because the
.note.GNU-stack section is executable)
rguenther@ryzen:/tmp> ./a.out 
>>> Calling ugt
>>> Done ugt

Reply via email to