On 11/21/22 14:57, Eugene Rozenfeld via Gcc-patches wrote:
1. Fix gcov version
2. Don't attempt to create an autoprofile file for cc1 since cc1plus
(not cc1) is not invoked when building cc1
3. Fix documentation typo
Tested on x86_64-pc-linux-gnu.
gcc/ChangeLog:
* c/Make-lang.in: Don't attempt to create an autoprofile file for cc1
* cp/Make-lang.in: Fix gcov version
* lto/Make-lang.in: Fix gcov version
* doc/install.texi: Fix documentation typo
Just to be 100% sure. While the compiler is built with cc1plus, various
runtime libraries are still build with the C compiler and thus would use
cc1. AFAICT it looks like we don't try to build the runtime libraries
to get any data about the behavior of the C compiler. Can you confirm?
Assuming that's correct, this is fine for the trunk.
Thanks,
Jeff