Opened 16 years ago
Closed 16 years ago
#230 closed defect (fixed)
null pointer exception in return statement
| Reported by: | Stephen Siegel | Owned by: | ywei |
|---|---|---|---|
| Priority: | major | Milestone: | Release 1.0 |
| Component: | front | Version: | 1.0 |
| Keywords: | Cc: |
Description
In TreeParser, a null pointer exception happens with a return statement that takes no argument (which should be OK if function has void type). See dgemvImpl for an example.
Note:
See TracTickets
for help on using tickets.

Fixed. Error in parser: number of children node mis-counted.