Commit 8c439da
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>1 parent 49d4eff commit 8c439da
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
| 230 | + | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| |||
0 commit comments