Any implementation of `__sanitizer_cov_trace_basic_block` in GCC?

2020-06-20 Thread Shuai Wang via Gcc
Hello, I am writing to inquire about the availability of any "__sanitizer_cov_trace_basic_block" implementations in gcc. I somewhat learned from the following mail discussion ( https://gcc.gnu.org/pipermail/gcc-patches/2015-December/437137.html) that `__sanitizer_cov_trace_basic_block` is provided

gcc-10-20200620 is now available

2020-06-20 Thread GCC Administrator via Gcc
Snapshot gcc-10-20200620 is now available on https://gcc.gnu.org/pub/gcc/snapshots/10-20200620/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 10 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch

[OMPD] API version formatting

2020-06-20 Thread y2s1982 . via Gcc
Hello, I have a question on API version formatting. I have been looking at the get_api_version() and get_api_version_string() documentation: https://www.openmp.org/spec-html/5.0/openmpsu213.html#x269-17920005.5.1.2 I also saw how LLVM implements it using macro to store the information: https://git