I have several versions of GCC (and Clang), adding new ones as they are released.
When I start a project, the oldest GCC version is the default.
How can I change my configuration so that the latest one is the first option?
(I generate lots of tiny test projects so choosing the newest each time becomes tiresome).
I am willing (foolish enough?
) to edit default.conf if necessary but can't see where the default is set.
<DEFAULT_COMPILER>
<str>
<![CDATA[gcc]]>
</str>
</DEFAULT_COMPILER>
looks promising, but doesn't specify a GCC version like <![CDATA[GNU GCC 9.3.1]]>
Is the *order* of GCC versions significant?
Thanks for any clues...