Setup Install GCC compiler Issue

2022-12-04 Thread Demian Sanchez Lopez via Fortran
Hello Fortran Admin, I would love to begin my computer programming journey, but I am having problems at the installation point. Where do I install the GCC compilers? I accidentally deleted the location on the "Browse" stage. Please help. Best, Demian Sanchez Lopez

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

2022-12-04 Thread Paul Richard Thomas via Fortran
Hi Harald, You will, perhaps, rue having me back when you see the updated finalization patch :-) This time, I will be breaking it up into digestible chunks! I'll be posting in about one week. Regards Paul On Sun, 4 Dec 2022 at 19:40, Harald Anlauf wrote: > Hi Paul, > > thanks - and it is go

Re: [PATCH] Fortran: error recovery simplifying UNPACK for insufficient FIELD [PR107922]

2022-12-04 Thread Harald Anlauf via Fortran
Hi Mikael, Am 04.12.22 um 14:11 schrieb Mikael Morin: Le 01/12/2022 à 21:25, Harald Anlauf via Fortran a écrit : Dear all, we did not properly handle the case of insufficient array-valued FIELD when trying to simplify UNPACK and could run into a NULL pointer dereference.  The fix is obvious.

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

2022-12-04 Thread Harald Anlauf via Fortran
Hi Paul, thanks - and it is good to see that you are back! Harald Am 04.12.22 um 12:48 schrieb Paul Richard Thomas via Gcc-patches: Hi Harald, That's good to commit. Thanks for the patch. Paul On Sat, 3 Dec 2022 at 20:40, Harald Anlauf via Fortran wrote: Dear all, here's a small docu

Re: Team Collaboration Considerations

2022-12-04 Thread Benson Muite via Fortran
On 12/4/22 06:52, Jerry D via Fortran wrote: 3. Mattermost looks pretty good and was easy to set up.  The free    version is a bit better than Slacks. GCC C++ uses it. This server application runs well. The desktop application is a little resource heavy, however there is also a Qt based deskto

Re: [PATCH] Fortran: error recovery simplifying UNPACK for insufficient FIELD [PR107922]

2022-12-04 Thread Mikael Morin
Le 01/12/2022 à 21:25, Harald Anlauf via Fortran a écrit : Dear all, we did not properly handle the case of insufficient array-valued FIELD when trying to simplify UNPACK and could run into a NULL pointer dereference. The fix is obvious. Regtested on x86_64-pc-linux-gnu. OK for mainline? The

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

2022-12-04 Thread Paul Richard Thomas via Fortran
Hi Harald, That's good to commit. Thanks for the patch. Paul On Sat, 3 Dec 2022 at 20:40, Harald Anlauf via Fortran wrote: > 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 intrinsi

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

2022-12-04 Thread Paul Richard Thomas via Fortran
Hi Harald, It looks good to me. OK to commit. Thanks Paul On Sat, 3 Dec 2022 at 18:27, Harald Anlauf via Fortran wrote: > 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