This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-11 in repository gcc.
from dd409835f56 Fix merge of: amdgcn: fix up offload debug linking with LLVM 13 new d5a841968fb openmp: Fix handling of numa_domains(1) new 7f413e93f48 openmp: Add additional tests for declare variant in Fortran adds 2e6c780e1e1 openmp: Fix up handling of OMP_PLACES=threads(1) adds aa827fa170d [PR/target 100316] Allow constant address for __builtin___c [...] adds e9c3a7243bf i386: Fix ICE in ix86_print_opreand_address [PR 102761] adds 164044da342 Daily bump. new fcd5ed27b25 Merge remote-tracking branch 'origin/releases/gcc-11' into [...] adds 3de82c6c36f Fortran: Fix CLASS conversion check [PR102745] new 1f828164fbc Merge remote-tracking branch 'origin/releases/gcc-11' into [...] new 2fe7364a23f Fortran: Fix "str" to scalar descriptor conversion [PR92482]
The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 154 +++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/builtins.c | 10 +- gcc/config/i386/i386.c | 5 +- gcc/fortran/ChangeLog.omp | 9 ++ gcc/fortran/intrinsic.c | 7 +- gcc/fortran/misc.c | 10 +- gcc/fortran/trans-expr.c | 2 +- gcc/testsuite/ChangeLog | 28 ++++ gcc/testsuite/ChangeLog.omp | 18 +++ gcc/testsuite/gcc.c-torture/compile/pr100316.c | 18 +++ gcc/testsuite/gcc.target/i386/pr102761.c | 11 ++ gcc/testsuite/gfortran.dg/bind-c-char-descr.f90 | 57 +++++--- gcc/testsuite/gfortran.dg/class_72.f90 | 83 +++++++++++ .../gfortran.dg/gomp/declare-variant-15.f90 | 13 ++ .../gfortran.dg/gomp/declare-variant-16.f90 | 14 +- libgomp/ChangeLog | 11 ++ libgomp/ChangeLog.omp | 8 ++ libgomp/config/linux/affinity.c | 2 +- 19 files changed, 424 insertions(+), 38 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr100316.c create mode 100644 gcc/testsuite/gcc.target/i386/pr102761.c create mode 100644 gcc/testsuite/gfortran.dg/class_72.f90