This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 932b72f08b1 copy-sign-1.c, mult-abs-2.c: Restrict to c99_runtime. new 52368c3466e Introduce IntegerRange for options (PR driver/79659). new 72db095419c Do not allow to inline ifunc resolvers (PR ipa/81128).
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 | 19 ++++++++++ gcc/c-family/ChangeLog | 11 ++++++ gcc/c-family/c-attribs.c | 11 ++++-- gcc/c-family/c.opt | 20 +++++----- gcc/common.opt | 8 ++-- gcc/config/i386/i386.opt | 4 +- gcc/ipa-visibility.c | 3 +- gcc/opt-functions.awk | 11 ++++++ gcc/optc-gen.awk | 4 +- gcc/opts-common.c | 12 ++++++ gcc/opts.c | 9 +++++ gcc/opts.h | 9 ++++- gcc/testsuite/ChangeLog | 10 +++++ gcc/testsuite/g++.dg/opt/pr79659.C | 5 +++ gcc/testsuite/gcc.target/i386/pr81128.c | 65 +++++++++++++++++++++++++++++++++ 15 files changed, 177 insertions(+), 24 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/pr79659.C create mode 100644 gcc/testsuite/gcc.target/i386/pr81128.c