This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0ebaffccb29 Use pblendw instead of pand to clear upper 16 bits. new c32fd1a614b ada: Add new Mingw task priority mapping new b22c01db9a8 ada: Follow-up fix to previous change for Text_Ptr new 1bc1fa1160f ada: Remove trailing NUL in minimal expansion of Put_Image [...] new 5035d5e33bc ada: Remove conversion from String_Id to String and back to [...] new a311db8758b ada: Do not leak tagged type names when Discard_Names is enabled new 01cb6e1338b ada: Update documentation of warning messages new b0a97d4e223 ada: Fix index entry for an implemented AI feature new ef10ed27e0f ada: Sort list of implemented Ada 2012 features new 238fba24a43 ada: Fix formatting in list of implemented Ada 2012 features new 0cb4e7f41b6 ada: Remove some explicit yields in tasking run-time new 8af95ac6c3b ada: Simplify management of scopes while inlining new 21484502b0d ada: Add elaboration switch tags to info messages new 933d27af774 ada: Remove useless trampolines caused by Unchecked_Conversion new 417b6bd4783 ada: Remove duplicate statement new 8cadfeb5f6d ada: Fix layout in a list of aspects new 2ccf77d982d ada: Missing constraint check for initial value of object w [...] new 0715ed49b40 ada: Fix oversight in previous change new dc775b12224 ada: Fix small inaccuracy for Size attribute applied to objects new 0967e06caaa ada: Fix crash on aliased constant with packed array type a [...] new 15ac30dbe8e ada: Fix assembler error for gigantic library-level object [...] new 448157fbf9f ada: Remove unused dependencies from gnatbind object list new e49eac82e80 ada: Avoid temporary for conditional expression of discrimi [...] new bc54f5b8b21 ada: Follow-up adjustment to earlier fix in Build_Allocate_ [...] new 3f4485608f1 ada: Minor typo fix in comment new a687d5da701 ada: Fix crash with aliased array and if expression new f20a57edefe ada: Fix strict aliasing violation in parameter passing new d851e08ba97 ada: Make detection of useless copy for return more robust new ccdef2aef64 ada: Fix strict aliasing violation in parameter passing (co [...] new bf69349b8d9 ada: Fix internal error on discriminated record with Atomic [...] new 9fbf129bade ada: Simplify test for propagation of attributes to subtypes new ea793db5683 ada: Streamline implementation of simple nonbinary modular [...]
The 31 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/aspects.ads | 19 +- .../doc/gnat_rm/implementation_defined_pragmas.rst | 6 + .../implementation_of_ada_2012_features.rst | 1658 ++++++++-------- .../building_executable_programs_with_gnat.rst | 14 +- .../doc/gnat_ugn/platform_specific_information.rst | 117 +- gcc/ada/err_vars.ads | 2 +- gcc/ada/exp_disp.adb | 5 +- gcc/ada/exp_put_image.adb | 32 +- gcc/ada/exp_util.adb | 29 + gcc/ada/frontend.adb | 1 - gcc/ada/gcc-interface/Make-lang.in | 5 - gcc/ada/gcc-interface/decl.cc | 127 +- gcc/ada/gcc-interface/trans.cc | 172 +- gcc/ada/gcc-interface/utils.cc | 7 +- gcc/ada/gcc-interface/utils2.cc | 134 +- gcc/ada/gnat_rm.texi | 2048 ++++++++++---------- gcc/ada/gnat_ugn.texi | 375 ++-- gcc/ada/inline.adb | 19 +- gcc/ada/libgnarl/s-taenca.adb | 12 - gcc/ada/libgnarl/s-taprop.ads | 9 + gcc/ada/libgnarl/s-taprop__mingw.adb | 5 +- gcc/ada/libgnarl/s-tasren.adb | 24 - gcc/ada/libgnat/system-mingw.ads | 27 +- gcc/ada/sem_ch13.adb | 29 +- gcc/ada/sem_elab.adb | 13 +- 25 files changed, 2572 insertions(+), 2317 deletions(-)