Gfortran downloading

2022-06-20 Thread Thanh Nguyen via Fortran
Hello, I am wondering where I can download the GFortran compiler Can you pls send me the link the of the latest version Thanks Thanh

[PATCH] Fortran: handle explicit-shape specs with constant bounds [PR105954]

2022-06-20 Thread Harald Anlauf via Fortran
Dear all, after simplification of constant bound expressions of an explicit shape spec of an array, we need to ensure that we never obtain negative extents. In some cases this did happen, and we ICEd as we hit an assert that this should never happen... The original testcase by Gerhard exhibited