Package: wmcoincoin Version: 2.5.1e-1 Usertags: goto-cc While building the package using our research compiler infrastructure we noticed incompatible types of struct re_pattern_buffer (from regex.h) being used within the declaration of GeneralPrefs Prefs.
The root cause of this problem is that src/cc_queue.c includes system headers *before* local header files, thus _GNU_SOURCE will not be set when processing regex.h. In src/board.c, however, local header files are processed first, resulting in different expansions of global.h. Best, Michael
pgpaGJtZ3LO8E.pgp
Description: PGP signature

