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 81d201c5d84 [PR c++/85039] adjust context of new types in member initializers discards e7cb0b4cef8 [PR c++/84979] reject auto in explicit tmpl args for tmpl-fn adds 38a446c25a8 2018-04-04 Richard Biener rguenther@suse.de adds 78d8553cdaf [NDS32] Refine instruction type attribute. adds 81788af7677 [NDS32] Refine movcc, cmov, cstore and cbranch patterns. adds daca54f75aa [NDS32] Merge movqi and movhi patterns. adds 763a2130210 2018-04-04 Thomas Koenig tkoenig@gcc.gnu.org adds fc327513163 [NDS32] Implement movmisalignsi and movmisaligndi pattern. adds c87624d1f5f Disable anchors and msdata for ASAN test-case (PR sanirizer [...] adds 78f25362ecf 2018-04-04 Richard Biener rguenther@suse.de adds c6e23056777 [NDS32] Restrict mov pattern that has at least one register [...] adds a496707efdc 2018-04-04 Richard Biener rguenther@suse.de adds 054d3887bef PR testsuite/85189 * g++.dg/inherit/override-attribs.C: U [...] adds d4ad98ea257 Fix -Wstringop-overflow regression adds 52abe71d6c2 gcc/ PR rtl-optimization/84878 * ddg.c (add_cross_iterati [...] adds cb1fb485dba PR c++/65923 new 2b54b22e2b1 [PR c++/84979] reject auto in explicit tmpl args for tmpl-fn new c36da11b18c [PR c++/85039] adjust context of new types in member initializers
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 (81d201c5d84) \ N -- N -- N refs/heads/aoliva/testme (c36da11b18c)
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 | 68 ++ gcc/builtins.c | 2 +- gcc/config/nds32/nds32-doubleword.md | 7 +- gcc/config/nds32/nds32-md-auxiliary.c | 961 ++++++++++++++- gcc/config/nds32/nds32-protos.h | 16 + gcc/config/nds32/nds32.h | 8 + gcc/config/nds32/nds32.md | 1273 +++++--------------- gcc/config/nds32/pipelines.md | 2 +- gcc/config/nds32/predicates.md | 8 + gcc/cp/ChangeLog | 6 + gcc/cp/decl.c | 7 + gcc/cp/parser.c | 10 - gcc/cp/pt.c | 12 +- gcc/ddg.c | 9 +- gcc/dwarf2out.c | 5 + gcc/testsuite/ChangeLog | 38 + .../c-c++-common/Wstringop-truncation-4.c | 8 +- .../c-c++-common/asan/pointer-compare-1.c | 4 + gcc/testsuite/g++.dg/diagnostic/pr65923.C | 23 + gcc/testsuite/g++.dg/inherit/override-attribs.C | 2 +- gcc/testsuite/g++.dg/lto/pr85176_0.C | 10 + gcc/testsuite/gcc.dg/Wstringop-overflow-4.c | 28 + gcc/testsuite/gcc.dg/torture/pr85168.c | 30 + gcc/testsuite/gcc.target/powerpc/pr84878.c | 18 + gcc/testsuite/lib/target-supports.exp | 4 +- gcc/tree-ssa-sccvn.c | 5 +- libgfortran/ChangeLog | 6 + libgfortran/runtime/minimal.c | 14 + 28 files changed, 1586 insertions(+), 998 deletions(-) create mode 100644 gcc/testsuite/g++.dg/diagnostic/pr65923.C create mode 100644 gcc/testsuite/g++.dg/lto/pr85176_0.C create mode 100644 gcc/testsuite/gcc.dg/Wstringop-overflow-4.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr85168.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr84878.c