Re: [PING^3] Generalize 'gcc/input.h:struct location_hash' (was: [Committed] [PATCH 2/4] (v4) On-demand locations within string-literals)

2021-11-09 Thread Thomas Schwinge
Hi! On 2021-10-17T16:33:03-0600, Jeff Law via Gcc-patches wrote: > On 9/30/2021 12:47 AM, Thomas Schwinge wrote: >> On 2021-09-17T13:16:14+0200, I wrote: >>> On 2021-09-10T09:48:56+0200, I wrote: On 2021-09-03T18:33:37+0200, I wrote: > On 2021-09-02T21:09:54+0200, I wrote: >> On

Re: [PING^3] Generalize 'gcc/input.h:struct location_hash' (was: [Committed] [PATCH 2/4] (v4) On-demand locations within string-literals)

2021-10-17 Thread Jeff Law via Gcc-patches
On 9/30/2021 12:47 AM, Thomas Schwinge wrote: Hi! On 2021-09-17T13:16:14+0200, I wrote: On 2021-09-10T09:48:56+0200, I wrote: Ping. My patches again attached, for easy reference. Ping once again. Jeff had ACKed "Don't record string concatenation data for 'RESERVED_LOCATION_P'"

[PING^3] Generalize 'gcc/input.h:struct location_hash' (was: [Committed] [PATCH 2/4] (v4) On-demand locations within string-literals)

2021-09-30 Thread Thomas Schwinge
Hi! On 2021-09-17T13:16:14+0200, I wrote: > On 2021-09-10T09:48:56+0200, I wrote: >> Ping. My patches again attached, for easy reference. > > Ping once again. Jeff had ACKed "Don't record string concatenation data for 'RESERVED_LOCATION_P'" (thanks!), but "Generalize 'gcc/input.h:struct

Re: [PING] Re: [Committed] [PATCH 2/4] (v4) On-demand locations within string-literals

2021-09-18 Thread Jeff Law via Gcc-patches
On 9/10/2021 1:48 AM, Thomas Schwinge wrote: Hi! Ping. My patches again attached, for easy reference. Grüße Thomas On 2021-09-03T18:33:37+0200, I wrote: Hi! On 2021-09-02T21:09:54+0200, I wrote: On 2021-09-02T15:59:14+0200, I wrote: On 2016-08-05T14:16:58-0400, David Malcolm

[PING^2] Re: [Committed] [PATCH 2/4] (v4) On-demand locations within string-literals

2021-09-17 Thread Thomas Schwinge
Hi! On 2021-09-10T09:48:56+0200, I wrote: > Ping. My patches again attached, for easy reference. Ping once again. Grüße Thomas > On 2021-09-03T18:33:37+0200, I wrote: >> Hi! >> >> On 2021-09-02T21:09:54+0200, I wrote: >>> On 2021-09-02T15:59:14+0200, I wrote: On

[PING] Re: [Committed] [PATCH 2/4] (v4) On-demand locations within string-literals

2021-09-10 Thread Thomas Schwinge
Hi! Ping. My patches again attached, for easy reference. Grüße Thomas On 2021-09-03T18:33:37+0200, I wrote: > Hi! > > On 2021-09-02T21:09:54+0200, I wrote: >> On 2021-09-02T15:59:14+0200, I wrote: >>> On 2016-08-05T14:16:58-0400, David Malcolm wrote: Committed to trunk as r239175; I'm

Re: [Committed] [PATCH 2/4] (v4) On-demand locations within string-literals

2021-09-03 Thread Thomas Schwinge
Hi! On 2021-09-02T21:09:54+0200, I wrote: > On 2021-09-02T15:59:14+0200, I wrote: >> On 2016-08-05T14:16:58-0400, David Malcolm wrote: >>> Committed to trunk as r239175; I'm attaching the final version of the >>> patch for reference. >> >> David, you've added here 'gcc/input.h:struct

Re: [Committed] [PATCH 2/4] (v4) On-demand locations within string-literals

2021-09-02 Thread Thomas Schwinge
Hi! On 2021-09-02T15:59:14+0200, I wrote: > On 2016-08-05T14:16:58-0400, David Malcolm wrote: >> Committed to trunk as r239175; I'm attaching the final version of the >> patch for reference. > > David, you've added here 'gcc/input.h:struct location_hash' (see quoted > below), which will be

Re: [Committed] [PATCH 2/4] (v4) On-demand locations within string-literals

2021-09-02 Thread Thomas Schwinge
Hi! On 2016-08-05T14:16:58-0400, David Malcolm wrote: > Committed to trunk as r239175; I'm attaching the final version of the > patch for reference. David, you've added here 'gcc/input.h:struct location_hash' (see quoted below), which will be useful elsewhere, so: > --- a/gcc/input.c > +++

Re: [Committed] [PATCH 2/4] (v4) On-demand locations within string-literals

2016-08-05 Thread Prathamesh Kulkarni
On 6 August 2016 at 11:16, Markus Trippelsdorf wrote: > On 2016.08.05 at 14:16 -0400, David Malcolm wrote: >> Successfully bootstrapped the updated patch on x86_64-pc >> -linux-gnu, and successfully ran the stage 1 selftests on powerpc-ibm >> -aix7.1.3.0 (gcc111) >> >>

Re: [Committed] [PATCH 2/4] (v4) On-demand locations within string-literals

2016-08-05 Thread Markus Trippelsdorf
On 2016.08.05 at 14:16 -0400, David Malcolm wrote: > Successfully bootstrapped the updated patch on x86_64-pc > -linux-gnu, and successfully ran the stage 1 selftests on powerpc-ibm > -aix7.1.3.0 (gcc111) > > Committed to trunk as r239175; I'm attaching the final version of the > patch for