This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/gcc.
from 105c56a8cfd Optimize vpermtiw/b to vpunpcklqdq for certain cases. adds bc9aa450eb4 forwprop: Fix a typo and comment formatting adds bc17882341b [Ada] Enable current value propagation within pragma expressions adds 7cff43618e6 [Ada] Check token to be "access", reject it if not adds 8fc021c0988 [Ada] Fix documentation of using attribute Loop_Entry in pragmas adds a08f366ae87 [Ada] Implement calls to abstract subprograms in class-wide [...] adds d4090614041 [Ada] Use Actions field of freeze nodes for subprograms adds c30e5ab027a [Ada] Spurious error on subprogram with class-wide preconditions adds 6c72dc7d602 [Ada] Crash freezing declaration that will raise constraint error adds 87a65584247 [Ada] Remove superfluous call to Original_Node adds e2f7d58cda6 [Ada] Streamline implementation of Has_Compatible_Representation adds d678717ab23 [Ada] Deal with derived record types in Has_Compatible_Repr [...] adds 83bfddac6fe [Ada] Initialize Compiler_State to avoid Constraint_Error adds 98208e364c1 [Ada] Typo fix in finalization comment adds 6e2d6b8e8ea [Ada] Don't create calls to Abort_Undefer when not Abort_Allowed adds c21a0097b63 [Ada] Allow 'Reduce with -gnat2022 adds 27b2b83bd7c [Ada] Take full view of private type adds ca3e565395b [Ada] Fix bogus visibility error with partially parameteriz [...] adds a2bcadcef01 [Ada] Generic binary search implementation adds b81c9e4f9f4 [Ada] Output.w always writes to stderr adds 80d1067508d [Ada] Requires_Cleanup_Actions and N_Protected_Body adds 42fe7c9a809 [Ada] Fix small glitch in Expand_N_Full_Type_Declaration adds 5dbb65676f9 [Ada] Fix Forced sign flag in formatted string adds 5c44da007b4 [Ada] Fix insertion of declaration inside quantified expression adds 26b0b2ddf4a [Ada] GNAT.Binary_Search is not internal adds f2ef7a0545d [Ada] Cleanups related to front-end SJLJ adds 867bf6f087e [Ada] Provide allocation subtype for allocators of a Design [...] adds 3c802e97495 [Ada] Allow inlining for proof inside generics adds 5ab656c5e90 [Ada] Enhance the warning on C enum with size clause for si [...] adds a51b6016c96 [Ada] CUDA: remove code performing kernel registration adds de0665fc7f1 [Ada] Subprogram renaming fails to hide homograph adds 33400df641d [Ada] Restore defensive guard in checks for volatile actuals adds ebce0e9bd8d tree-optimization/105618 - restore load sinking adds 4f94c38a923 OpenMP: Add omp_all_memory support to Fortran new 254cbf72661 i386: Fix up V2DI and V1TI inequality comparisons [PR105613] new 472aecb7890 libgomp.texi: Add OpenMP 5.2 implementation status new 357d6fcd41e libstdc++: Stop defining C++0x compat symbols for versioned [...] new 1815462a6e5 libstdc++: Skip tests that fail for the versioned namespace
The 4 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/ada/Makefile.rtl | 1 + gcc/ada/contracts.adb | 14 +- gcc/ada/contracts.ads | 33 ++ .../gnat_rm/implementation_defined_attributes.rst | 11 +- gcc/ada/doc/gnat_rm/the_gnat_library.rst | 12 + gcc/ada/exp_ch11.adb | 2 - gcc/ada/exp_ch13.adb | 14 +- gcc/ada/exp_ch2.adb | 7 - gcc/ada/exp_ch3.adb | 3 +- gcc/ada/exp_ch4.adb | 24 + gcc/ada/exp_ch5.adb | 4 +- gcc/ada/exp_ch6.adb | 27 +- gcc/ada/exp_ch7.adb | 16 +- gcc/ada/exp_ch9.adb | 4 +- gcc/ada/exp_prag.adb | 8 +- gcc/ada/exp_spark.adb | 7 +- gcc/ada/exp_util.adb | 1 - gcc/ada/exp_util.ads | 4 +- gcc/ada/fe.h | 18 - gcc/ada/freeze.adb | 32 +- gcc/ada/gcc-interface/trans.cc | 5 + gcc/ada/gen_il-fields.ads | 1 - gcc/ada/gen_il-gen-gen_nodes.adb | 3 +- gcc/ada/gnat_cuda.adb | 490 --------------------- gcc/ada/gnat_cuda.ads | 21 +- gcc/ada/gnat_rm.texi | 363 +++++++-------- gcc/ada/impunit.adb | 1 + gcc/ada/inline.adb | 76 +++- gcc/ada/inline.ads | 9 + gcc/ada/lib.ads | 2 +- gcc/ada/libgnat/g-binsea.adb | 123 ++++++ gcc/ada/libgnat/g-binsea.ads | 93 ++++ gcc/ada/libgnat/g-forstr.adb | 2 +- gcc/ada/opt.ads | 7 +- gcc/ada/output.adb | 46 +- gcc/ada/par-ch3.adb | 8 + gcc/ada/sem_attr.adb | 6 +- gcc/ada/sem_attr.ads | 7 - gcc/ada/sem_ch11.adb | 10 +- gcc/ada/sem_ch12.adb | 239 ++++++---- gcc/ada/sem_ch12.ads | 4 + gcc/ada/sem_ch13.adb | 63 ++- gcc/ada/sem_ch13.ads | 11 +- gcc/ada/sem_ch3.adb | 4 +- gcc/ada/sem_ch5.adb | 4 +- gcc/ada/sem_ch6.adb | 16 + gcc/ada/sem_ch7.adb | 8 +- gcc/ada/sem_ch8.adb | 25 ++ gcc/ada/sem_elab.adb | 2 +- gcc/ada/sem_res.adb | 3 +- gcc/ada/sinfo.ads | 79 ++-- gcc/config/i386/sse.md | 10 +- gcc/fortran/dump-parse-tree.cc | 2 +- gcc/fortran/openmp.cc | 79 +++- gcc/fortran/resolve.cc | 7 + gcc/fortran/trans-openmp.cc | 10 +- gcc/testsuite/gcc.c-torture/execute/pr105613.c | 26 ++ gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-19.c | 21 + gcc/testsuite/gfortran.dg/gomp/all-memory-1.f90 | 51 +++ gcc/testsuite/gfortran.dg/gomp/all-memory-2.f90 | 52 +++ gcc/testsuite/gfortran.dg/gomp/all-memory-3.f90 | 24 + gcc/tree-ssa-forwprop.cc | 12 +- gcc/tree-ssa-sink.cc | 3 + libgomp/libgomp.texi | 65 ++- libgomp/testsuite/libgomp.fortran/depend-5.f90 | 121 +++++ libgomp/testsuite/libgomp.fortran/depend-6.f90 | 126 ++++++ libgomp/testsuite/libgomp.fortran/depend-7.f90 | 113 +++++ libstdc++-v3/src/Makefile.am | 16 +- libstdc++-v3/src/Makefile.in | 31 +- libstdc++-v3/src/c++11/chrono.cc | 5 +- libstdc++-v3/src/c++11/compatibility-c++0x.cc | 4 + libstdc++-v3/src/c++11/compatibility-chrono.cc | 4 + libstdc++-v3/src/c++11/compatibility-condvar.cc | 4 + .../src/c++11/compatibility-thread-c++0x.cc | 4 + libstdc++-v3/src/c++11/system_error.cc | 8 +- .../testsuite/20_util/expected/synopsis.cc | 1 + .../testsuite/27_io/headers/iosfwd/synopsis.cc | 1 + 77 files changed, 1747 insertions(+), 1026 deletions(-) create mode 100644 gcc/ada/libgnat/g-binsea.adb create mode 100644 gcc/ada/libgnat/g-binsea.ads create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr105613.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-19.c create mode 100644 gcc/testsuite/gfortran.dg/gomp/all-memory-1.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/all-memory-2.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/all-memory-3.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/depend-5.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/depend-6.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/depend-7.f90