unqualify volatile in _Generic type checking

This commit is contained in:
Matthias Gatto 2017-07-06 13:46:28 +02:00 committed by matthias
parent 3f13e33872
commit 2020a312ca

View file

@ -4908,6 +4908,7 @@ ST_FUNC void unary(void)
if (controlling_type.t & VT_ARRAY)
controlling_type.t = VT_PTR;
controlling_type.t &= ~VT_CONSTANT;
controlling_type.t &= ~VT_VOLATILE;
for (;;) {
learn = 0;
skip(',');