https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101327
--- Comment #3 from Steve Kargl <sgk at troutmask dot apl.washington.edu> --- On Mon, Aug 30, 2021 at 07:35:17PM +0000, anlauf at gcc dot gnu.org wrote: > > Steve, > > are you going to submit this or your version? > I no longer have the ability to commit changes, so I won't being submitting patches to fortran@ and gcc-patches@ for review. I'll simply add patches to bug reports and move on. My current method of development: 1) git clone humble into gccx/ 2) Develop a patch and test patch. 3) git diff HEAD > prXXX.diff 4) Place diff into PR. 5) Repeat 2)-4) until gccx/ tree gets messed up 6) rm -rf gccx/ and goto 1)