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

called with argument types matches both #5

Open
jacob-carlborg opened this issue May 26, 2019 · 0 comments
Open

called with argument types matches both #5

jacob-carlborg opened this issue May 26, 2019 · 0 comments
Labels
bug Something isn't working compile error

Comments

@jacob-carlborg
Copy link
Owner

jacob-carlborg commented May 26, 2019

Running DLP on the DMD code base with the following command:

dlp infer-attributes -i src --string-import-path res --string-import-path generated/osx/release/64 --version MARS  src/dmd/backend/cod1.d

Results in the following compile error:

src/dmd/backend/cod1.d(3931): Error: `dmd.backend.cod1.paramsize` called with argument types `(elem*, uint)` matches both:
src/dmd/backend/cod1.d(59):     `dmd.backend.cod1.paramsize(elem* e, uint tyf)`
and:
src/dmd/backend/cod1.d(3897):     `dmd.backend.cod1.paramsize(elem* e, uint tyf)`
src/dmd/backend/cod1.d(4135): Error: `dmd.backend.cod1.paramsize` called with argument types `(elem*, uint)` matches both:
src/dmd/backend/cod1.d(59):     `dmd.backend.cod1.paramsize(elem* e, uint tyf)`
and:
src/dmd/backend/cod1.d(3897):     `dmd.backend.cod1.paramsize(elem* e, uint tyf)`
src/dmd/backend/cod1.d(3331): Error: `dmd.backend.cod1.paramsize` called with argument types `(elem*, uint)` matches both:
src/dmd/backend/cod1.d(59):     `dmd.backend.cod1.paramsize(elem* e, uint tyf)`
and:
src/dmd/backend/cod1.d(3897):     `dmd.backend.cod1.paramsize(elem* e, uint tyf)`
@jacob-carlborg jacob-carlborg added bug Something isn't working compile error labels May 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working compile error
Projects
None yet
Development

No branches or pull requests

1 participant