Hi, normally gcc will use expand_builtin_alloca to handle variable array. But mudflap will force this function to return immediately to invoke alloca explicit.
Is there some way to still use expand_builtin_alloca without changing gcc source code? Thanks a lot! Janboe Ye