Re: [fpc-devel] FPC 2.2, gdb 6.6: Internal error: `this' is not an aggregate

2007-07-04 Thread Martin Schreiber
On Wednesday 04 July 2007 10.50, Jonas Maebe wrote: On 04 Jul 2007, at 10:43, Martin Schreiber wrote: If I debug into FPC rtl I get the error Internal error: `this' is not an aggregate while displaying variables. i386 Suse Linux 10.2, gdb 6.6, FPC fixes_2_2 rev 7921. Any hints?

Re: [fpc-devel] FPC 2.2, gdb 6.6: Internal error: `this' is not an aggregate

2007-07-04 Thread Jonas Maebe
On 04 Jul 2007, at 11:27, Martin Schreiber wrote: Compile with -O- It helped, thanks. I hope there will be never a bug which doesn't show with optimisations off. :-) There are definitely such bugs, especially those caused by unitialised variables. -gttt should help with that though.