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 , 16 years ago
| Owner: | set to |
|---|---|
| Status: | new → accepted |
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

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