This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1148eb54e76 2017-10-21 Paul Thomas pault@gcc.gnu.org new 236b0552f8f * gcc-interface/utils.c (pad_type_hash): Use hashval_t for [...]
The 1 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/ChangeLog | 6 +++++ gcc/ada/gcc-interface/utils.c | 16 ++++++++----- gcc/testsuite/ChangeLog | 9 ++++++++ .../specs/{discr_private.ads => discr2.ads} | 4 ++-- .../{discr_record_constant.ads => discr3.ads} | 4 ++-- gcc/testsuite/gnat.dg/specs/discr4.ads | 23 ++++++++++++++++++ gcc/testsuite/gnat.dg/specs/discr4_pkg.ads | 27 ++++++++++++++++++++++ 7 files changed, 79 insertions(+), 10 deletions(-) rename gcc/testsuite/gnat.dg/specs/{discr_private.ads => discr2.ads} (96%) rename gcc/testsuite/gnat.dg/specs/{discr_record_constant.ads => discr3.ads} (88%) create mode 100644 gcc/testsuite/gnat.dg/specs/discr4.ads create mode 100644 gcc/testsuite/gnat.dg/specs/discr4_pkg.ads