I have tried reading through the documentation carefully but I cannot find out what are the precise "evolutions/omissions" over existing standards.
I know that there seems to be discussions about C-style macros. Will the _Generic macro, or something equivalent, be supported? These are quite essential for numerical codes that seek to re-use code over single, double, single complex and double complex numbers. More generically, if macros and #include's are removed, will some other facility be provided for generic programming?
Also, will variable length arrays and multi-dimensional arrays be supported?
Finally, this is outside the standard, what about OpenMP directives?
Thanks.
--shiv--