binaryen
binaryen copied to clipboard
Does not compile on GCC versions < 5.0
In support/alloc.h the usage of aligned_alloc fails to compile on GCC versions older than GCC5, by checking for the feature flag in the preprocessor, we can drop to posix_memalign and it compiles just fine.
It sounds like this has been fixed. If there are current problems, please open new issues with details.