GCC Bugzilla – Attachment 54049 Details for
Bug 107997
[10/11/12/13 Regression] r13-4389-gfd8dd6c0384969 probably uncovered an issue building the Linux kernel
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Reduced testcase (cvise)
dma-fence-array-cvise.i (text/plain), 595 bytes, created by
Jan-Benedict Glaw
on 2022-12-08 18:47:36 UTC
(
hide
)
Description:
Reduced testcase (cvise)
Filename:
MIME Type:
Creator:
Jan-Benedict Glaw
Created:
2022-12-08 18:47:36 UTC
Size:
595 bytes
patch
obsolete
>dma_fence_array_create_fences, dma_fence_array_create_signal_on_any; >struct dma_fence_array *dma_fence_array_create(num_fences) { > struct dma_fence_array *array; > asm goto("" > : > : ""(num_fences || !dma_fence_array_create_fences) > : > : __label_warn_on); >__label_warn_on: > if (array) > return 0; > atomic_set(dma_fence_array_create_signal_on_any ?: num_fences); > while (num_fences--) { > __label__ __label_warn_on; > dma_fence_is_array() || dma_fence_is_chain(); > asm goto("" : : : : __label_warn_on); > __label_warn_on: > } > return array; >}
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 Raw
Actions:
View
Attachments on
bug 107997
:
54048
| 54049 |
54053