Skip to content

Instantly share code, notes, and snippets.

@theirix
Created July 26, 2016 10:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theirix/381003ca0714b62f06f4f11a211e00e0 to your computer and use it in GitHub Desktop.
Save theirix/381003ca0714b62f06f4f11a211e00e0 to your computer and use it in GitHub Desktop.
Libasan failure on devtoolset-3
// test with:
// scl enable devtoolset-3 -- g++ -std=c++11 -g -O0 -fsanitize=address -static-libasan foo.cpp
#pragma pack(1)
struct TestStruct
{
};
#include <regex>
const std::regex testregex(".*");
int main(int argc, char **argv)
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment