c4-project / c4t

Runs concurrent C compiler tests
MIT License
1 stars 0 forks source link

Add compiler version tracking #54

Open MattWindsor91 opened 3 years ago

MattWindsor91 commented 3 years ago

As compilers evolve, new features appear, older features become deprecated, and workarounds for strange compiler behaviour become necessary or no longer so. Ideally, the tester should do as much of the legwork as to working this out as possible.

Tracking the version of a particular compiler in its configuration will be useful in this regard, because: