Hello,
While testing a larger semantic patch I came across the following
error:
"""
init_defs_builtins: /usr/share/coccinelle/standard.h
Fatal error: exception Failure("badly compiled mcode")
"""
Here, I can reproduce it by running spatch --parse-cocci on the
attached test.cocci.
$ spatch --version
spatch version 1.0.0-rc21 with Python support and with PCRE support
Thanks,
riccardo
@@
identifier func;
expression e,el,er;
statement S;
@@
func(...) {
- if (el - e - er) S
}
_______________________________________________
Cocci mailing list
[email protected]
https://systeme.lip6.fr/mailman/listinfo/cocci