Rate EXPR_REFERENCE (variable uses) with error type as EXPR_CLASS_ERROR instead of...
authorChristoph Mallon <christoph.mallon@gmx.de>
Thu, 17 Feb 2011 13:45:49 +0000 (13:45 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Thu, 17 Feb 2011 13:45:49 +0000 (13:45 +0000)
commit2c26c7a7885635fc12bda81d06b334f9726a70df
treebb039182e72f22f332d881f5e32c52fcd4b54a10
parent4050f9be36bafc6b7b215baae5f785f31fc7a394
Rate EXPR_REFERENCE (variable uses) with error type as EXPR_CLASS_ERROR instead of EXPR_CLASS_VARIABLE.

For "case unknown_var:" this prevents the subsequent error that the case label is not constant.

[r28393]
ast.c