Navigation Menu

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

Fuzzer: Segfault on pattern assignment #1584

Closed
veripoolbot opened this issue Nov 4, 2019 · 2 comments
Closed

Fuzzer: Segfault on pattern assignment #1584

veripoolbot opened this issue Nov 4, 2019 · 2 comments
Assignees
Labels
area: lint Issue involves SystemVerilog lint checking resolution: duplicate Closed; issue or pull request already exists

Comments

@veripoolbot
Copy link
Contributor


Author Name: Eric Rippey
Original Redmine Issue: 1584 from https://www.veripool.org

Original Assignee: Wilson Snyder (@wsnyder)


Running the attached testcase with:

verilator_bin --lint-only 2.sv

Produces:

%Error: 2.sv:5: Unsupported/Illegal: Assignment pattern member not underneath a supported construct: XOR
               : ... In instance m
     b=c^'{b}; 
         ^~
Segmentation fault (core dumped)

This looks pretty similar to #1583, so a fix for that one fix this too. This one does not involve the preprocessor though.

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Eric Rippey
Original Date: 2019-11-04T17:47:48Z


It seems that I missed uploading the testcase here.

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2019-11-05T00:05:44Z


Same issue as #�.

@veripoolbot veripoolbot added area: lint Issue involves SystemVerilog lint checking resolution: duplicate Closed; issue or pull request already exists labels Dec 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: lint Issue involves SystemVerilog lint checking resolution: duplicate Closed; issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants