On Thu, 26 Sep 2019, 05:10 Nicholas Krause, <xerofo...@gmail.com> wrote: > > Greetings, > > I asked about moving to C/C++ 11 as it would make it easier to > > allow multithreading support due to having a memory model > > alongside other features. Jason Merill mentioned due to it > > being so common it may be a good time to. > > Moving to git seems to be universally agree on so I'm opening the discussion > > for the same as related to C/C++11 migration and if possible opening > > a TODO similar to git if decided on. > > Please post your comments or ideas about the migration in response to this > > email,
For a start, it doesn't make sense to talk about C/C++11. C and C++ are separate languages, and so are C11 and C++11. There is no reason why using C++11 should imply using C11, let's not confuse things. GCC is written in C++ so the topic should be C++11.