Re: [PATCH] Fix PR119136 Printing result of function that prints itself hangs
Jerry D <[email protected]>
| Newsgroups | gmane.comp.gcc.patches,gmane.comp.gcc.fortran |
|---|---|
| Message-ID | <[email protected]> |
On 1/1/26 10:53 AM, Jerry D wrote:
> On 1/1/26 8:52 AM, Thomas Koenig wrote:
>> Hi Jerry,
>>
typo, scratch the &&
> if ( && (p->child_dtio == 0))
> {
> if (TRYLOCK(&p->lock))
-- Jerry