Alcaro

Results 33 issues of Alcaro

(Apologies if this isn't the correct place, I couldn't find anything better.) Just found . Great writeup, it's surprising how something so seemingly simple can have so many ways to...

### Describe the bug title ### Steps to reproduce ```c #include __m128i a(__m128i b) { return _mm_bsrli_si128(b, 4); } ``` -O2 and compile to binary object ### Expected behavior ```...

bug

``` or ch, 0FFFFFF80H ; 0806D873 _ 80. CD, 80 ``` ch isn't 32bit, so this should be 'or ch, 80H'.

``` [info: cartridge region=NTSC] [info: rom name=program.rom size=0x300000] [info: ram name=save.ram size=0x2000] [info: map id=rom address=00-3f,80-bf:8000-ffff] [info: map id=rom address=40-7f,c0-ff:0000-ffff] [info: map id=ram address=10-3f,90-bf:6000-7fff mask=0xe000] RetroArch [INFO] :: ndx flags...

1) libretro.h says "The path here can be NULL. It should only be non-NULL if the frontend user has set a specific save path.". The core refuses to save if...

### Describe the bug [BUG]: Reset UI Layout on a Rust compiler adds an edition override ### Steps to reproduce - Rust compiler shortlink - Reset UI Layout ### Expected...

bug

``` [17:29:39] .rb as !a = 1 while !a = 1 endif [17:29:40] Error: you caused a segfault in asar. good job [17:29:42] what? [20:04:25] !rb as while 1 =...

``` [19:06:36] !rb as2 a = -1 dd a [19:06:37] 00 80 00 00 [19:08:43] !rb as2 a = -2 dd a [19:08:43] FE FF FF 00 [19:08:52] ??? [19:11:33]...

### Describe the bug ``` /..//bin/ld: cannot find crtbegin.o: No such file or directory /..//bin/ld: cannot find -lstdc++ clang: error: linker command failed with exit code 1 (use -v to...

bug

# Describe the bug The error_badbrace string is significantly goofy looking # Command-line test case ``` #include int main() { try { std::regex r("a{4,3}"); puts("it's legal"); } catch (std::exception& e)...

enhancement
good first issue