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

[Bug] kecc framework bug for variable redefinition? #537

Open
hqqkun opened this issue Oct 31, 2024 · 0 comments
Open

[Bug] kecc framework bug for variable redefinition? #537

hqqkun opened this issue Oct 31, 2024 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@hqqkun
Copy link

hqqkun commented Oct 31, 2024

In Homework 2, when I tested the KECC framework with the following code snippet that involves global variable redefinition:

int nonce = 1;
int nonce = 100;

The output was var i32 @nonce = 100, indicating that the code at this line in the KECC framework does not handle variable redefinition properly. This suggests that the framework does not address this issue. Is this a bug, or is it intentional to encourage students to modify the code?

@hqqkun hqqkun added the question Further information is requested label Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants