Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

csc reports errors only one pre-processor symbol per -define flag #16913

Closed
OmarTawfik opened this issue Feb 2, 2017 · 0 comments
Closed

csc reports errors only one pre-processor symbol per -define flag #16913

OmarTawfik opened this issue Feb 2, 2017 · 0 comments
Assignees
Labels
4 - In Review A fix for the issue is submitted for review. Area-Compilers Bug
Milestone

Comments

@OmarTawfik
Copy link
Contributor

OmarTawfik commented Feb 2, 2017

Example:
csc -define:valid1,2,3

Expected: Errors for invalid symbols 2 and 3.
Actual: Error for just 2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4 - In Review A fix for the issue is submitted for review. Area-Compilers Bug
Projects
None yet
Development

No branches or pull requests

2 participants