Re: [BUILDROBOT] gcov patch

2014-07-11 Thread Rong Xu
On Fri, Jul 11, 2014 at 8:06 AM, Jan Hubicka wrote: >> Sorry. This code meant to work with the different mkdir api in >> windows. I used wrong ifdef. >> >> Here is the patch. OK for checkin? > OK. I also see the following with LTO bootstrap: > ../../gcc/../libgcc/libgcov-util.c:41:24: error: type

Re: [BUILDROBOT] gcov patch

2014-07-11 Thread Jan Hubicka
> Sorry. This code meant to work with the different mkdir api in > windows. I used wrong ifdef. > > Here is the patch. OK for checkin? OK. I also see the following with LTO bootstrap: ../../gcc/../libgcc/libgcov-util.c:41:24: error: type of �gcov_max_filename� does not match original declaration

Re: [BUILDROBOT] gcov patch

2014-07-11 Thread Rong Xu
Sorry. This code meant to work with the different mkdir api in windows. I used wrong ifdef. Here is the patch. OK for checkin? Thanks, -Rong 2014-07-11 Rong Xu * gcov-tool.c (gcov_output_files): Fix build error. Index: gcov-tool.c ===

Re: [BUILDROBOT] gcov patch

2014-07-11 Thread Jan-Benedict Glaw
On Fri, 2014-07-11 15:03:06 +0200, Jan-Benedict Glaw wrote: > See eg. http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=289639, > it breaks like this: > > [...] > g++ -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions > -fno-rtti -fasynchronous-unwind-tables -W -Wall

[BUILDROBOT] gcov patch (was: r212448 - in /trunk: gcc/ChangeLog gcc/Makefile...)

2014-07-11 Thread Jan-Benedict Glaw
On Fri, 2014-07-11 05:48:08 -, x...@gcc.gnu.org wrote: > Author: xur > Date: Fri Jul 11 05:48:07 2014 > New Revision: 212448 > > URL: https://gcc.gnu.org/viewcvs?rev=212448&root=gcc&view=rev > Log: > 2014-07-10 Rong Xu > > Add gcov-tool: an offline gcda profile processing tool >