https://bugs.kde.org/show_bug.cgi?id=360415

--- Comment #11 from Jeffrey Walton <noloa...@gmail.com> ---
Here's the reduced test case.

$ cat test.c
#include <stdint.h>

int main(int argc, char* argv[])
{
    uint32_t a = argc*4, b = argc*8;
    asm ("adcxl %1, %0" : "+r"(a) : "rm"(b));
    return a & 0xf;
}

A bug was filed with Fedora at
https://bugzilla.redhat.com/show_bug.cgi?id=1445829.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to