NO

Author Topic: Add GCC extension  (Read 1423 times)

Offline Prokrust

  • Member
  • *
  • Posts: 10
Add GCC extension
« 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__


Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Re: Add GCC extension
« Reply #1 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...
/Pelle