about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc
diff options
context:
space:
mode:
authorThe Miri Cronjob Bot <miri@cron.bot>2024-03-31 05:40:36 +0000
committerThe Miri Cronjob Bot <miri@cron.bot>2024-03-31 05:40:36 +0000
commiteb8e8c06b6c6ab90b6ecbed1ac3820304c53ef01 (patch)
tree70ea36b7fd5f777449cc0622edc1f960490a2747 /compiler/rustc_codegen_gcc
parent2dd824789c34d059ad787fc65ad15ffc668c895e (diff)
parent5baf1e13f568b61e121953bf6a3d09faee7dd446 (diff)
downloadrust-eb8e8c06b6c6ab90b6ecbed1ac3820304c53ef01.tar.gz
rust-eb8e8c06b6c6ab90b6ecbed1ac3820304c53ef01.zip
Merge from rustc
Diffstat (limited to 'compiler/rustc_codegen_gcc')
-rw-r--r--compiler/rustc_codegen_gcc/patches/libgccjit12/0001-core-Disable-portable-simd-test.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_codegen_gcc/patches/libgccjit12/0001-core-Disable-portable-simd-test.patch b/compiler/rustc_codegen_gcc/patches/libgccjit12/0001-core-Disable-portable-simd-test.patch
index 914ae986b50..36d0789d2a2 100644
--- a/compiler/rustc_codegen_gcc/patches/libgccjit12/0001-core-Disable-portable-simd-test.patch
+++ b/compiler/rustc_codegen_gcc/patches/libgccjit12/0001-core-Disable-portable-simd-test.patch
@@ -14,7 +14,7 @@ index d0a119c..76fdece 100644
 @@ -89,7 +89,6 @@
  #![feature(never_type)]
  #![feature(unwrap_infallible)]
- #![feature(pointer_is_aligned)]
+ #![feature(pointer_is_aligned_to)]
 -#![feature(portable_simd)]
  #![feature(ptr_metadata)]
  #![feature(lazy_cell)]
@@ -27,6 +27,6 @@ index d0a119c..76fdece 100644
  mod slice;
  mod str;
  mod str_lossy;
--- 
+--
 2.42.1