aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-11-26 00:19:26 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-11-26 00:19:26 +0000
commitf89c7916b971d4535d1ae206222ae0e9ff5175f0 (patch)
tree2b5a56448c2b06c3ca3abaccd778c5681fda8b85 /gcc/fortran
parente6d26a21e0369081491941552900ab3cbfdd18a4 (diff)
downloadgcc-f89c7916b971d4535d1ae206222ae0e9ff5175f0.zip
gcc-f89c7916b971d4535d1ae206222ae0e9ff5175f0.tar.gz
gcc-f89c7916b971d4535d1ae206222ae0e9ff5175f0.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/fortran')
-rw-r--r--gcc/fortran/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index ea9d97b..5621cf1 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,10 @@
+2024-11-25 Steve Kargl <kargls@comcast.net>
+
+ PR fortran/117765
+ * resolve.cc (check_pure_function): Check the stack to
+ see if the function is in a nested BLOCK and, if that
+ block is inside a DO_CONCURRENT, issue an error.
+
2024-11-24 Paul Thomas <pault@gcc.gnu.org>
PR fortran/85869