﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3156	A lot of duplicate debugging lines in the C code ...	Adrian Pop	Lennart Ochel	"We get a lot of the same line in the C code, i.e.:
{{{#!c
          /* Pattern matching succeeded */
#line 1759 ""c:/dev/OpenModelica/Compiler/FFrontEnd/FGraph.mo""
          _r = omc_FNode_child(threadData, omc_FGraph_lastScopeRef(threadData, _inEnv), _inClassName);
#line 789 OMC_FILE

#line 1760 ""c:/dev/OpenModelica/Compiler/FFrontEnd/FGraph.mo""
          /* Pattern-matching assignment */
#line 1760 ""c:/dev/OpenModelica/Compiler/FFrontEnd/FGraph.mo""
          tmpMeta[1] = omc_FNode_refData(threadData, _r);
#line 1760 ""c:/dev/OpenModelica/Compiler/FFrontEnd/FGraph.mo""
          if (mmc__uniontype__metarecord__typedef__equal(tmpMeta[1],3,5) == 0) MMC_THROW_INTERNAL();
#line 1760 ""c:/dev/OpenModelica/Compiler/FFrontEnd/FGraph.mo""
          tmpMeta[2] = MMC_FETCH(MMC_OFFSET(MMC_UNTAGPTR(tmpMeta[1]), 3));
#line 1760 ""c:/dev/OpenModelica/Compiler/FFrontEnd/FGraph.mo""
          _p = tmpMeta[2];
#line 801 OMC_FILE
#line 1761 ""c:/dev/OpenModelica/Compiler/FFrontEnd/FGraph.mo""
}}}

Also, what's up with OMC_FILE lines? Those are lines in the C file?"	defect	closed	high		Code Generation	trunk	invalid		
