Hello,
for this test case,
1.#include
2.#include
3.int
4.main()
5.{
6. omp_set_num_threads (5);
7. #pragma omp parallel
8.{
9. int th = omp_get_thread_num ();
10. printf ("i am thread %d\n", th);
11.}
12. return 0;
13.}
Reading symbols from a.out...
OMPD GDB support loaded
On 27 Jun 2022, Fangrui Song stated:
> I created https://groups.google.com/g/generic-abi/c/satyPkuMisk ("Add new
> ch_type value: ELFCOMPRESS_ZSTD") after I saw that on LLVM side, Cole Kissane
> proposes that we add Zstandard as new compression method (mainly for .debug*
> sections, but also for s
The GNU Compiler Collection version 10.4 has been released.
GCC 10.4 is a bug-fix release from the GCC 10 branch
containing important fixes for regressions and serious bugs in
GCC 10.3 with more than 209 bugs fixed since the previous release.
This release is available from the FTP servers listed
On Mon, Jun 27, 2022 at 4:52 PM Philip Herron
wrote:
>
> Hi everyone,
>
> Since November 2020, I've worked full-time on the Rust front-end for
> GCC, thanks to Open Source Security, Inc and Embecosm. As a result, I
> am writing to this mailing list to seek feedback from the collective
> experience