On 4/27/2021 7:01 PM, Tom Tromey wrote:
The C++ plugin defaults to version 0 of the base compiler API. However, this is a mistake -- version 1 was introduced before the C++ API was even implemented. This switches the default to version 1. Note that the compiler-side plugin will accept this version, so it should remain compatible. libcc1/ChangeLog 2021-04-27 Tom Tromey <t...@tromey.com> * libcp1.cc (vtable): Use GCC_FE_VERSION_1.
OK Jeff