RE: [EXTERNAL] Re: State of AutoFDO in GCC

2021-05-25 Thread Eugene Rozenfeld via Gcc
That eliminates the previous error but there is a new one: eugene@eugene-Virtual-Machine:~/autofdo1/build$ ninja [3/199] Building CXX object CMakeFiles/quipper_perf.dir/third_party/perf_data_converter/src/quipper/perf_reader.cc.o FAILED: CMakeFiles/quipper_perf.dir/third_party/perf_data_converte

Re: Regarding __gcov_dump and __gcov_reset usage

2021-05-25 Thread Gejoe Daniel via Gcc
Hi Martin, The bug is created : https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100751  Let me know if any more info is required. Thanks, Gejoe From: Martin Li ka Sent: Mon, 24 May 2021 19:32:10 To: Gejoe Daniel , gcc@gcc.gnu.org, gcc-h...@gcc.gnu.org Subjec

[patch, committed] fortran/intrinsic.texi: Fix copy'n'paste errors and typos (was: https://gcc.gnu.org/onlinedocs/gcc-11.1.0/gfortran/)

2021-05-25 Thread Tobias Burnus
Hi Johannes, hi all, On 24.05.21 23:21, Johannes Nendwich wrote: some more suggestions for corrections in the onlinedocs: thanks for the proof reading. I have converted it into a patch and committed it as attached. Tobias - Mentor Graphics (Deutschland) GmbH, Arnulfstrasse 2

Re: [EXTERNAL] Re: State of AutoFDO in GCC

2021-05-25 Thread Wei Mi via Gcc
It looks like some version problem about protobuf-compiler and libprotobuf-dev. Could you check what is the installed version on your end for those two packages and see if they are consistent? On my platform, they are both 3.12.4. On Tue, May 25, 2021 at 12:01 AM Eugene Rozenfeld wrote: > > That

RE: [EXTERNAL] Re: State of AutoFDO in GCC

2021-05-25 Thread Eugene Rozenfeld via Gcc
Both are 3.0.0-9.1ubuntu1: eugene@eugene-Virtual-Machine:~/autofdo1/build$ apt list protobuf-compiler Listing... Done protobuf-compiler/bionic,now 3.0.0-9.1ubuntu1 amd64 [installed] eugene@eugene-Virtual-Machine:~/autofdo1/build$ apt list libprotobuf-dev Listing... Done libprotobuf-dev/bionic,now

Re: GCC 9.4 Release Candidate available

2021-05-25 Thread William Seurer via Gcc
Bootstrapped and tested it on powerpc64 power 7 and 8 BE and 8, 9, and 10 LE and saw nothing untoward. On 5/19/21 5:28 AM, Richard Biener wrote: The first release candidate for GCC 9.4 is available from https://sourceware.org/pub/gcc/snapshots/9.4.0-RC-20210519/ and shortly its mirrors. It h

Re: [EXTERNAL] Re: State of AutoFDO in GCC

2021-05-25 Thread Wei Mi via Gcc
I checked the source of protobuf 3.0.0 and it didn't contain the operator[] in RepeatedField. Need to install a newer version of protobuf. Thanks, Wei. On Tue, May 25, 2021 at 1:49 PM Eugene Rozenfeld wrote: > > Both are 3.0.0-9.1ubuntu1: > > eugene@eugene-Virtual-Machine:~/autofdo1/build$ apt l