You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I get rid of the loop, `self.a = A()`, or `self.a.things = []`, it builds.
Crash info summary:
SIL memory lifetime failure in @$s6delete10StraduckenV21moreOfAFunctionReallyyyF: memory is not initialized, but should
memory location: %80 = struct_element_addr %79 : $*Straducken.A, #Straducken.A.things // user: %81
at instruction: debug_value_addr %0 : $*Straducken, var, name "self", argno 1 // id: %3
Additional Detail from JIRA
md5: 1bb6c92c3c5d2b6ef096d5e7cc2d1d10
Issue Description:
Here is a mini-fied reproducer of some code that causes a compiler crash (only when compiling with optimizations).
If I get rid of the loop, `self.a = A()`, or `self.a.things = []`, it builds.
Crash info summary:
Full crash info:
The text was updated successfully, but these errors were encountered: