[fpc-devel] Fixing line info units (stabs, dwarf)

2016-01-03 Thread Denis Kozlov
Hello, I want to fix couple of issues with line info units, STABS (lineinfo.pp) and DWARF (lnfodwrf.pp): 1) Back trace is permanently disabled once a module without line info is encountered. This has already been fixed in STABS (r31026, r31025), similar changes can be applied to DWARF.

Re: [fpc-devel] Fixing line info units (stabs, dwarf)

2016-01-03 Thread Michael Van Canneyt
On Mon, 4 Jan 2016, Denis Kozlov wrote: Hello, I want to fix couple of issues with line info units, STABS (lineinfo.pp) and DWARF (lnfodwrf.pp): 1) Back trace is permanently disabled once a module without line info is encountered. This has already been fixed in STABS (r31026, r31025),

Re: [fpc-devel] Revision 32823 - * Applied patch from José Mejuto to fix bug ID 27486

2016-01-03 Thread Michael Van Canneyt
On Sat, 2 Jan 2016, Sandro Cumerlato wrote: Hello Michael, fix is OK, thank you. I notice only a missing "white space" if compared to previous output. Please review attached patch. Applied the patch, thank you! rev. 32832. Michael. ___

[fpc-devel] Type Helper and Array

2016-01-03 Thread Mathias
Does "Type Helper" only with standard types? The class itself it compiles without errors. But when you call, there is an error message. See link, there the code and the problem is described. ("Illegal qualifier") http://www.lazarusforum.de/viewtopic.php?f=10=9286 mfg Mathias

Re: [fpc-devel] Type Helper and Array

2016-01-03 Thread Ondrej Pokorny
On 02.01.2016 20:41, Mathias wrote: Does "Type Helper" only with standard types? The class itself it compiles without errors. But when you call, there is an error message. See link, there the code and the problem is described. ("Illegal qualifier")

Re: [fpc-devel] Type Helper and Array

2016-01-03 Thread Sven Barth
Am 03.01.2016 11:19 schrieb "Mathias" : > > Does "Type Helper" only with standard types? > The class itself it compiles without errors. > But when you call, there is an error message. > > See link, there the code and the problem is described. ("Illegal qualifier") > >

Re: [fpc-devel] Type Helper and Array

2016-01-03 Thread Ondrej Pokorny
On 03.01.2016 14:13, Sven Barth wrote: Please report a bug with a simple example that should compile with the error message you get at http://bugs.freepascal.org as I don't see any difference between dynamic and static arrays in relation to type helpers (so probably merely an oversight of

Re: [fpc-devel] Type Helper and Array

2016-01-03 Thread Mathias
Hello, I have created a bug report. http://mantis.freepascal.org/view.php?id=29321 mfg Mathias Am 03.01.2016 um 14:46 schrieb Ondrej Pokorny: On 03.01.2016 14:13, Sven Barth wrote: Please report a bug with a simple example that should compile with the error message you get at

Re: [fpc-devel] Type Helper and Array

2016-01-03 Thread Sven Barth
Am 03.01.2016 14:47 schrieb "Ondrej Pokorny" : > > On 03.01.2016 14:13, Sven Barth wrote: >> >> >> Please report a bug with a simple example that should compile with the error message you get at http://bugs.freepascal.org as I don't see any difference between dynamic and static