﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2708	wrong generated code for Q-IDENTs	Lennart Ochel	Mahder Alemseged Gebremedhin	"Please, check the following model:

{{{#!mo
model test
  record foo
    Real 'a';
  end foo;

  foo b;

equation
  der(b.'a') = sin(b.'a');
end test;
}}}


The error Output is the following:
{{{
In file included from test.c:19:
test_functions.h:15: error: expected ':', ',', ';', '}' or '__attribute__' before 'a'
test_functions.h:21: error: expected ';', ',' or ')' before 'a'
mingw32-make: *** [test.o] Error 1
mingw32-make: *** Waiting for unfinished jobs....
In file included from test_01exo.c:19:
test_functions.h:15: error: expected ':', ',', ';', '}' or '__attribute__' before 'a'
test_functions.h:21: error: expected ';', ',' or ')' before 'a'
mingw32-make: *** [test_01exo.o] Error 1
In file included from test_functions.c:1:
test_functions.h:15: error: expected ':', ',', ';', '}' or '__attribute__' before 'a'
test_functions.h:21: error: expected ';', ',' or ')' before 'a'
test_functions.c:8: error: expected ';', ',' or ')' before 'a'
mingw32-make: *** [test_functions.o] Error 1
Compilation process exited with code 2
}}}"	defect	closed	blocker	1.9.1	Code Generation	trunk	fixed		cbrinkrolf@…
