This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0c56fd6a1fe libgomp: Device load_image - improve minor num-funcs/vars check new 070f973cd3b ada: Reject use-clause conflicts in the run-time library new 439af1ef21d ada: Fix propagation of SPARK_Mode for renaming-as-body new b25472f38da ada: Use fully qualified in the runtime library new 59276c4d98a ada: Assert failure in repinfo new b9be798a007 ada: Use fully qualified in more library files new 3e2b3dd728d ada: Spurious error on the default value of a derived scalar type new c0c1e02070f ada: GNAT-LLVM compiler crash on container aggregates with [...] new 891427f2549 ada: Implement type inference for generic parameters new cfa788bc679 ada: Fix error in GNATprove inlining with array concatenation
The 9 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/debug.adb | 5 +- gcc/ada/errout.adb | 23 +- gcc/ada/errout.ads | 11 +- gcc/ada/freeze.adb | 26 +- gcc/ada/libgnarl/a-exetim__posix.adb | 4 +- gcc/ada/libgnarl/s-interr__hwint.adb | 11 +- gcc/ada/libgnarl/s-taprop__mingw.adb | 2 +- gcc/ada/libgnarl/s-taprop__posix.adb | 2 +- gcc/ada/libgnarl/s-taprop__qnx.adb | 18 +- gcc/ada/libgnarl/s-taprop__rtems.adb | 4 +- gcc/ada/libgnat/a-direct.adb | 4 +- gcc/ada/libgnat/a-nbnbin.adb | 3 +- gcc/ada/libgnat/a-timoio.adb | 5 + gcc/ada/libgnat/a-timoio__128.adb | 8 + gcc/ada/libgnat/a-wtmoio.adb | 5 + gcc/ada/libgnat/a-wtmoio__128.adb | 8 + gcc/ada/libgnat/a-ztmoio.adb | 5 + gcc/ada/libgnat/a-ztmoio__128.adb | 8 + gcc/ada/repinfo.adb | 6 +- gcc/ada/sem_ch12.adb | 482 ++++++++++++++++++++++++++++++++++- gcc/ada/sem_ch4.adb | 2 + gcc/ada/sem_ch5.adb | 11 +- gcc/ada/sem_ch6.adb | 9 + gcc/ada/sem_ch8.adb | 4 +- 24 files changed, 602 insertions(+), 64 deletions(-)