Opened 7 years ago
#4881 new defect
removeEqualFunctionCalls and wrapFunctionCalls
Reported by: | Vitalij Ruge | Owned by: | Lennart Ochel |
---|---|---|---|
Priority: | high | Milestone: | Future |
Component: | Backend | Version: | |
Keywords: | Cc: |
Description
For removeEqualFunctionCalls
we can find the line
skip this module if cse module is activated
which use Flags.CSE_CALL
. But enable wrapFunctionCalls
is not equal Flags.CSE_CALL
.
see the dump:
https://github.com/OpenModelica/OpenModelica-testsuite/blob/master/openmodelica/debugDumps/lateInline.mos
both moduls are enabled.
Note:
See TracTickets
for help on using tickets.