Hi,
I would like to use __builtin_constant_p from the GCC Language Extensions with the C2000 compiler, to have constant-folding on expressions performed when possible. According to chapter 6.15.5 "Built-In Functions" from C/C++ Compiler User's Guide SPRU514G, this is supported when using --gcc.
But I get:
Error #1494: builtin function __builtin_constant_p not supported
Am I missing something?
Thanks
Felix