forked from checkedc/checkedc-clang
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
benchmark failureA bug causing a failure in our nightly benchmark testsA bug causing a failure in our nightly benchmark testsclang preprocessorcode patternincomplete descriptionmacrounusual c code - low priority
Description
Lua type conflict that's quite unique:
lvm.c:1155:5: error: passing '_Ptr<const void> const' to parameter of incompatible type 'const void *'
vmdispatch (GET_OPCODE(i)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~
./ljumptab.h:12:32: note: expanded from macro 'vmdispatch'
#define vmdispatch(x) goto *disptab[x];
^~~~~~~~~~~
This is all expanded from a #define break
to do some custom code control. The error may just fit into our other benchmark conflict issues, but I'm posting here until we figure out which one.
Metadata
Metadata
Assignees
Labels
benchmark failureA bug causing a failure in our nightly benchmark testsA bug causing a failure in our nightly benchmark testsclang preprocessorcode patternincomplete descriptionmacrounusual c code - low priority