Summary
specialization may result in the same code being walked multiple times
Metadata
- Id: b0d32059c41e7879ea7dd4b4a61ddb2adfe15132
- Trac id: 751
- Type: defect
- Reporter: felix
- Owner: felix
- Cc:
- Status: closed
- Component: compiler
- Estimated difficulty:
- Resolution: fixed
- Priority: critical
- Milestone: 4.9.0
- Version: 4.7.x
- Changetime: 2012-09-24 21:47:48 UTC
- Created: 2011-12-13 13:39:06 UTC
- Keywords: specialization warnings
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.
Changes and comments
[2012-05-30 12:06:26 UTC] felix changed priority from minor to critical
[2012-05-30 12:06:26 UTC] felix changed status from new to assigned
[2012-05-30 12:06:26 UTC] felix set milestone to 4.8.0
[2012-06-01 02:10:25 UTC] mario changed status from assigned to closed
[2012-06-01 02:10:25 UTC] mario set resolution to fixed
[2012-06-01 02:10:25 UTC] mario wrote:
Fixed by c31c6ecf7c6ffcde49707184d49c6303792649a4
[2012-09-24 21:47:48 UTC] felix changed milestone from 4.8.0 to 4.9.0
[2012-09-24 21:47:48 UTC] felix wrote:
Milestone 4.8.0 deleted