This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d3904a3ad9d tree-optimization/117119 - ICE with int128 IV in dataref analysis new 26b649b2d17 ada: Fix parsing of raise expressions with no parens new d2e3635aa18 ada: Add more commentary to System.Val_Real.Large_Powfive new 518fd9e9b18 ada: Warn about redundant parentheses in upper range bounds new f9d22b7ac73 ada: Simplify expansion of negative membership operator new c6989fbbf2f ada: Unbounded recursion on character aggregates with predi [...] new ef4448e0a05 ada: Fix spurious warning about redundant parentheses in ra [...] new 94a7543df92 ada: Remove redundant parentheses inside unary operators new 34943af17e3 ada: Remove redundant parentheses inside unary operators in [...] new 686bd4e0bc4 ada: Warn about redundant parentheses inside unary operators new 5fd925bf732 ada: Cleanup preanalysis of static expressions (part 4) new 492aae16856 ada: Remove redundant parentheses inside unary operators (cont.) new 2e0b086f840 ada: Fix relocatable DLL creation with gnatdll new 1a826571302 ada: Cleanup preanalysis of static expressions (part 5) new 0cf06bf0d7f ada: Update gnatdll documentation (-b option removed)
The 14 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/checks.adb | 6 +-- .../doc/gnat_ugn/platform_specific_information.rst | 19 +++----- gcc/ada/exp_ch4.adb | 9 ++-- gcc/ada/exp_dist.adb | 2 +- gcc/ada/exp_imgv.adb | 4 +- gcc/ada/exp_util.adb | 2 +- gcc/ada/gnat_ugn.texi | 11 +---- gcc/ada/gnatdll.adb | 8 +--- gcc/ada/libgnarl/a-reatim.adb | 2 +- gcc/ada/libgnat/a-coinve.adb | 6 +-- gcc/ada/libgnat/a-nbnbre.adb | 4 +- gcc/ada/libgnat/a-ngcoty.adb | 22 ++++----- gcc/ada/libgnat/a-ngelfu.adb | 2 +- gcc/ada/libgnat/a-ngrear.adb | 2 +- gcc/ada/libgnat/a-strbou.ads | 16 +++---- gcc/ada/libgnat/a-strfix.ads | 16 +++---- gcc/ada/libgnat/a-strsea.adb | 26 +++++------ gcc/ada/libgnat/a-strsea.ads | 8 ++-- gcc/ada/libgnat/a-strsup.ads | 16 +++---- gcc/ada/libgnat/a-strunb.ads | 16 +++---- gcc/ada/libgnat/a-strunb__shared.ads | 16 +++---- gcc/ada/libgnat/g-alleve.adb | 8 ++-- gcc/ada/libgnat/g-spitbo.adb | 4 +- gcc/ada/libgnat/s-aridou.adb | 10 ++--- gcc/ada/libgnat/s-arit32.adb | 2 +- gcc/ada/libgnat/s-dourea.ads | 2 +- gcc/ada/libgnat/s-genbig.adb | 6 +-- gcc/ada/libgnat/s-imager.adb | 2 +- gcc/ada/libgnat/s-statxd.adb | 6 +-- gcc/ada/libgnat/s-valrea.adb | 5 +++ gcc/ada/libgnat/s-widthi.adb | 8 ++-- gcc/ada/mdll.adb | 13 +++--- gcc/ada/par-ch3.adb | 18 ++++++-- gcc/ada/par-ch4.adb | 52 ++++++++++++++++++---- gcc/ada/sem_aggr.adb | 11 ++--- gcc/ada/sem_attr.adb | 4 +- gcc/ada/sem_ch10.adb | 2 +- gcc/ada/sem_ch13.adb | 28 ++++++++---- gcc/ada/sem_ch3.adb | 2 +- gcc/ada/sem_ch5.adb | 25 +++++++++-- gcc/ada/sem_ch6.adb | 4 +- gcc/ada/sem_ch7.adb | 2 +- gcc/ada/sem_dim.adb | 4 +- gcc/ada/sem_prag.adb | 2 +- gcc/ada/sem_res.adb | 2 +- gcc/ada/sem_util.adb | 5 +-- gcc/ada/uintp.adb | 12 ++--- 47 files changed, 252 insertions(+), 200 deletions(-)