GNOME Bugzilla – Bug 724967
Add C11 keywords
Last modified: 2016-09-15 07:43:03 UTC
Add C11 keywords to codegen.
Created attachment 270005 [details] [review] Add C11 keywords
Yeap, we need to add this keywords. This program will not cause valac to show any errors: int main(string [] args) { int _Alignas = 0; return _Alignas; } But gcc with default settings will fail to compile translated program.