This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

how to use expand_builtin_alloca


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]