-
Notifications
You must be signed in to change notification settings - Fork 445
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
Compiler Bug: boost::too_few_args #2207
Comments
I cannot reproduce this issue.
Are you running the latest version of the compiler? |
BTW: compilation does not reach pass 9, it stops in pass 5. So I don't know how you reached FrontEnd_9. |
I rebuilt and tried to reproduce this. I can't and I also cannot identify the commit that might have caused this. Seems like a fluke. |
Similar to #2206, the attached program leads to a boost error after the
FrontEnd_9_CheckNamedArgs
pass.I think because of the slice operation the
FrontEnd_4_ResolveReferences
does not detect that the width of the expression is unknown?b.p4.txt
The text was updated successfully, but these errors were encountered: