This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr70192 in repository gcc.
discards 440f405 Set flag_pic to flag_pie for PIE in LTO discards 4c08be4 Check pie_enabled target in PIC tests discards 52f70d7 Skip most PIC/PIE tests for *-*-darwin* targets discards 6da4626 Properly set flag_pie and flag_pic adds 37af779 PR middle-end/70199 adds 59da3cc PR rtl-optimization/70024 * reorg.c (relax_delay_slots): Pa [...] adds 6a840ac Fix bug ID in last commit adds 8ced6ab g++.dg/cpp1y/constexpr-instantiate.C: Correct DejaGnu directives. adds 867c9e9 PR target/70245 * rtlanal.c (replace_rtx): For REG, if from [...] adds 3e6f12b 2016-03-16 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@a [...] adds 4df9181 PR c++/70259 * decl.c (start_preparsed_function): Don't clo [...] adds 1089dcc PR target/70048 adds 1642bc4 Gimplify vec_cond_expr with condition inside adds 289cdf4 Revert r231575 adds 733d7ff PR middle-end/70240 adds 95d1991 Daily bump. adds 7b600c9 * fr.po: Update. adds a8766ee * fr.po: Update. adds f958b9e PR target/70261 * rtlanal.c (replace_rtx): Revert 2016-03-1 [...] adds 9434081 PR target/70162 * config/rx/rx.c (rx_print_integer): Print [...] adds 9a80bc1 PR c++/70194 * typeck.c (warn_for_null_address): New functi [...] adds 919b4b4 Summary: libffi: define FFI_SIZEOF_JAVA_RAW for aarch64 ILP32 adds 9b60ef2 gcc/ adds 21dae9f Set flag_pic to flag_pie for PIE in LTO adds 21e8541 PR target/70245 * rtl.h (replace_rtx): Add ALL_REGS argumen [...] new a364776 Properly set flag_pie and flag_pic new a8a0ecb Skip most PIC/PIE tests for *-*-darwin* targets new af48b75 Check pie_enabled target in PIC tests new 1be29b0 Check non-pic/ia32 in stackprotectexplicit2.C
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 (440f405) \ N -- N -- N refs/heads/hjl/pr70192 (1be29b0)
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 4 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 | 87 ++++ gcc/DATESTAMP | 2 +- gcc/config/aarch64/aarch64.c | 116 +++--- gcc/config/i386/i386.md | 2 +- gcc/config/rx/rx.c | 2 +- gcc/cp/ChangeLog | 11 + gcc/cp/decl.c | 2 + gcc/cp/typeck.c | 86 ++-- gcc/function.h | 4 + gcc/gimplify.c | 22 +- gcc/ipa-chkp.c | 20 +- gcc/lto-streamer-in.c | 1 + gcc/lto-streamer-out.c | 1 + gcc/lto/ChangeLog | 6 + gcc/match.pd | 2 + gcc/po/ChangeLog | 4 + gcc/po/fr.po | 445 +++++++-------------- gcc/reorg.c | 2 +- gcc/rtl.h | 2 +- gcc/rtlanal.c | 26 +- gcc/testsuite/ChangeLog | 34 ++ gcc/testsuite/g++.dg/cpp1y/constexpr-instantiate.C | 5 +- gcc/testsuite/g++.dg/opt/flifetime-dse5.C | 13 + gcc/testsuite/g++.dg/opt/pr70245-aux.cc | 56 +++ gcc/testsuite/g++.dg/opt/pr70245.C | 52 +++ gcc/testsuite/g++.dg/opt/pr70245.h | 14 + gcc/testsuite/g++.dg/stackprotectexplicit2.C | 2 +- gcc/testsuite/g++.dg/warn/constexpr-70194.C | 12 + gcc/testsuite/gcc.c-torture/compile/20151204.c | 2 + gcc/testsuite/gcc.c-torture/compile/pr70199.c | 20 + gcc/testsuite/gcc.c-torture/compile/pr70240.c | 26 ++ gcc/testsuite/gcc.target/i386/pr70251.c | 52 +++ gcc/tree-inline.c | 45 +-- gcc/tree-inline.h | 2 +- gcc/tree-vect-generic.c | 48 +-- libcpp/po/ChangeLog | 4 + libcpp/po/fr.po | 10 +- libffi/ChangeLog | 5 + libffi/src/aarch64/ffitarget.h | 1 + 39 files changed, 725 insertions(+), 521 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/flifetime-dse5.C create mode 100644 gcc/testsuite/g++.dg/opt/pr70245-aux.cc create mode 100644 gcc/testsuite/g++.dg/opt/pr70245.C create mode 100644 gcc/testsuite/g++.dg/opt/pr70245.h create mode 100644 gcc/testsuite/g++.dg/warn/constexpr-70194.C create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr70199.c create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr70240.c create mode 100644 gcc/testsuite/gcc.target/i386/pr70251.c