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

2017-04-23 Thread zbeekman at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71729 Zaak changed: What|Removed |Added CC||zbeekman at gmail dot com --- Comment #3 from

[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] -Wl,-z,noexecstack Segmentation fault

2016-07-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71729 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|