Opened 15 years ago
Closed 15 years ago
#283 closed defect (fixed)
Dimension mismatch in array declaration
| Reported by: | zirkel | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | front | Version: | 1.1 |
| Keywords: | Cc: |
Description
When an array is declared as the first local variable in a function, and the function's last formal parameter is an array, the declared array will have the wrong number of dimensions. See examples/array/array2.c
The error is reported in the model package, but I believe it is caused in the front end.
Note:
See TracTickets
for help on using tickets.

Fixed. tass verify examples/autodiff/fcn.c works now.