Extended asm with C operands doesn’t work at top level
fix the following test in the meson.build stderr: testfile.c:6:34: error: expected ')' before '::' token 6 |__asm__ (""::) | ~ ^~ | ) testfile.c:6:37: error: expected ';' at end of input 6 |__asm__ (""::) | ^ | ; ----------- Checking if "compiler supports gcc-style inline assembly" compiles: NO refer: - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41045 Signed-off-by:Rudi Heitbaum <rudi@heitbaum.com> Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
Loading
Please register or sign in to comment