Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#751 closed defect (fixed)

specialization may result in the same code being walked multiple times

Reported by: felix winkelmann Owned by: felix winkelmann
Priority: critical Milestone: 4.9.0
Component: compiler Version: 4.7.x
Keywords: specialization warnings Cc:
Estimated difficulty:

Description

This will also signal type-warnings several times. The reason is the re-walking of a node after specialization: if the arguments trigger a flow-analysis warning, the re-walk will trigger it again.

Change History (3)

comment:1 Changed 12 years ago by felix winkelmann

Milestone: 4.8.0
Priority: minorcritical
Status: newassigned

comment:2 Changed 12 years ago by Mario Domenech Goulart

Resolution: fixed
Status: assignedclosed

Fixed by c31c6ecf7c6ffcde49707184d49c6303792649a4

comment:3 Changed 12 years ago by felix winkelmann

Milestone: 4.8.04.9.0

Milestone 4.8.0 deleted

Note: See TracTickets for help on using tickets.