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 Martin Sjölund, 11 years ago

Component: FrontendCode Generation
Owner: changed from somebody to Martin Sjölund
Status: newassigned

comment:2 by Martin Sjölund, 11 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.