FreeBSD Bugzilla – Attachment 221046 Details for
Bug 250932
lang/gcc10: fails to build on aarch64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch for aarch64
aarch64-c++98 (text/plain), 810 bytes, created by
Gerald Pfeifer
on 2020-12-28 10:43:44 UTC
(
hide
)
Description:
Proposed patch for aarch64
Filename:
MIME Type:
Creator:
Gerald Pfeifer
Created:
2020-12-28 10:43:44 UTC
Size:
810 bytes
patch
obsolete
>diff --git a/gcc/config/aarch64/aarch64-builtins.c b/gcc/config/aarch64/aarch64-builtins.c >index b8d301f00e2..b0d36f9934d 100644 >--- a/gcc/config/aarch64/aarch64-builtins.c >+++ b/gcc/config/aarch64/aarch64-builtins.c >@@ -1223,8 +1223,9 @@ aarch64_init_memtag_builtins (void) > = aarch64_general_add_builtin ("__builtin_aarch64_memtag_"#N, \ > T, AARCH64_MEMTAG_BUILTIN_##F); \ > aarch64_memtag_builtin_data[AARCH64_MEMTAG_BUILTIN_##F - \ >- AARCH64_MEMTAG_BUILTIN_START - 1] = \ >- {T, CODE_FOR_##I}; >+ AARCH64_MEMTAG_BUILTIN_START - 1].ftype = T; \ >+ aarch64_memtag_builtin_data[AARCH64_MEMTAG_BUILTIN_##F - \ >+ AARCH64_MEMTAG_BUILTIN_START - 1].icode = CODE_FOR_##I; > > fntype = build_function_type_list (ptr_type_node, ptr_type_node, > uint64_type_node, NULL);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 250932
:
219435
|
221046
|
221049