Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Gavin HallidayGavin HallidayReporter
Gavin HallidayGavin HallidayPriority
MinorCompatibility
PointFix versions
Pull Request URL
Details
Details
Components
Assignee
Gavin Halliday
Gavin HallidayReporter
Gavin Halliday
Gavin HallidayPriority
Compatibility
Point
Fix versions
Pull Request URL
Created May 27, 2016 at 3:51 PM
Updated June 2, 2016 at 7:33 AM
Resolved June 2, 2016 at 7:33 AM
This problem is caused because delayed selections from abstract modules where incorrectly marked as constant. This meant that vastly complicated expression trees could be constant folded - even when protected with a expr->isConstant() guard.
As well as triggering this internal error, the constant folding could be very inefficient.