Re: [patch, fortran] Emit error for recursive I/O
Jerry D <[email protected]>
| Newsgroups | gmane.comp.gcc.patches,gmane.comp.gcc.fortran |
|---|---|
| Message-ID | <[email protected]> |
On 1/4/26 11:23 AM, Thomas Koenig wrote:
> Hello world,
>
> the attached patch hijacks Jerry's version and adds logic which
> should make everything thread-safe. (Jerry, I hope you don't mind
> this).
No problem Thomas. I will test this later today.
Jerry
PS
Regarding the test case, for it to pass on FreeBSD one needs the following:
! { dg-do run }
! { dg-options "-pthread" { target { x86_64-*-freebsd* } } }
! { dg-shouldfail "Recursive" }