Skip to content
Snippets Groups Projects
Unverified Commit 8c439da4 authored by Rudi Heitbaum's avatar Rudi Heitbaum Committed by Jean-Marc Valin
Browse files

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: default avatarRudi Heitbaum <rudi@heitbaum.com>
Signed-off-by: default avatarJean-Marc Valin <jmvalin@jmvalin.ca>
parent 49d4effe
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment