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]: Shadowing variable breaks declaration reference after the end of the scope #634

Open
Jezurko opened this issue Jun 28, 2024 · 0 comments
Assignees
Labels
bug Something isn't working sv-comp Effort on translating SV-Comp benchmarks

Comments

@Jezurko
Copy link
Collaborator

Jezurko commented Jun 28, 2024

VAST version

18

LLVM version

18

Operating system

Linux

Description

The SV-Comp test-suite program sv-benchmarks/c/seq-mthreaded-reduced/pals_floodmax.3.1.ufo.BOUNDED-6.pals.c.v+lhb-reducer.c

Steps to Reproduce

Using creduce I have obtained the following reproducer:

void b() {
  int c;
  { int c; }
  c;
}
@Jezurko Jezurko added bug Something isn't working sv-comp Effort on translating SV-Comp benchmarks labels Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working sv-comp Effort on translating SV-Comp benchmarks
Projects
None yet
Development

No branches or pull requests

2 participants