Beginning OpenMP Threads

2022-02-24 Thread Mohamed Atef via Gcc
Hello everyone, From OpenMP specs. "The OpenMP implementation must execute ompd_bp_thread_begin at every native-thread-begin and initial-thread-begin event. This execution occurs before the thread starts the execution of any OpenMP region" "When terminating an OpenMP thread, the implementation e

[modules] Preprocessing requires compiled header unit modules

2022-02-24 Thread Ben Boeckel via Gcc
Hi, I'm looking to update my patch which implements P1689[1] for GCC. I originally wrote this back in February 2019 at Kona for a proof of concept[2], but never really got the time to delve back in until now. I'd like to get header units implemented prior to submitting it as it will be an importan

gcc-9-20220224 is now available

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

Modern Standard Libraries

2022-02-24 Thread Luis Gerardo via Gcc
Hi, I am working on implementing a modern standard library for C++ that is based on security and simplicity (but still as efficient as possible). That tries to solve concurrent programming problems. Of course, all using preferably the standard C++ libraries as well as some use of the modern C stand