Opened 4 years ago

Last modified 4 years ago

#222 new defect

Empty parameter list in nested forall clause generates unused parameter

Reported by: f37yu Owned by:
Priority: major Component: cfa-cc
Version: 1.0 Keywords:
Cc:

Description (last modified by f37yu)

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.

Change History (1)

comment:1 Changed 4 years ago by f37yu

Description: modified (diff)
Note: See TracTickets for help on using tickets.