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 274d251d5ad [PR87793] reject non-toplevel unspecs in debug loc exprs on x86 discards 7483a5ce8cc [PR87874] avoid const-wide-int subreg in LRA adds 05fe0fbf58f 2018-11-06 Richard Biener rguenther@suse.de adds f5824ad5081 PR ada/81878 Revert 2018-10-29 Tamar Christina <tamar. [...] adds 28fd908b326 S/390: Fix PR87723 adds 686759849b8 2018-11-06 Richard Biener rguenther@suse.de adds 2eb71ed5e63 * tree.c (free_lang_data): Reset overwite_assembler_name, [...] adds d8c4fc30e19 * gcc.dg/lto/tbaa-1.c: New testcase. adds f25b46aa2a2 Cherry-pick Solaris sanitizer fixes (PR sanitizer/80953) adds f1bd24fe7c2 Enable libsanitizer on Solaris (PR sanitizer/80953) adds 6bfaa2c34c0 * tree.c (fld_simplified_type_of): Clear TYPELESS_STORAGE flag. adds 17d59cccbcf 2018-11-06 Jozef Lawrynowicz jozef.l@mittosystems.com adds 3a97c15d33b 2018-11-06 Richard Biener rguenther@suse.de adds 7d136f71bc7 * ipa-pure-const.c (check_decl): Do not test TYPE_NEEDS_CO [...] adds 2e51c6a2914 2018-11-06 Chung-Lin Tang cltang@codesourcery.com adds f4e8d270953 S/390: Accept cdb in load-and-test-fp-1 testcase adds 42f42ed13a9 S/390: Introduce relative_long attribute adds e4ab4c64145 * tree.c (fld_type_variant): Also copy alignment; be sure [...] adds 521c7eaf2b7 Fix D compilation on Solaris adds c4bd9019a01 * tree.c (fld_simplified_type_name): Break out form ... ( [...] adds 1ff58be654e 2018-11-06 Richard Biener rguenther@suse.de adds 1ce555a208b aarch64 - Set the mode for the unspec in speculation_tracker insn. adds b6b331448e9 2018-11-06 John Bytheway jbytheway@gmail.com adds c46e445b08c 2018-11-06 Aaron Sawdey acsawdey@linux.ibm.com adds 76b49a0858e Implement std::pmr::unsynchronized_pool_resource adds 60ff6a8a784 Daily bump. adds 198a0ce90f7 [PR87874] avoid const-wide-int subreg in LRA new 35b49d9fb53 [PR87793] reject non-toplevel unspecs in debug loc exprs on x86 new 85188ae8df4 [PR86438] compare-elim: search through start for usable equiv
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 (274d251d5ad) \ N -- N -- N refs/heads/aoliva/testme (85188ae8df4)
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 | 124 ++++ gcc/DATESTAMP | 2 +- gcc/compare-elim.c | 8 +- gcc/config.gcc | 2 + gcc/config/aarch64/aarch64.md | 2 +- gcc/config/default-d.c | 1 + gcc/config/i386/sol2.h | 7 + gcc/config/msp430/msp430.h | 11 +- gcc/config/rs6000/rs6000.md | 14 +- gcc/config/s390/s390.md | 96 ++- gcc/config/{glibc-d.c => sol2-d.c} | 33 +- gcc/config/sol2.h | 33 + gcc/config/sparc/sol2.h | 7 +- gcc/config/sparc/sparc.c | 12 + gcc/config/t-sol2 | 7 +- gcc/ipa-pure-const.c | 2 +- gcc/lto-streamer-out.c | 1 - gcc/simplify-rtx.c | 32 + gcc/testsuite/ChangeLog | 40 ++ .../c-c++-common/asan/alloca_loop_unpoisoning.c | 3 +- gcc/testsuite/gcc.dg/lto/tbaa-1.c | 41 ++ gcc/testsuite/gcc.dg/pr87894.c | 26 + gcc/testsuite/gcc.dg/torture/pr86438.c | 28 + gcc/testsuite/gcc.target/i386/pr18041-1.c | 13 + gcc/testsuite/gcc.target/i386/pr18041-2.c | 14 + gcc/testsuite/gcc.target/msp430/special-regs.c | 16 + gcc/testsuite/gcc.target/s390/load-and-test-fp-1.c | 2 +- gcc/testsuite/gcc.target/s390/pr87723.c | 29 + gcc/tree-streamer-in.c | 1 - gcc/tree-streamer-out.c | 1 - gcc/tree-vect-loop-manip.c | 3 +- gcc/tree-vect-slp.c | 4 +- gcc/tree.c | 45 +- gcc/vec.h | 2 +- gnattools/ChangeLog | 16 + gnattools/Makefile.in | 13 +- libgomp/ChangeLog | 78 ++ libgomp/libgomp.map | 34 + libgomp/oacc-mem.c | 142 +++- libgomp/openacc.f90 | 422 +++++++++++ libgomp/openacc.h | 10 + libgomp/openacc_lib.h | 156 ++++ .../{lib-12.c => lib-94.c} | 9 +- .../{lib-66.c => lib-95.c} | 27 +- .../{lib-15.f90 => lib-16.f90} | 13 +- libsanitizer/ChangeLog | 18 + libsanitizer/configure.tgt | 4 + .../sanitizer_common/sanitizer_internal_defs.h | 1 + .../sanitizer_platform_limits_solaris.h | 3 +- .../sanitizer_common/sanitizer_procmaps_solaris.cc | 2 + libsanitizer/sanitizer_common/sanitizer_solaris.cc | 45 +- .../sanitizer_common/sanitizer_stacktrace.h | 2 +- .../sanitizer_common/sanitizer_stacktrace_sparc.cc | 5 +- libstdc++-v3/ChangeLog | 38 + libstdc++-v3/config/abi/pre/gnu.ver | 9 + libstdc++-v3/include/debug/safe_sequence.tcc | 3 + libstdc++-v3/include/std/memory_resource | 105 ++- libstdc++-v3/src/c++17/Makefile.am | 5 + libstdc++-v3/src/c++17/Makefile.in | 5 + libstdc++-v3/src/c++17/memory_resource.cc | 786 ++++++++++++++++++++- .../unsynchronized_pool_resource/allocate.cc | 155 ++++ .../unsynchronized_pool_resource/is_equal.cc} | 17 +- .../options.cc} | 27 +- .../unsynchronized_pool_resource/release.cc | 113 +++ 64 files changed, 2731 insertions(+), 194 deletions(-) copy gcc/config/{glibc-d.c => sol2-d.c} (58%) create mode 100644 gcc/testsuite/gcc.dg/lto/tbaa-1.c create mode 100644 gcc/testsuite/gcc.dg/pr87894.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr86438.c create mode 100644 gcc/testsuite/gcc.target/i386/pr18041-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr18041-2.c create mode 100644 gcc/testsuite/gcc.target/msp430/special-regs.c create mode 100644 gcc/testsuite/gcc.target/s390/pr87723.c copy libgomp/testsuite/libgomp.oacc-c-c++-common/{lib-12.c => lib-94.c} (76%) copy libgomp/testsuite/libgomp.oacc-c-c++-common/{lib-66.c => lib-95.c} (58%) copy libgomp/testsuite/libgomp.oacc-fortran/{lib-15.f90 => lib-16.f90} (72%) create mode 100644 libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/all [...] copy libstdc++-v3/testsuite/{18_support/aligned_alloc/aligned_alloc.cc => 20_util/ [...] copy libstdc++-v3/testsuite/20_util/{function_objects/not_fn/87538.cc => unsynchro [...] create mode 100644 libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/release.cc