: 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
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.
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/
: 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