Opened 10 years ago
Closed 10 years ago
#2794 closed defect (fixed)
intMod and intDiv should fail, not generate C arithmetic exceptions
Reported by: | Adrian Pop | Owned by: | Martin Sjölund |
---|---|---|---|
Priority: | high | Milestone: | 1.9.1 |
Component: | MetaModelica | Version: | trunk |
Keywords: | Cc: |
Description
intMod(x, 0) and intDiv(x, 0) should fail, not throw C exceptions which kill the process. same for realMod and realDiv if not already done so.
Change History (1)
comment:1 by , 10 years ago
Milestone: | Future → 1.9.1 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in r22251