Re: [fpc-devel] Proposal for implementing named address space support

2021-01-09 Thread Christo Crause via fpc-devel
On Sat, Jan 9, 2021 at 3:52 PM Jonas Maebe via fpc-devel < fpc-devel@lists.freepascal.org> wrote: > On 08/01/2021 22:00, Christo Crause via fpc-devel wrote: > > However I see problems with propagating section information through > > reference type parameters. I'm not sure how to propagate the

Re: [fpc-devel] Error: Global Generic template references static symtable

2021-01-09 Thread Bart via fpc-devel
On Sat, Jan 9, 2021 at 12:00 PM Sven Barth via fpc-devel wrote: > Right click the error message in Lazarus, then click "Help". For me a dialog > with the following text appeared: Hah! Learned something new today! > The *why* is not important for users. Those that are interested can ask, just

Re: [fpc-devel] double free of internal temp string with fpc 3.2.0

2021-01-09 Thread Martin Frb via fpc-devel
On 08/01/2021 17:11, Martin Frb via fpc-devel wrote: I only tested with 3.2.0 so far. Maybe someone recalls if this is fixed or not. Also because it seems to happen only in very rare conditions, it may be that trunk does not cause it in this place even if the bug is not yet fixed. (as other

Re: [fpc-devel] Proposal for implementing named address space support

2021-01-09 Thread Jonas Maebe via fpc-devel
On 08/01/2021 22:00, Christo Crause via fpc-devel wrote: > On Sun, Oct 4, 2020 at 1:49 PM Christo Crause > wrote: > > FPC can use the section modifier to specify which address space > should be used for data. > > > I've made some progress in certain

Re: [fpc-devel] Error: Global Generic template references static symtable

2021-01-09 Thread Sven Barth via fpc-devel
Bart via fpc-devel schrieb am Sa., 9. Jan. 2021, 05:17: > On Fri, Jan 8, 2021 at 9:00 PM Sven Barth via fpc-devel > wrote: > > >> It seems I cannot use a stand-alone function that is declared in the > >> implementation of the unit? > > > Generics are a stream of tokens that is reparsed when