Pelles C forum

Pelles C => Feature requests => Topic started by: Prokrust on September 16, 2021, 11:54:04 AM

Title: Add GCC extension
Post by: Prokrust on September 16, 2021, 11:54:04 AM
/Zx option support several GCC extension.
For the convenience of porting the code from GCC, clang it is worth adding support:
Statements and Declarations in Expressions - ({ ... })
Macros with a Variable Number of Arguments - Support  ## __VA_ARGS__

Title: Re: Add GCC extension
Post by: Pelle on September 26, 2021, 04:51:24 PM
Sure, but not trivial to implement. Also, since these are extensions they will always have lower priority than standard stuff. Maybe some day...