Re: [PATCH] covoar: Fix errors building on FreeBSD and clang

2021-07-15 Thread Chris Johns
On 16/7/21 12:22 pm, Alex White wrote: > > On Thu, Jul 15, 2021 at 1:20 AM Chris Johns wrote: >> >> On 15/7/21 12:45 pm, Alex White wrote: >> > On Tue, Jul 6, 2021 at 7:55 PM Chris Johns wrote: >> >> >> >> On 3/7/21 5:56 am, Alex White wrote: >> >> > On Wed, Jun 30, 2021 at 11:40 PM wrote: >>

Re: [PATCH] covoar: Fix errors building on FreeBSD and clang

2021-07-15 Thread Alex White
On Thu, Jul 15, 2021 at 1:20 AM Chris Johns wrote: > > On 15/7/21 12:45 pm, Alex White wrote: > > On Tue, Jul 6, 2021 at 7:55 PM Chris Johns wrote: > >> > >> On 3/7/21 5:56 am, Alex White wrote: > >> > On Wed, Jun 30, 2021 at 11:40 PM wrote: > >> >> > >> >> From: Chris Johns > >> >> > >> >> -

Re: [PATCH] covoar: Fix errors building on FreeBSD and clang

2021-07-15 Thread Chris Johns
On 15/7/21 12:45 pm, Alex White wrote: > On Tue, Jul 6, 2021 at 7:55 PM Chris Johns wrote: >> >> On 3/7/21 5:56 am, Alex White wrote: >> > On Wed, Jun 30, 2021 at 11:40 PM wrote: >> >> >> >> From: Chris Johns >> >> >> >> - The member variable `path_` cannot be a reference and initialised to >>

Re: [PATCH] covoar: Fix errors building on FreeBSD and clang

2021-07-14 Thread Alex White
On Tue, Jul 6, 2021 at 7:55 PM Chris Johns wrote: > > On 3/7/21 5:56 am, Alex White wrote: > > On Wed, Jun 30, 2021 at 11:40 PM wrote: > >> > >> From: Chris Johns > >> > >> - The member variable `path_` cannot be a reference and initialised to > >> a const char* type input. To do so would

Re: [PATCH] covoar: Fix errors building on FreeBSD and clang

2021-07-06 Thread Chris Johns
On 3/7/21 5:56 am, Alex White wrote: > On Wed, Jun 30, 2021 at 11:40 PM wrote: >> >> From: Chris Johns >> >> - The member variable `path_` cannot be a reference and initialised to >>   a const char* type input. To do so would require there is a temporary with >>   an unspecified life time. >>

Re: [PATCH] covoar: Fix errors building on FreeBSD and clang

2021-07-02 Thread Alex White
On Wed, Jun 30, 2021 at 11:40 PM wrote: > > From: Chris Johns > > - The member variable `path_` cannot be a reference and initialised to > a const char* type input. To do so would require there is a temporary with > an unspecified life time. > --- > tester/covoar/AddressToLineMapper.h | 2

[PATCH] covoar: Fix errors building on FreeBSD and clang

2021-06-30 Thread chrisj
From: Chris Johns - The member variable `path_` cannot be a reference and initialised to a const char* type input. To do so would require there is a temporary with an unspecified life time. --- tester/covoar/AddressToLineMapper.h | 2 +- tester/covoar/Target_aarch64.h | 2 +- 2 files