﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
170	Add sizeof operator to front end	Stephen Siegel	ywei	"Add to front end a new kind of expression
{{{
sizeof(type)
}}}
where {{{type}}} can be any type, e.g., {{{int***[]}}}.

The expression has type {{{int}}}.

Additions must also be made to the model package to support this (separate ticket).

Evaluation: this expression will evaluate to a ""special"" symbolic constant of integer type.   For example, the symbolic constant {{{SIZEOF_INT}}} will be the result of evaluation of {{{sizeof(int)}}}.

We might want to insist that all pointer types have the same size, but this is an issue with the semantics of the programming languages that might differ from language to language.
"	enhancement	closed	major	Release 1.0	front	1.0	fixed	sizeof size front	
