Opened 7 years ago
Closed 7 years ago
#94 closed defect (fixed)
waitfor error message inconsistent
| Reported by: | pabuhr | Owned by: | Thierry |
|---|---|---|---|
| Priority: | trivial | Component: | cfa-cc |
| Version: | 1.0 | Keywords: | |
| Cc: |
Description
waitfor error message should always refer to the number of parameters not the number of arguments.
monitor M { condition e; };
int (*p)( M & mutex m1, M & m2 );
void bar( M & mutex m1, M & mutex m2 ) {
waitfor( p, m1, m2 );
}
Note:
See TracTickets
for help on using tickets.