[Bug fortran/107373] New: Unexpected result with loop optimisation

2022-10-24 Thread raphael.monod at wanadoo dot fr via Gcc-bugs
: fortran Assignee: unassigned at gcc dot gnu.org Reporter: raphael.monod at wanadoo dot fr Target Milestone: --- Created attachment 53765 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53765&action=edit Source of test producing the bug (MWE) The attached test show the

[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 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 ( https://docs.oracle.com/cd/E19455-01/806-5257/

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

2017-04-12 Thread raphael.monod at wanadoo dot fr
: fortran Assignee: unassigned at gcc dot gnu.org Reporter: raphael.monod at wanadoo dot fr Target Milestone: --- Created attachment 41186 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41186&action=edit simple source file illustrating the problem Hi, I try t