Re: [Ada] introduce stack scrub (strub) feature

2021-10-06 Thread Alexandre Oliva via Gcc-patches
On Oct 5, 2021, Pierre-Marie de Rodat wrote: > * gcc-interface/utils.c (handle_strub_attribute): New. > (gnat_internal_attribute_table): Add strub. FTR, this is just a dummy. The actual implementation was submitted along with the language- and machine-independent infrastructure at

[Ada] introduce stack scrub (strub) feature

2021-10-05 Thread Pierre-Marie de Rodat via Gcc-patches
This is the GNAT part of the patch that adds the strub attribute for function and variable types, command-line options, passes and adjustments to implement it, documentation, and tests. Besides documentation, the bulk of the patch adds strub(callable) to subprograms that the compiler may call impl