[Bug libfortran/98301] random_init() is broken

2021-09-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98301 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |11.3

[Bug libfortran/98301] random_init() is broken

2021-06-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98301 --- Comment #13 from CVS Commits --- The releases/gcc-11 branch has been updated by Andre Vehreschild : https://gcc.gnu.org/g:002745ca3668fc5e87c22acc81caaeaaadf9c47a commit r11-8515-g002745ca3668fc5e87c22acc81caaeaaadf9c47a Author: Andre Vehre

[Bug libfortran/98301] random_init() is broken

2021-05-22 Thread vehre at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98301 Andre Vehreschild changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug libfortran/98301] random_init() is broken

2021-05-22 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98301 --- Comment #12 from CVS Commits --- The master branch has been updated by Andre Vehreschild : https://gcc.gnu.org/g:26ca6dbda23bc6dfab96ce07afa70ebacedfaf9c commit r12-997-g26ca6dbda23bc6dfab96ce07afa70ebacedfaf9c Author: Andre Vehreschild Da

[Bug libfortran/98301] random_init() is broken

2021-04-26 Thread vehre at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98301 Andre Vehreschild changed: What|Removed |Added Status|ASSIGNED|WAITING --- Comment #11 from Andre V

[Bug libfortran/98301] random_init() is broken

2021-04-26 Thread vehre at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98301 --- Comment #10 from Andre Vehreschild --- Created attachment 50674 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50674&action=edit Delta from Steve's patch to one submitted for acceptance to implement random_init for coarray=shared.

[Bug libfortran/98301] random_init() is broken

2021-04-23 Thread vehre at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98301 Andre Vehreschild changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug libfortran/98301] random_init() is broken

2021-04-03 Thread kargl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98301 kargl at gcc dot gnu.org changed: What|Removed |Added Attachment #49770|0 |1 is obsolete|

[Bug libfortran/98301] random_init() is broken

2021-02-22 Thread sgk at troutmask dot apl.washington.edu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98301 --- Comment #7 from Steve Kargl --- On Mon, Feb 22, 2021 at 06:57:03PM +, sgk at troutmask dot apl.washington.edu wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98301 > > --- Comment #6 from Steve Kargl --- > On Mon, Feb 22, 2021 at

[Bug libfortran/98301] random_init() is broken

2021-02-22 Thread sgk at troutmask dot apl.washington.edu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98301 --- Comment #6 from Steve Kargl --- On Mon, Feb 22, 2021 at 04:36:50AM +, jvdelisle at gcc dot gnu.org wrote: > > --- Comment #5 from Jerry DeLisle --- > Steve, if you think this does it. I will get it ready to commit for you. Does > it al

[Bug libfortran/98301] random_init() is broken

2021-02-21 Thread jvdelisle at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98301 Jerry DeLisle changed: What|Removed |Added CC||jvdelisle at gcc dot gnu.org --- Comment

[Bug libfortran/98301] random_init() is broken

2020-12-20 Thread kargl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98301 --- Comment #4 from kargl at gcc dot gnu.org --- Created attachment 49816 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49816&action=edit Newest patch. This new patch implements Thomas idea of generating appropriate library calls for the d

[Bug libfortran/98301] random_init() is broken

2020-12-17 Thread kargl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98301 --- Comment #3 from kargl at gcc dot gnu.org --- Created attachment 49791 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49791&action=edit new diff with improvements New diff with a better implementation.