[Bug fortran/80408] Problems with SIGNAL, pthread and print together

2019-02-20 Thread raphael.monod at wanadoo dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80408 --- Comment #6 from Raphael Monod --- Thank you very much for your explanations. Now I understand why I was wrong. I will try to change my code to take into account your suggestions. Once more, thank you very much.

[Bug fortran/80408] Problems with SIGNAL, pthread and print together

2019-02-20 Thread jb at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80408 --- Comment #5 from Janne Blomqvist --- (In reply to Raphael Monod from comment #4) > Thank you for your answer. But I don't understand why adding -lpthread > option change the behavior if I do not use any thread. In libgfortran, if a thread

[Bug fortran/80408] Problems with SIGNAL, pthread and print together

2019-02-20 Thread raphael.monod at wanadoo dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80408 --- Comment #4 from Raphael Monod --- Thank you for your answer. But I don't understand why adding -lpthread option change the behavior if I do not use any thread. Moreover, if I refer to this page (

[Bug fortran/80408] Problems with SIGNAL, pthread and print together

2019-02-19 Thread jb at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80408 Janne Blomqvist changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug fortran/80408] Problems with SIGNAL, pthread and print together

2017-04-12 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80408 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/80408] Problems with SIGNAL, pthread and print together

2017-04-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80408 --- Comment #1 from Richard Biener --- You may not call arbitrary functions in signal context but only async-signal safe ones.