Re: [PING^2,PATCH] Add target hook to assemble a VAR_DECL

2025-01-27 Thread Georg-Johann Lay
Am 27.01.25 um 16:19 schrieb Richard Sandiford: Georg-Johann Lay writes: Am 24.01.25 um 08:18 schrieb Richard Biener: On Thu, Jan 23, 2025 at 4:53 PM Georg-Johann Lay wrote: Am 23.01.25 um 14:58 schrieb Richard Biener: On Thu, Jan 23, 2025 at 2:23 PM Georg-Johann Lay wrote: Hi, this is

Re: [PING^2,PATCH] Add target hook to assemble a VAR_DECL

2025-01-27 Thread Richard Sandiford
Georg-Johann Lay writes: > Am 24.01.25 um 08:18 schrieb Richard Biener: >> On Thu, Jan 23, 2025 at 4:53 PM Georg-Johann Lay wrote: >>> >>> Am 23.01.25 um 14:58 schrieb Richard Biener: On Thu, Jan 23, 2025 at 2:23 PM Georg-Johann Lay wrote: > > Hi, this is Ping #2 for a patch from 20

Re: [PING^2,PATCH] Add target hook to assemble a VAR_DECL

2025-01-24 Thread Georg-Johann Lay
Am 24.01.25 um 12:59 schrieb Georg-Johann Lay: Am 24.01.25 um 08:18 schrieb Richard Biener: On Thu, Jan 23, 2025 at 4:53 PM Georg-Johann Lay wrote: Am 23.01.25 um 14:58 schrieb Richard Biener: On Thu, Jan 23, 2025 at 2:23 PM Georg-Johann Lay wrote: Hi, this is Ping #2 for a patch from 202

Re: [PING^2,PATCH] Add target hook to assemble a VAR_DECL

2025-01-24 Thread Georg-Johann Lay
Am 24.01.25 um 08:18 schrieb Richard Biener: On Thu, Jan 23, 2025 at 4:53 PM Georg-Johann Lay wrote: Am 23.01.25 um 14:58 schrieb Richard Biener: On Thu, Jan 23, 2025 at 2:23 PM Georg-Johann Lay wrote: Hi, this is Ping #2 for a patch from 2024. It adds a new target hook that allows to out

Re: [PING^2,PATCH] Add target hook to assemble a VAR_DECL

2025-01-23 Thread Richard Biener
On Thu, Jan 23, 2025 at 4:53 PM Georg-Johann Lay wrote: > > Am 23.01.25 um 14:58 schrieb Richard Biener: > > On Thu, Jan 23, 2025 at 2:23 PM Georg-Johann Lay wrote: > >> > >> Hi, this is Ping #2 for a patch from 2024. > >> > >> It adds a new target hook that allows to output > >> assembly code fo

Re: [PING^2,PATCH] Add target hook to assemble a VAR_DECL

2025-01-23 Thread Georg-Johann Lay
Am 23.01.25 um 14:58 schrieb Richard Biener: On Thu, Jan 23, 2025 at 2:23 PM Georg-Johann Lay wrote: Hi, this is Ping #2 for a patch from 2024. It adds a new target hook that allows to output assembly code for a VAR_DECL in a custom way. The default action is an obvious no-op, i.e. assemble

Re: [PING^2,PATCH] Add target hook to assemble a VAR_DECL

2025-01-23 Thread Georg-Johann Lay
Am 23.01.25 um 14:58 schrieb Richard Biener: On Thu, Jan 23, 2025 at 2:23 PM Georg-Johann Lay wrote: Hi, this is Ping #2 for a patch from 2024. It adds a new target hook that allows to output assembly code for a VAR_DECL in a custom way. The default action is an obvious no-op, i.e. assemble

Re: [PING^2,PATCH] Add target hook to assemble a VAR_DECL

2025-01-23 Thread Richard Biener
On Thu, Jan 23, 2025 at 2:23 PM Georg-Johann Lay wrote: > > Hi, this is Ping #2 for a patch from 2024. > > It adds a new target hook that allows to output > assembly code for a VAR_DECL in a custom way. > > The default action is an obvious no-op, > i.e. assemble_variable() behaves like before. I

[PING^2,PATCH] Add target hook to assemble a VAR_DECL

2025-01-23 Thread Georg-Johann Lay
Hi, this is Ping #2 for a patch from 2024. It adds a new target hook that allows to output assembly code for a VAR_DECL in a custom way. The default action is an obvious no-op, i.e. assemble_variable() behaves like before. This hook is needed in the avr backend to properly implement some varia