Skip to content

Update to GCC 5.1.0 and add ubsan support

Waleed Khan requested to merge gcc5 into master

Add GCC 5 support.

Additionally, it supports ubsan, which lets you add runtime checks for undefined behavior and out-of-bounds access.

Here's an example screenshot of an illegal memory read:

Screen_Shot_2015-09-25_at_7.23.15_PM

Merge request reports