This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5eafa8d16be match.pd: simplify (view_convert (BIT_FIELD_REF)) new 36dc8514849 ada: Fix crash when an invalid warning switch contains trai [...] new 720aa07da3f ada: Fix usage of Table.Table in Sem_Ch12 new 7bc5bf65858 ada: Unsigned_Base_Range aspect (part 5) new e863ad5cc2c ada: Fix typo in GNAT RM new f714e1baf88 ada: Fix unexpected overflow check before fixed-point multi [...] new 9d052b444f4 ada: Add new abstractions to Table.Table new 284af1c03d7 ada: Fix incorrectly inherited non-primitive subprograms new 9f88ab6a60c ada: do not Set_Is_Imported on exception names new 7ad3907689a ada: Rework disabling signals when calling pthread_create on QNX new f6eb93dec5d ada: Fix miscompilation at -O2 due to aliasing issue caused [...]
The 10 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/adaint.c | 63 ------------------- gcc/ada/aspects.adb | 5 +- gcc/ada/atree.adb | 6 +- gcc/ada/debug.adb | 5 +- gcc/ada/doc/gnat_rm/obsolescent_features.rst | 2 +- gcc/ada/einfo-utils.adb | 8 ++- gcc/ada/einfo.ads | 1 + gcc/ada/exp_fixd.adb | 14 +++-- gcc/ada/exp_util.adb | 81 +++++++++++++------------ gcc/ada/fmap.adb | 4 +- gcc/ada/gnat_rm.texi | 4 +- gcc/ada/libgnarl/s-taprop__qnx.adb | 91 +++++++++++++++++++++++----- gcc/ada/par-ch4.adb | 3 +- gcc/ada/par_sco.adb | 3 +- gcc/ada/sem_ch12.adb | 41 +++---------- gcc/ada/sem_ch13.adb | 18 +++++- gcc/ada/sem_ch3.adb | 8 ++- gcc/ada/sem_elab.adb | 2 +- gcc/ada/sem_prag.adb | 58 +++++++++++++----- gcc/ada/sem_util.adb | 20 +++--- gcc/ada/table.adb | 20 +++++- gcc/ada/table.ads | 7 +++ 22 files changed, 266 insertions(+), 198 deletions(-)