This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 98605dea9f9 c-family: clean up the data tables in c-format.c new 0b2927f031a Introduce instance discriminators new f89ca6e1a67 Save discriminator info for LTO
The 2 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/ChangeLog | 25 +++++++++++++ gcc/ada/ChangeLog | 10 +++++ gcc/ada/gcc-interface/gigi.h | 2 +- gcc/ada/gcc-interface/trans.c | 29 ++++++++++++--- gcc/debug.h | 15 ++++++++ gcc/final.c | 74 +++++++++++++++++++++++++++++++++++-- gcc/gimple-streamer-in.c | 1 + gcc/gimple-streamer-out.c | 1 + gcc/lto-streamer-in.c | 8 ++++ gcc/lto-streamer-out.c | 8 ++++ gcc/testsuite/ChangeLog | 6 +++ gcc/testsuite/gnat.dg/dinst.adb | 20 ++++++++++ gcc/testsuite/gnat.dg/dinst_pkg.adb | 7 ++++ gcc/testsuite/gnat.dg/dinst_pkg.ads | 4 ++ 14 files changed, 200 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/gnat.dg/dinst.adb create mode 100644 gcc/testsuite/gnat.dg/dinst_pkg.adb create mode 100644 gcc/testsuite/gnat.dg/dinst_pkg.ads