[fpc-devel] crash with -gt -O2 (regvar) in trunk

Martin fpc at mfriebe.de
Sun Jun 6 21:44:44 CEST 2010


On 05/06/2010 19:57, Jonas Maebe wrote:
>
> One thing that was added is the node level CSE optimiser. You can disable it with the -Oonocse command line option (put it in the command line after -O2). There are no changes to -gt that I remember.
>
>    

it wasn't cse.

It seems it is RegVar ( and -gt )

   -gh -gt -g  -gl  -gw -godwarfsets    -CX -XX -Xs   -O2  -OpPENTIUMM  
-Oonoregvar
   -gh -gt -g  -gl  -gw -godwarfsets    -CX -XX -Xs   -O2  -OpPENTIUMM

the first one, works fine, the 2nd causes the crash.

Martin



More information about the fpc-devel mailing list