Opened 6 years ago

Closed 6 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 );
}

Change History (1)

comment:1 Changed 6 years ago by Thierry Delisle

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.