This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7ba6c35 * config/i386/i386.h (HARD_REGNO_CALLER_SAVE_MODE): Apply HI [...] new 14234f7 PR driver/49726 * gcc.c (debug_level_greater_than_spec_func [...] new 244e9d3 PR target/79080 * loop-doloop.c (doloop_modify): Call unsha [...] new 51361f6 PR c/79089 * gimplify.c (gimplify_init_constructor): If wan [...]
The 3 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 | 24 ++++++++++++++++++ gcc/ada/ChangeLog | 5 ++++ gcc/ada/gcc-interface/lang.opt | 6 ++--- gcc/c-family/ChangeLog | 5 ++++ gcc/c-family/c.opt | 2 +- gcc/common.opt | 36 +++++++++++++-------------- gcc/config/darwin.h | 6 ++--- gcc/config/darwin9.h | 6 ++--- gcc/gcc.c | 36 +++++++++++++++++++++++---- gcc/gimplify.c | 6 +++-- gcc/loop-doloop.c | 13 +++++----- gcc/testsuite/ChangeLog | 8 ++++++ gcc/testsuite/gcc.c-torture/compile/pr79089.c | 12 +++++++++ gcc/testsuite/gcc.dg/pr79080.c | 19 ++++++++++++++ 14 files changed, 143 insertions(+), 41 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr79089.c create mode 100644 gcc/testsuite/gcc.dg/pr79080.c