fpc/tests/webtbs/tw35139a.pp
pierre c1e93bd2c2 + compiler/symdef.pas: Add missing call to tderef.reset methods in all tdef constructors.
+ compiler/sysmsym.pas: Do the same for for all tsym constructors.
  + compiler/symtype.pas: Generate internalerror in  tcompilerppufile.putderef
    if a deref field has index -1, as this means that buildderef was not called
    while it should have been called.
  + compiler/symtable.pas: Fix bug report itself by adding an extra local variable
    CHANGED to add extra cycles in tstoredsymtable.buildderef_referenced method.

New tests for this bug report: tests/webtbs/tw35139.pp and  tests/webtbs/tw35139a.pp

git-svn-id: trunk@41425 -
2019-02-23 23:03:29 +00:00

17 lines
167 B
ObjectPascal

{
Check a fix for a bug that appeared in
utils/fppkg/lnet/lTelnet.pp
}
{$mode objfpc}{$H+}
program tw35139a;
uses
Classes, SysUtils, tw35139;
begin
end.