Opened 16 years ago

Closed 16 years ago

#99 closed defect (fixed)

formal parameters have null source

Reported by: Stephen Siegel Owned by: ywei
Priority: major Milestone:
Component: front Version: 1.0
Keywords: source, parse, formal Cc:

Description

Here is an example from running

compare -simplify -verbose examples/matmat/matmat-seq_1_1_2.mmp -np 1 examples/matmat/matmat-par_1_1_2.mmp -np 2
 begin function printMatrix
| | | begin formal parameters
| | | | numRows : int;
| | | | | null
| | | | numCols : int;
| | | | | null
| | | | m : real[][];
| | | | | null
| | | end formal parameters;

Change History (2)

comment:1 by ywei, 16 years ago

Owner: set to ywei
Status: newaccepted

comment:2 by ywei, 16 years ago

Resolution: fixed
Status: acceptedclosed

Bug fixed. Formal parameters now have source information properly attached.

Note: See TracTickets for help on using tickets.