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.

Change History (1)

comment:1 by Stephen Siegel, 16 years ago

Resolution: fixed
Status: newclosed

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

Note: See TracTickets for help on using tickets.