This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 151154a21da libstdc++: Remove TODO comment new ead233e6ff0 Remove call to gcc_unreachable in range-op.cc new ebffafe9cf8 Avoid spurious rebuild actions in ada/gen_il new 1d214ea552a Minor tweak to previous change for the sake of consistency new a1b10eec36a Remove obsolete comment and add missing header new b1241d57382 Do not use pragma Provide_Shift_Operators in Atree package new 77804c9a62f Add missing pragma Inline for classification attributes new 0c54d25a768 Fix missing version_string in Ada
The 7 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/Make-generated.in | 51 ++------- gcc/ada/atree.adb | 23 ++-- gcc/ada/atree.ads | 7 +- gcc/ada/atree.h | 6 +- gcc/ada/einfo-utils.ads | 188 +++++++++++++++++++------------ gcc/ada/gcc-interface/Make-lang.in | 4 +- gcc/ada/gcc-interface/Makefile.in | 9 +- gcc/ada/gnatvsn.adb | 2 +- gcc/ada/{exit.c => version.c} | 22 +--- gcc/range-op.cc | 11 +- gcc/testsuite/gnat.dg/specs/opt5.ads | 25 ++++ gcc/testsuite/gnat.dg/specs/opt5_pkg.ads | 17 +++ 12 files changed, 204 insertions(+), 161 deletions(-) copy gcc/ada/{exit.c => version.c} (85%) create mode 100644 gcc/testsuite/gnat.dg/specs/opt5.ads create mode 100644 gcc/testsuite/gnat.dg/specs/opt5_pkg.ads