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 1:33 PM, Thomas Koenig wrote: > Hi Jerry, > >> This will avoid potential undefined behavior on various systems. I will make >> this change and test. If passes, OK for mainline? > > Good thinking. > > Your revised version is OK if it passes. > > Thanks a lot for the patch! > > Best regards > > Thomas > Pushed: commit 489423763d3c8b84d3409f4b200fb6b19ad96db3 (HEAD -> master, origin/master, origin/HEAD) Author: Jerry DeLisle <[email protected]> Date: Tue Dec 30 14:46:35 2025 -0800 Fortran: Generate a runtime error on recursive I/O PR libfortran/119136