https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71729
--- Comment #2 from Pierre Navaro ---
(In reply to Jakub Jelinek from comment #1)
> Don't do it then. -z noexecstack asserts there are no trampolines in the
> code, but your code does need trampolines and thus executable stack, because
> you are
Assignee: unassigned at gcc dot gnu.org
Reporter: elhombrefr at yahoo dot fr
Target Milestone: ---
Created attachment 38812
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38812&action=edit
Code example
By compiling and running the attached fortran code prof.f90