﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1741	Runtime parameter evaluation and external objects	mburisch	mburisch	"The recent change in parameter evaluation at runtime (revision 11850) breaks external object constructors which use depending parameters. Since the change their initial value is 0 or the empty string. However, the constructor of external objects are called before the parameters are assigned their values, therefore leading to wrong initializations.\\
Attached is a small example build with the following commands:

 
{{{gcc -c testobj.c -o testobj.o
ar -ru libTestObj.a testobj.o
omc test.mos}}}

The expected output is 5, however, due to runtime parameter evaluation it is 0."	defect	new	high	Future					mburisch Lennart Ochel Willi Braun
