﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
152	front end does not parse certain type expressions	Stephen Siegel	ywei	"Neither of the following can be parsed:

{{{
real*[2] grid_data;
real**[2] grid;
}}}

In the first case I am trying to make an array of length 2 in which the elements have type real* (pointer to real).

In the second case I am trying to make an array of length 2 in which the elements have type real** (pointer to pointer to real).

"	defect	closed	major		front	1.0	fixed	front pointer parse	
