aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorTobias Burnus <tburnus@baylibre.com>2025-06-17 11:45:22 +0200
committerTobias Burnus <tburnus@baylibre.com>2025-06-17 11:45:22 +0200
commit4c9e023cfccb3ca365611c05bbf21c09a5ece94a (patch)
treeff418f4eba72e0164ff666da01542e7230503ae7 /gcc
parent9ee74468c5a145b0926609d3066af059eeb2ad0c (diff)
downloadgcc-4c9e023cfccb3ca365611c05bbf21c09a5ece94a.zip
gcc-4c9e023cfccb3ca365611c05bbf21c09a5ece94a.tar.gz
gcc-4c9e023cfccb3ca365611c05bbf21c09a5ece94a.tar.bz2
ChangeLog.omp bump
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog.omp9
-rw-r--r--gcc/DATESTAMP.omp2
2 files changed, 10 insertions, 1 deletions
diff --git a/gcc/ChangeLog.omp b/gcc/ChangeLog.omp
index 9934978..69162ef 100644
--- a/gcc/ChangeLog.omp
+++ b/gcc/ChangeLog.omp
@@ -1,3 +1,12 @@
+2025-06-17 Tobias Burnus <tburnus@baylibre.com>
+
+ Backported from master:
+ 2025-06-17 Tobias Burnus <tburnus@baylibre.com>
+
+ * omp-offload.cc (omp_discover_declare_target_tgt_fn_r): Also
+ walk external functions that are declare inline (and have a
+ DECL_SAVED_TREE).
+
2025-06-10 Tobias Burnus <tburnus@baylibre.com>
Backported from master:
diff --git a/gcc/DATESTAMP.omp b/gcc/DATESTAMP.omp
index 52988ae..aaa22e3 100644
--- a/gcc/DATESTAMP.omp
+++ b/gcc/DATESTAMP.omp
@@ -1 +1 @@
-20250610
+20250617