mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 11:59:30 +02:00
* destroying constnone constsyms can occur when parsing a generic with a constant parameter that results in an error (e.g. unsupported type)
git-svn-id: trunk@45088 -
This commit is contained in:
parent
f5e89ded35
commit
7757306c78
@ -2544,8 +2544,7 @@ implementation
|
||||
destructor tconstsym.destroy;
|
||||
begin
|
||||
case consttyp of
|
||||
constnone:
|
||||
internalerror(2019050703);
|
||||
constnone,
|
||||
constord,
|
||||
constpointer,
|
||||
constnil:
|
||||
|
Loading…
Reference in New Issue
Block a user