On 06/25/2015 01:13 PM, David Malcolm wrote:
* It extends the libgccjit API. It's not clear to me yet how to manage extensions of the libgccjit API: should I use symbol maps and versioning, or bump the SONAME? I'm thinking of providing precanned feature macros within libgccjit.h e.g: #define LIBGCCJIT_HAVE_SWITCH_STATEMENT
Seems to me you should use a symbol map and bump the version. jeff