Dechenjm / crack-language

Automatically exported from code.google.com/p/crack-language
Other
0 stars 0 forks source link

Exception variable assignment should do unsafeCast, not bit-cast #76

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
At present, when we convert a low-level exception pointer to an exception 
variable in a catch, we're using a low-level bitcast.  This won't work with 
multiple inheritance, we should be doing an unsafeCast() instead.

Original issue reported on code.google.com by mind...@gmail.com on 20 May 2011 at 11:25