-
Notifications
You must be signed in to change notification settings - Fork 14k
Closed
Description
When transitioning from oldmap::HashMap to LinearMap in #5523, I ran into a number of spots which caused segfaults when compiling some time between stage1 and stage2.
Each segfault could be fixed with a copy, although the copy isn't necessary in most cases. This mostly showed up with types of the form &*T, and the copy ended up yielding a *T type.
I wasn't able to track it down much further, but there are a number of spots throughout the compiler marked with a FIXME for this issue.
Metadata
Metadata
Assignees
Labels
No labels