Opened 11 years ago
Closed 11 years ago
#2683 closed defect (fixed)
Do not generate self-assignments
| Reported by: | Martin Sjölund | Owned by: | Martin Sjölund |
|---|---|---|---|
| Priority: | high | Milestone: | 1.9.1 |
| Component: | Code Generation | Version: | trunk |
| Keywords: | Cc: |
Description
Tail-recursive calls:
self(inInfo);
Generates C-code that triggers warnings:
_inInfo = _inInfo; goto _tailrecursive;
Change History (2)
comment:1 by , 11 years ago
| Component: | Frontend → Code Generation |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
comment:2 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
