I had a nightly ready, but during testing on linux I found a showstopper, the 2 latest compiler option/directives are still missing.
They are present in some (did not check all of them) gcc derivatives/ports (like gnu arm), but are missing in the main gcc.
I am talking about :
- std=c++11
- Wzero-as-null-pointer-constant
How can we be sure not other options have disappeared ?
Next to the issue, I have a question what advice to we want to give wrt "default.conf",
We will ask the user to backup, but then what, do they need to remove something out of it (the compiler section, but for sure not the user sets) ?
EDIT : can the compiler detection at startup be explained, it made no sense to me.
Pre-suported compilers (which were absent) were now user defined ??
Other were grey-ed out.
Some where red ?
I don't get it, for ther majority of them I would have expected the same thing.