On 09/27/2016 03:05 PM, Richard Biener wrote:
> On Tue, Sep 27, 2016 at 2:57 PM, Nathan Sidwell wrote:
>> On 09/27/16 08:46, Martin Liška wrote:
>>
Second version of the patch adds validation to gcov.exp, where $result is
scanned for "File ''".
Luckily current test-case hit that ver
On Tue, Sep 27, 2016 at 2:57 PM, Nathan Sidwell wrote:
> On 09/27/16 08:46, Martin Liška wrote:
>
>>> Second version of the patch adds validation to gcov.exp, where $result is
>>> scanned for "File ''".
>>> Luckily current test-case hit that verification:
>>>
>>> FAIL: gcc.misc-tests/gcov-6.c gcov
On 09/27/16 08:46, Martin Liška wrote:
Second version of the patch adds validation to gcov.exp, where $result is scanned for
"File ''".
Luckily current test-case hit that verification:
FAIL: gcc.misc-tests/gcov-6.c gcov failed: .gcov should not be created
FAIL: gcc.misc-tests/gcov-7.c gcov fai
On 09/27/2016 02:45 PM, Martin Liška wrote:
> On 09/27/2016 01:32 PM, Nathan Sidwell wrote:
>> On 09/27/16 07:26, Martin Liška wrote:
>>> Following patch prevents emission of gcno file (notes file) for statements
>>> that do not point to original source file, like:
>>>
>>> $ echo "int main(){}" > x
On 09/27/2016 01:32 PM, Nathan Sidwell wrote:
> On 09/27/16 07:26, Martin Liška wrote:
>> Following patch prevents emission of gcno file (notes file) for statements
>> that do not point to original source file, like:
>>
>> $ echo "int main(){}" > x.c
>>
>> In this case the location points to a buil
On 09/27/16 07:26, Martin Liška wrote:
Following patch prevents emission of gcno file (notes file) for statements
that do not point to original source file, like:
$ echo "int main(){}" > x.c
In this case the location points to a builtin.
Patch can bootstrap on x86_64-linux-gnu and survives reg