This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch in repository gcc.
from 65ee102 * ipa-inline-transform.c (inline_call): Drop -fstrict-aliasin [...] new 9afc6a4 * gcc.c-torture/execute/alias-1.c: New testcase. * c-common.c [...] new 264e746 2016-03-26 Richard Biener rguenther@suse.de Prathamesh Ku [...] new 036b6db Reload global options when strict aliasing is dropped (PR ipa [...]
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 | 31 +++++++++++++++++++++++++++ gcc/c-family/c-common.c | 6 ------ gcc/function.c | 4 ++-- gcc/function.h | 2 +- gcc/ipa-inline-transform.c | 10 +++++++-- gcc/testsuite/ChangeLog | 15 +++++++++++++ gcc/testsuite/gcc.c-torture/execute/alias-1.c | 19 ++++++++++++++++ gcc/testsuite/gcc.c-torture/execute/pr79043.c | 21 ++++++++++++++++++ 8 files changed, 97 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/alias-1.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr79043.c