From d108866d7cea119ca73e87a0ea131c5b25612033 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Mon, 23 Jan 2023 11:16:16 -0800 Subject: [ci skip] Updates to CHANGES/RELEASE --- CHANGES.txt | 5 +++-- RELEASE.txt | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index aaa44a0..c7944ba 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -107,8 +107,9 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER looked up through a node ended up generating a Python SyntaxError because it was passed through scons_subst(). - Have the gfortran tool do a better job of honoring user preferences - for the dialect tools (F95, SHF95, etc.). Previously these were - unconditionally forced to 'gfortran'; the change should be more + for the dialect tools (F77, F90, F03 and F09, as well as the shared-library + equivalents SHF77, SHF90, SHF03, SHF09). Previously these were + unconditionally overwritten to 'gfortran'; the change should be more in line with expectations of how these variables should work. Also cleaned a few Fortran tests - test behavior does not change. diff --git a/RELEASE.txt b/RELEASE.txt index 703bf7b..c78bcb2 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -73,8 +73,8 @@ FIXES failing with an exception when a CacheDir was enabled. This is now corrected. - When using the gfortran tool (the default on most platforms as long as a GNU toolchain is installed), the user setting of the "dialect" compilers - (F77, F90, F03 and F09, as well as the shared-library complements SHF77, - SHF90, SHF03, SHF09) is now honored; previously the tool forced the + (F77, F90, F03 and F09, as well as the shared-library equivalents SHF77, + SHF90, SHF03, SHF09) is now honored; previously the tool overwrote the settings to 'gfortran', which made it difficult reference a cross-compile version for dialects. -- cgit v0.12