mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 22:09:32 +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
|
) or
|
||||||
(
|
(
|
||||||
(
|
(
|
||||||
not pd.is_specialization or
|
not pd.is_specialization and
|
||||||
assigned(pd.owner)
|
assigned(pd.owner)
|
||||||
) and
|
) and
|
||||||
(
|
(
|
||||||
|
Loading…
Reference in New Issue
Block a user