aboutsummaryrefslogtreecommitdiff
path: root/gcc/d
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-06-29 00:17:00 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-06-29 00:17:00 +0000
commitfb29fdea9cc36f4abeb8566968b2c1bd9054c7af (patch)
tree3761b8efbc2b4fba9dc380537c6669a5ab222f83 /gcc/d
parent4fda776a2f93fbded6336b06fd02ae0e2b67864e (diff)
downloadgcc-fb29fdea9cc36f4abeb8566968b2c1bd9054c7af.zip
gcc-fb29fdea9cc36f4abeb8566968b2c1bd9054c7af.tar.gz
gcc-fb29fdea9cc36f4abeb8566968b2c1bd9054c7af.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/d')
-rw-r--r--gcc/d/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/gcc/d/ChangeLog b/gcc/d/ChangeLog
index cea195e..796d71a 100644
--- a/gcc/d/ChangeLog
+++ b/gcc/d/ChangeLog
@@ -1,3 +1,19 @@
+2022-06-28 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ * d-codegen.cc: Include gimple-expr.h.
+ (force_target_expr): Use create_tmp_var_raw.
+ * decl.cc: Inlucde gimple-expr.h.
+ (build_local_temp): Use create_tmp_var_raw.
+ * intrinsics.cc (expand_intrinsic_rotate): Use get_callee_fndecl.
+ (maybe_expand_intrinsic): Likewise.
+
+2022-06-28 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ * d-attribs.cc (handle_omp_declare_simd_attribute): New function.
+ (d_handle_simd_attribute): New function.
+ (d_langhook_common_attribute_table): Add 'omp declare simd' attribute.
+ (d_langhook_attribute_table): Add simd attribute.
+
2022-06-24 Iain Buclaw <ibuclaw@gdcproject.org>
* d-attribs.cc (d_handle_section_attribute): Update error message.