Team Collaboration Considerations

2022-12-03 Thread Jerry D via Fortran
Hi all, Some of you may recall way back when I established the gfortran IRC channel to facilitate collaboration on gfortran development. I have had some discussions with a few people about advancing to newer technology.  One thing I have learned is that the gcc C++ team has adopted the Matte

[PATCH] Fortran: fix typo in documentation of intrinsic FLOOR [PR107870]

2022-12-03 Thread Harald Anlauf via Fortran
Dear all, here's a small documentation fix for the intrinsic FLOOR. Besides that, I adjusted the description of the optional KIND argument to Fortran intrinsics to conform to the F2018 standard, which reads "scalar integer constant expression". Tested with "make dvi". OK for mainline? Thanks, H

[PATCH] Fortran: error recovery handling invalid CLASS variable [PR107899]

2022-12-03 Thread Harald Anlauf via Fortran
Dear all, the attached obvious patch fixes a NULL pointer dereference that occurs with an invalid CLASS argument to DEALLOCATE. Regtested on x86_64-pc-linux-gnu. Will commit soon unless there are comments. Thanks, Harald From dfe7f1a06d78f6319ad81f5774dc43fe52e37f45 Mon Sep 17 00:00:00 2001 Fr