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

Clearer error message when using the '~' operator on gc. #844

Closed
gopherbot opened this issue Jun 7, 2010 · 1 comment
Closed

Clearer error message when using the '~' operator on gc. #844

gopherbot opened this issue Jun 7, 2010 · 1 comment

Comments

@gopherbot
Copy link
Contributor

by mizardx:

What steps will reproduce the problem?
1. Try to compile a program containing the illegal operator '~' using gc.

What is the expected output?
Either "Illegal operator '~'", or "The binary complement operator is
'^'".

What do you see instead?
"the OCOM operator is ^"

Which revision are you using?  (hg identify)
443fb42ed60e
@griesemer
Copy link
Contributor

Comment 1:

This issue was closed by revision 98b2781.

Status changed to Fixed.

@golang golang locked and limited conversation to collaborators Jun 24, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants