This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4f0a2f5a3dd middle-end: check that both sides of complex expression is a mul. new c331a75d49b Fix modref wrt __builtin_assume_aligned new 75ac95f6647 Turn -fsemantic-interposition to optimization flag
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/cgraph.c | 10 ++++++- gcc/cgraph.h | 3 ++ gcc/cgraphclones.c | 1 + gcc/cgraphunit.c | 7 +++++ gcc/common.opt | 2 +- gcc/cp/decl.c | 3 +- gcc/ipa-modref.c | 32 +++++++++++++++------- gcc/lto-cgraph.c | 4 +++ gcc/lto/lto-partition.c | 1 + gcc/symtab.c | 2 ++ gcc/testsuite/g++.dg/torture/pr103266.C | 23 ++++++++++++++++ .../gcc.dg/lto/semantic-interposition-1_0.c | 13 +++++++++ .../gcc.dg/lto/semantic-interposition-1_1.c | 5 ++++ gcc/varasm.c | 6 ++-- gcc/varasm.h | 2 +- gcc/varpool.c | 8 ++++-- 16 files changed, 103 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr103266.C create mode 100644 gcc/testsuite/gcc.dg/lto/semantic-interposition-1_0.c create mode 100644 gcc/testsuite/gcc.dg/lto/semantic-interposition-1_1.c