-
Godbolt: https://gcc.godbolt.org/z/acP7Ee73b
```c++
using my_function = int (int, int);
my_function* my_fptr;
int
ptc_indirect_call(int a, int b)
{
return my_fptr(a, b);
}
int
…
-
reported by @arndb in [this thread](https://lore.kernel.org/all/20211019171121.3510624-1-arnd@kernel.org/T/#u). Forking from #1483 which I've modified to track the objtool warnings.
This is reprodu…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
Steps to reproduce:
- double click "70x100cm module" in tree
- select those 2 plains
…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR20347](https://bugs.llvm.org/show_bug.cgi?id=20347) |
| Status | NEW |
| Importance | P normal |
|…
-
Reproducer:
```cpp
#include
[[gnu::noinline]] void exception() {
*(char*)1 = 0;
}
__asm__(R"(
.text
.balign 16
.globl test_seh
.def test_seh; .scl 2; .type 32; .endef
.seh_proc t…
-
Upon trying to build --all under `Windows 10 22H2` via `cargo +nightly build --all` the build process encounters the error `error[E0425]: cannot find function "f128_support_lib" in module "libc_fns"`
…
-
I've set runBNG up with the older bionano solve version 3.5 as you [suggested](https://github.com/AppliedBioinformatics/runBNG/issues/37#issuecomment-1203485174) in #37 (I might be able to help to som…
-
| | |
| --- | --- |
| Bugzilla Link | [20347](https://llvm.org/bz20347) |
| Version | trunk |
| OS | All |
| CC | @pogo59,@rotateright |
## Extended Description
Using llc built from r213097:
$ ca…
-
Hello!
First of all, thanks for all your effort!
I am putting together an introductory guide to x86-64 assembly and embedding onecompiler has made my life so much better :heart:
In my course …
-
### Description of bug
hi!
i am trying to co-assembly my staff. but get error " OS return value: -9", so do you have any idea about that?
### spades.log
[spades.log](https://github.com/user…