[Bug fortran/71729] -Wl,-z,noexecstack Segmentation fault

2016-07-01 Thread elhombrefr at yahoo dot fr
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

[Bug fortran/71729] New: -Wl,-z,noexecstack Segmentation fault

2016-07-01 Thread elhombrefr at yahoo dot fr
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=edit Code example By compiling and running the attached fortran code prof.f90 You