Re: [ccache] [PATCH] Add support for coverage (compiling for gcov)

2015-04-19 Thread Joel Rosdahl
Applied on 3.2-maint, thanks! -- Joel On 31 March 2015 at 22:16, Anders Björklund wrote: > > >> (Sorry about the very delayed answer.) > > > >No problem! > > > >> The patch looks good! I plan to only apply fixes to serious bugs on > 3.1-maint, so I'll focus on the 3.2-maint version. > > > >That

Re: [ccache] [PATCH] Add support for coverage (compiling for gcov)

2015-03-31 Thread Anders Björklund
>> (Sorry about the very delayed answer.) > >No problem! > >> The patch looks good! I plan to only apply fixes to serious bugs on >> 3.1-maint, so I'll focus on the 3.2-maint version. > >That it is OK, we can backport to 3.1 downstream if needed. Will focus on >"master" (and 3.2). Here is a del

Re: [ccache] [PATCH] Add support for coverage (compiling for gcov)

2015-02-06 Thread Joel Rosdahl
Hi Anders, (Sorry about the very delayed answer.) The patch looks good! I plan to only apply fixes to serious bugs on 3.1-maint, so I'll focus on the 3.2-maint version. Two questions: 1. I get this test suite failure with GCC >= 4.7: % CC=gcc-4.7 ./test.sh direct compiler: /usr/bin/gcc-4.7 ver

Re: [ccache] [PATCH] Add support for coverage (compiling for gcov)

2015-02-06 Thread Anders Björklund
Joel Rosdahl wrote: > (Sorry about the very delayed answer.) No problem! > The patch looks good! I plan to only apply fixes to serious bugs on > 3.1-maint, so I'll focus on the 3.2-maint version. That it is OK, we can backport to 3.1 downstream if needed. Will focus on "master" (and 3.2). >

[ccache] [PATCH] Add support for coverage (compiling for gcov)

2015-01-06 Thread Anders Björklund
Hi! We've added support for gcc --coverage (including -fprofile-arcs and -ftest-coverage) to ccache. You can find the patches, for the maint versions, over on https://github.com/itension/ccache: https://github.com/itension/ccache/compare/3.1-maint...coverage-3.1.10.patch https://github.com/it