1
- From d4a4d284c76822280c5f4c05ae4a4d4a58bbeda9 Mon Sep 17 00:00:00 2001
1
+ From 7e874be65179f729c144329a8883fa162a29a123 Mon Sep 17 00:00:00 2001
2
2
From: Antoni Boucher <
[email protected] >
3
- Date: Fri, 16 Feb 2024 12:04:40 -0500
3
+ Date: Fri, 19 Sep 2025 10:38:46 -0400
4
4
Subject: [PATCH] Disable 128-bit integers for testing purposes
5
5
6
6
---
@@ -10,12 +10,12 @@ Subject: [PATCH] Disable 128-bit integers for testing purposes
10
10
3 files changed, 8 insertions(+), 8 deletions(-)
11
11
12
12
diff --git a/gcc/config/aarch64/aarch64-jit.cc b/gcc/config/aarch64/aarch64-jit.cc
13
- index b1cb446baa4..0499e0b0ab1 100644
13
+ index df14b577867..bdc1708dd05 100644
14
14
--- a/gcc/config/aarch64/aarch64-jit.cc
15
15
+++ b/gcc/config/aarch64/aarch64-jit.cc
16
- @@ -53,11 +53,11 @@ aarch64_jit_register_target_info (void)
17
- jit_target_set_arch (cpu);
16
+ @@ -57,11 +57,11 @@ aarch64_jit_register_target_info (void)
18
17
}
18
+ #endif
19
19
20
20
- if (targetm.scalar_mode_supported_p (TImode))
21
21
+ /*if (targetm.scalar_mode_supported_p (TImode))
@@ -28,12 +28,12 @@ index b1cb446baa4..0499e0b0ab1 100644
28
28
if (float16_type_node != NULL && TYPE_PRECISION(float16_type_node) == 16)
29
29
jit_target_add_supported_target_dependent_type(GCC_JIT_TYPE_FLOAT16);
30
30
diff --git a/gcc/config/i386/i386-jit.cc b/gcc/config/i386/i386-jit.cc
31
- index 8e085ff4526..f839201c084 100644
31
+ index 7f9f561911e..0e926de5258 100644
32
32
--- a/gcc/config/i386/i386-jit.cc
33
33
+++ b/gcc/config/i386/i386-jit.cc
34
- @@ -52 ,11 +52 ,11 @@ ix86_jit_register_target_info (void)
35
- std::string cpu = arch.substr (arg_pos, end_pos - arg_pos);
36
- jit_target_set_arch (cpu);
34
+ @@ -59 ,11 +59 ,11 @@ ix86_jit_register_target_info (void)
35
+ }
36
+ #endif
37
37
38
38
- if (targetm.scalar_mode_supported_p (TImode))
39
39
+ /*if (targetm.scalar_mode_supported_p (TImode))
@@ -46,7 +46,7 @@ index 8e085ff4526..f839201c084 100644
46
46
if (float16_type_node != NULL && TYPE_PRECISION(float16_type_node) == 16)
47
47
jit_target_add_supported_target_dependent_type(GCC_JIT_TYPE_FLOAT16);
48
48
diff --git a/gcc/jit/jit-playback.cc b/gcc/jit/jit-playback.cc
49
- index 6badbaf0d6f..97160e08103 100644
49
+ index 4da3156af74..2593288c5ee 100644
50
50
--- a/gcc/jit/jit-playback.cc
51
51
+++ b/gcc/jit/jit-playback.cc
52
52
@@ -250,8 +250,8 @@ get_tree_node_for_type (enum gcc_jit_types type_)
@@ -72,5 +72,5 @@ index 6badbaf0d6f..97160e08103 100644
72
72
add_error (NULL, "gcc_jit_types value unsupported on this target: %i",
73
73
type_);
74
74
- -
75
- 2.50 .0
75
+ 2.51 .0
76
76
0 commit comments