diff options
| author | Antoni Boucher <bouanto@zoho.com> | 2023-11-19 13:42:13 -0500 |
|---|---|---|
| committer | Antoni Boucher <bouanto@zoho.com> | 2023-11-19 13:42:13 -0500 |
| commit | fa696af9872dc2625496fb718e0703de8aa4b774 (patch) | |
| tree | 8881eee6312e7c2bb98a8c068a99109ca2be0971 /compiler/rustc_codegen_gcc/patches/libgccjit12 | |
| parent | 27794f95fdccda6a6ed292f6724b546cff35e13d (diff) | |
| parent | 2e8386e9fb3506cef991d04f8b3bc78f9a0c2630 (diff) | |
| download | rust-fa696af9872dc2625496fb718e0703de8aa4b774.tar.gz rust-fa696af9872dc2625496fb718e0703de8aa4b774.zip | |
Merge commit '2e8386e9fb3506cef991d04f8b3bc78f9a0c2630' into subtree-update_cg_gcc_2023-11-17
Diffstat (limited to 'compiler/rustc_codegen_gcc/patches/libgccjit12')
| -rw-r--r-- | compiler/rustc_codegen_gcc/patches/libgccjit12/0001-core-Disable-portable-simd-test.patch | 14 |
1 files changed, 7 insertions, 7 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 9520a5a39ed..914ae986b50 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 @@ -1,6 +1,6 @@ -From 7bcd24ec6d4a96121874cb1ae5a23ea274aeff34 Mon Sep 17 00:00:00 2001 +From a5663265f797a43c502915c356fe7899c16cee92 Mon Sep 17 00:00:00 2001 From: None <none@example.com> -Date: Thu, 19 Oct 2023 13:12:51 -0400 +Date: Sat, 18 Nov 2023 10:50:36 -0500 Subject: [PATCH] [core] Disable portable-simd test --- @@ -8,18 +8,18 @@ Subject: [PATCH] [core] Disable portable-simd test 1 file changed, 2 deletions(-) diff --git a/library/core/tests/lib.rs b/library/core/tests/lib.rs -index 5814ed4..194ad4c 100644 +index d0a119c..76fdece 100644 --- a/library/core/tests/lib.rs +++ b/library/core/tests/lib.rs -@@ -90,7 +90,6 @@ +@@ -89,7 +89,6 @@ + #![feature(never_type)] #![feature(unwrap_infallible)] - #![feature(pointer_byte_offsets)] #![feature(pointer_is_aligned)] -#![feature(portable_simd)] #![feature(ptr_metadata)] #![feature(lazy_cell)] #![feature(unsized_tuple_coercion)] -@@ -157,7 +156,6 @@ mod pin; +@@ -155,7 +154,6 @@ mod pin; mod pin_macro; mod ptr; mod result; @@ -28,5 +28,5 @@ index 5814ed4..194ad4c 100644 mod str; mod str_lossy; -- -2.42.0 +2.42.1 |
