This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch aoliva/testme in repository gcc.
discards e6db9ef7203 introduce -fcallgraph-info option adds 19f364b6ce4 * gimplify.h (omp_construct_selector_matches): Change retu [...] adds 6187df779ec /cp 2019-11-02 Paolo Carlini paolo.carlini@oracle.com adds 1240adefd3c Daily bump. adds 13452d9bd78 libgcc/ PR libgcc/78804 * fp-bit.h: Remove FLOAT_BIT_ORDE [...] adds 4e37e80f544 * config.in: Regenerate. * configure: Regenerate. * con [...] adds cc8599c5e2b * config.in: Regenerate. * configure: Regenerate. * conf [...] adds 85e320f3412 * ipa-fnsummary.c (ipa_call_context): New constructor. (e [...] adds 6b75b6cb786 * ipa-fnsummary.c (inline_read_section): Set vector size [...] adds 5d739a89b13 * ipa-fnsummary.c (ipa_call_context::duplicate_from): New [...] adds 78c0a4abd10 PR c++/88565 - enhance -Warray-bounds for C++ trailing clas [...] adds e721f49cce9 Improve effectivity of ipa_polymorphi_context cache. adds 90a7f84a541 2019-11-03 Thomas Koenig tkoenig@gcc.gnu.org adds a31874efbcb Daily bump. adds 65a00d052c6 2019-11-04 Thomas Koenig tkoenig@gcc.gnu.org adds 5b189beccdf Come up with ggc_delete. adds e8ce63b1e31 Fix hash_operand for fields of a CONSTRUCTOR. adds 9747aa88843 libgomp/testsuite - use unique numbers with Fortran's 'stop' adds e55fdf0aaa0 2019-11-04 Richard Biener rguenther@suse.de adds 2f8e6eda4cf MSP430: Add new methods of finding external MCU data file adds 04f59c00115 Regenerate gcc/configure adds 42c28c484ce MSP430: Add -mtiny-printf option adds 47a6db26ddb libgcc: Fix incorrect use of USE_TM_CLONE_REGISTRY adds c924cc5545e libgomp - remove dg-run if dg-options O2 is used new deaa1cbe414 pass --enable-obsolete down to gcc/configure for auto-build.h new 4dd1dd41e6b introduce -fcallgraph-info option
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (e6db9ef7203) \ N -- N -- N refs/heads/aoliva/testme (4dd1dd41e6b)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
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 | 175 ++++++++ gcc/DATESTAMP | 2 +- gcc/Makefile.in | 8 + gcc/c-family/ChangeLog | 4 + gcc/c-family/c-common.h | 1 - gcc/c-family/c-omp.c | 21 - gcc/c/ChangeLog | 5 + gcc/c/c-parser.c | 5 +- gcc/config.in | 20 + gcc/config/msp430/driver-msp430.c | 13 + gcc/config/msp430/msp430-devices.c | 133 +++++- gcc/config/msp430/msp430-devices.h | 2 + gcc/config/msp430/msp430.c | 29 ++ gcc/config/msp430/msp430.h | 13 +- gcc/config/msp430/msp430.opt | 4 + gcc/configure | 91 +++- gcc/configure.ac | 34 +- gcc/cp/ChangeLog | 21 + gcc/cp/call.c | 6 +- gcc/cp/cp-tree.h | 3 +- gcc/cp/decl.c | 4 +- gcc/cp/typeck.c | 86 ++-- gcc/doc/invoke.texi | 63 ++- gcc/fold-const.c | 3 + gcc/fortran/ChangeLog | 6 + gcc/fortran/trans-decl.c | 21 +- gcc/ggc-common.c | 15 + gcc/ggc-page.c | 2 +- gcc/ggc.h | 13 + gcc/gimplify.c | 97 ++++- gcc/gimplify.h | 2 +- gcc/ipa-fnsummary.c | 410 ++++++++++++++---- gcc/ipa-fnsummary.h | 66 ++- gcc/ipa-inline-analysis.c | 137 +++++- gcc/ipa-inline.c | 5 +- gcc/ipa-inline.h | 2 + gcc/ipa-predicate.c | 10 +- gcc/ipa-predicate.h | 13 +- gcc/ipa-prop.c | 65 ++- gcc/ipa-prop.h | 85 +++- gcc/ipa-sra.c | 3 +- gcc/lto/ChangeLog | 5 + gcc/lto/lto-common.c | 12 +- gcc/lto/lto.c | 2 + gcc/omp-general.c | 140 +++++- gcc/omp-general.h | 1 + gcc/passes.c | 10 + gcc/testsuite/ChangeLog | 48 ++ .../c-c++-common/gomp/declare-variant-12.c | 88 ++++ gcc/testsuite/g++.dg/conversion/ptrmem9.C | 2 +- gcc/testsuite/g++.dg/cpp0x/rv-lvalue-req.C | 6 +- gcc/testsuite/g++.dg/diagnostic/alignof1.C | 5 + gcc/testsuite/g++.dg/expr/cond2.C | 2 +- gcc/testsuite/g++.dg/expr/sizeof1.C | 2 +- gcc/testsuite/g++.dg/warn/Waddress-1.C | 62 +-- gcc/testsuite/g++.dg/warn/Warray-bounds-9.C | 81 ++++ gcc/testsuite/g++.old-deja/g++.bugs/900324_02.C | 2 +- gcc/testsuite/g++.old-deja/g++.jason/rfg20.C | 2 +- gcc/testsuite/g++.old-deja/g++.law/typeck1.C | 2 +- gcc/testsuite/g++.old-deja/g++.rfg/00321_01-.C | 4 +- gcc/testsuite/g++.old-deja/g++.rfg/00324_02-.C | 2 +- gcc/testsuite/gcc.dg/pr92301.c | 35 ++ .../gcc.target/msp430/devices/csv-using-env-var.c | 10 + .../msp430/devices/csv-using-installed.c | 9 + .../{csv-msp430_28.c => csv-using-option.c} | 5 +- .../gcc.target/msp430/devices/devices-main.c | 4 + .../gcc.target/msp430/devices/msp430-devices.h | 3 + gcc/testsuite/gcc.target/msp430/msp430.exp | 94 +++- gcc/testsuite/gcc.target/msp430/tiny-printf.c | 3 + gcc/toplev.c | 8 +- gcc/tree-vect-stmts.c | 16 + libgcc/ChangeLog | 14 + libgcc/config/arc/t-arc | 2 - libgcc/crtstuff.c | 11 +- libgcc/fp-bit.c | 20 +- libgcc/fp-bit.h | 14 - libgomp/ChangeLog | 20 + libgomp/testsuite/libgomp.fortran/allocatable2.f90 | 8 +- libgomp/testsuite/libgomp.fortran/pr66199-1.f90 | 1 - libgomp/testsuite/libgomp.fortran/pr66199-2.f90 | 1 - libgomp/testsuite/libgomp.fortran/taskloop2.f90 | 1 - libgomp/testsuite/libgomp.fortran/taskloop3.f90 | 1 - libgomp/testsuite/libgomp.fortran/taskloop4.f90 | 1 - .../libgomp.fortran/use_device_addr-1.f90 | 482 ++++++++++----------- .../libgomp.fortran/use_device_addr-2.f90 | 482 ++++++++++----------- .../testsuite/libgomp.fortran/use_device_ptr-1.f90 | 166 +++---- libgomp/testsuite/libgomp.oacc-fortran/lib-15.f90 | 2 +- libgomp/testsuite/libgomp.oacc-fortran/pset-1.f90 | 26 +- 88 files changed, 2672 insertions(+), 943 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/declare-variant-12.c create mode 100644 gcc/testsuite/g++.dg/diagnostic/alignof1.C create mode 100644 gcc/testsuite/g++.dg/warn/Warray-bounds-9.C create mode 100644 gcc/testsuite/gcc.dg/pr92301.c create mode 100644 gcc/testsuite/gcc.target/msp430/devices/csv-using-env-var.c create mode 100644 gcc/testsuite/gcc.target/msp430/devices/csv-using-installed.c copy gcc/testsuite/gcc.target/msp430/devices/{csv-msp430_28.c => csv-using-option. [...] create mode 100644 gcc/testsuite/gcc.target/msp430/devices/msp430-devices.h create mode 100644 gcc/testsuite/gcc.target/msp430/tiny-printf.c