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:
Károly Balogh 2016-01-18 12:42:24 +00:00
parent 59a55ea07d
commit 4e14c292b0

View File

@ -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
( (