aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-10-14 00:17:37 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-10-14 00:17:37 +0000
commitc21402eba6036be673b649649ed91f5147a7614e (patch)
treec53d4aeacf64bccd6b07183e6f130afe028f27cd /gcc/fortran/ChangeLog
parent90a4851b08270678352f4f53f86d94af78647499 (diff)
downloadgcc-c21402eba6036be673b649649ed91f5147a7614e.zip
gcc-c21402eba6036be673b649649ed91f5147a7614e.tar.gz
gcc-c21402eba6036be673b649649ed91f5147a7614e.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/fortran/ChangeLog')
-rw-r--r--gcc/fortran/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 6e4375f..2023ccac 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,15 @@
+2024-10-13 Tobias Burnus <tburnus@baylibre.com>
+
+ * gfortran.h (gfc_option_t): Add disable_acc_on_device.
+ * options.cc (gfc_handle_option): Handle -fno-builtin-acc_on_device.
+ * trans-decl.cc (gfc_get_extern_function_decl): Move
+ __builtin_omp_is_initial_device handling to ...
+ * trans-expr.cc (get_builtin_fn): ... this new function.
+ (conv_function_val): Call it.
+ (update_builtin_function): New.
+ (gfc_conv_procedure_call): Call it.
+ * types.def (BT_BOOL): Fix type by using bool_type_node.
+
2024-10-12 Thomas Koenig <tkoenig@gcc.gnu.org>
* dump-parse-tree.cc (get_c_type_name): Also handle BT_UNSIGNED.