maple icon indicating copy to clipboard operation
maple copied to clipboard

Fix for "error: ‘dynamic_cast’ not permitted with -fno-rtti"

Open hgpatil opened this issue 10 years ago • 0 comments

Changed 5 instances of 'dynamic_cast' to 'reinterpret_cast'.

Unfortunately, one regression test 'idiom.predictor.libc_lock' fails after this change. Will need to look a the source to fix this.

hgpatil avatar May 16 '15 14:05 hgpatil