This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3bd5b2f mn10300: Use the STC bb-reorder algorithm at -Os new fbe9d8a REE: fix uninitialized registers handling
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/ChangeLog | 30 +++ gcc/df-problems.c | 403 ++++++++++++++++++++++++++++++++++++ gcc/df.h | 34 ++- gcc/ree.c | 62 ++++-- gcc/testsuite/ChangeLog | 6 + gcc/testsuite/gnat.dg/opt50.adb | 23 ++ gcc/testsuite/gnat.dg/opt50_pkg.adb | 48 +++++ gcc/testsuite/gnat.dg/opt50_pkg.ads | 12 ++ gcc/timevar.def | 1 + 9 files changed, 605 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/gnat.dg/opt50.adb create mode 100644 gcc/testsuite/gnat.dg/opt50_pkg.adb create mode 100644 gcc/testsuite/gnat.dg/opt50_pkg.ads