Opened 5 years ago
Last modified 6 months ago
#222 closed defect
Empty parameter list in nested forall clause generates unused parameter — at Version 1
| Reported by: | f37yu | Owned by: | |
|---|---|---|---|
| Priority: | major | Component: | cfa-cc |
| Version: | 1.0 | Keywords: | |
| Cc: |
Description (last modified by )
forall (dtype T) {
forall ( | {void foo (T *); }) void bar (T *);
}
this declaration is parsed as
forall (dtype T, dtype __anonymous | {void foo (T *); }) ...
causes a wrong cost at resolution.
Note:
See TracTickets
for help on using tickets.