Description
GCC 9.X adds a compilation failure when code attempts to clobber %rsp.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52813
GCC 9.X added the enforcement of this and causes Kudu not to compile. Linux System Syscall Support library added a change to adjust that:
We can either upgrade to a newer version or backport that patch
Attachments
Issue Links
- is related to
-
KUDU-2817 C++ Upgrades for before Kudu 1.13 release
- Resolved