jacob-carlborg/dlp

called with argument types matches both

Opened this issue · 0 comments

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)`