mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 11:49:23 +02:00
fixed a the check for pd.owner being assigned before defererencing it. this fixes a reproduceable compiler crash I ran into recently
git-svn-id: trunk@32965 -
This commit is contained in:
parent
59a55ea07d
commit
4e14c292b0
@ -2473,7 +2473,7 @@ implementation
|
||||
) or
|
||||
(
|
||||
(
|
||||
not pd.is_specialization or
|
||||
not pd.is_specialization and
|
||||
assigned(pd.owner)
|
||||
) and
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user