Maxim Blinov
Maxim Blinov
Some notes: Running OpenOCD under debug confirms that upon sending the command to execute a write to the address of `0xee000000`, the `abstractcs` value returned is `0x502`. Looking at the...
HI @olofk, I was wondering if perhaps you're more familiar with the core and have any ideas?
Sorry if anyone saw the half-finished post, I accidently pressed ctrl-enter...
> I am getting error when compiling bitint-10.c and it appears that llvm doesn't have DFP support for now. I guess we should disable the test for now? Yes, I've...
Sorry, not `bitint-10.c` - I meant, `bitint-3.c`
Hi all, quick update: I managed to bisect the crash down to [`a21abc782a8e` ("[X86] Align i128 to 16 bytes in x86 datalayouts")](https://github.com/llvm/llvm-project/commit/a21abc782a8e), which seems to already have some issues open...
Hi all, current status is theres 5 failing runtime tests, with 1 that hangs (`setjmp-4`) ``` FAIL: test-suite :: SingleSource/Regression/C/gcc-dg/GCC-DG_setjmp-4.test (711 of 711) interrupted by user, skipping remaining tests ********************...
Theres currently 2 (well, technically 3) non-working tests: - `/home/swtoolsteam/mabi/prj/gcc-dg/test-suite/SingleSource/Regression/C/gcc-dg/stdckdint-1.c` This currently on 17.0.5 since its not available in that version of Clang, but will pass on head of trunk....