<div dir="ltr">I'd like to switch the default language mode for C compilations from gnu99 to gnu11. The only effect of this change would be to turn some extension warnings off, change the default value of __STDC_VERSION__, and change the default value of some __has_feature(...) checks; we allow all of C11 as an extension in C99 mode anyway.<div><br></div><div>Also of note: GCC trunk just switched from C89 to C11 by default.</div></div>