maple
maple copied to clipboard
Fix for "error: ‘dynamic_cast’ not permitted with -fno-rtti"
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.