This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr68991/master in repository gcc.
discards 24dd1e6 Verify alignment in *mov<mode>_internal discards 7b5741b Disable ix86_legitimate_combined_insn discards a2b95d5 Don't use Bm constraint in SSE *mov<mode>_internal discards 7791244 Use vector_operand on SSE with 16b memory operand discards b4a2a1e Add vector_memory_operand and "Bm" constraint adds f006b2a 2016-01-04 Thomas Preud'homme thomas.preudhomme@arm.com adds 6b5c028 PR target/69072 * config/sparc/sparc.c (scan_record_type): [...] adds b8f4a5f PR target/69100 * config/sparc/sparc.h (FUNCTION_ARG_REGNO_ [...] adds 65aafe2 * config/arm/arm.c (aapcs_vfp_allocate_return_reg): Treat al [...] adds d7d6a3a PR c/68908 * c-typeck.c (build_atomic_assign): Improve comm [...] adds 2355cca gcc/ * gcc.c (process_command): Update copyright notice date [...] new 0972775 Add vector_memory_operand and "Bm" constraint new 914a2fa Use vector_operand on SSE with 16b memory operand new 88b1344 Don't use Bm constraint in SSE *mov<mode>_internal new 0c6160b Remove ix86_legitimate_combined_insn new 50034f0 Remove ssememalign new 839daa9 Verify alignment in *mov<mode>_internal
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 (24dd1e6) \ N -- N -- N refs/heads/hjl/pr68991/master (839daa9)
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 6 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 | 38 + gcc/ada/ChangeLog | 5 + gcc/ada/gnat_rm.texi | 2 +- gcc/ada/gnat_ugn.texi | 2 +- gcc/c/ChangeLog | 6 + gcc/c/c-typeck.c | 116 +- gcc/config/arm/arm.c | 5 +- gcc/config/i386/i386.c | 100 +- gcc/config/i386/i386.md | 7 - gcc/config/i386/sse.md | 40 - gcc/config/sparc/sparc.c | 36 +- gcc/config/sparc/sparc.h | 5 +- gcc/doc/cpp.texi | 2 +- gcc/doc/cppinternals.texi | 4 +- gcc/doc/gcc.texi | 2 +- gcc/doc/gccint.texi | 2 +- gcc/doc/gcov.texi | 2 +- gcc/doc/install.texi | 16 +- gcc/doc/invoke.texi | 2 +- gcc/fortran/ChangeLog | 3029 +------------------- gcc/fortran/{ChangeLog => ChangeLog-2015} | 8 +- gcc/fortran/gfc-internals.texi | 2 +- gcc/fortran/gfortran.texi | 2 +- gcc/fortran/gfortranspec.c | 4 +- gcc/fortran/intrinsic.texi | 2 +- gcc/fortran/invoke.texi | 4 +- gcc/gcc.c | 4 +- gcc/gcov-dump.c | 4 +- gcc/gcov-tool.c | 4 +- gcc/gcov.c | 4 +- gcc/gengtype.c | 4 +- gcc/go/ChangeLog | 6 +- gcc/go/gccgo.texi | 2 +- gcc/java/ChangeLog | 6 +- gcc/java/gcj.texi | 2 +- gcc/java/jcf-dump.c | 4 +- gcc/testsuite/ChangeLog | 15 + gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-6.c | 54 + gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-7.c | 34 + gcc/testsuite/gcc.dg/atomic/stdatomic-op-5.c | 141 + gcc/testsuite/gcc.target/sparc/20160104-1.c | 16 + gcc/testsuite/gcc.target/sparc/20160104-2.c | 11 + libgomp/ChangeLog | 10 + libgomp/libgomp.texi | 2 +- libitm/ChangeLog | 10 + libitm/libitm.texi | 2 +- libjava/ChangeLog | 69 +- libjava/{ChangeLog => ChangeLog-2015} | 5 - .../gnu/java/rmi/registry/RegistryImpl.java | 4 +- .../tools/gnu/classpath/tools/orbd/Main.java | 4 +- libjava/gnu/gcj/convert/Convert.java | 4 +- libjava/gnu/gcj/tools/gcj_dbtool/Main.java | 4 +- libquadmath/ChangeLog | 10 + libquadmath/libquadmath.texi | 2 +- 54 files changed, 555 insertions(+), 3325 deletions(-) copy gcc/fortran/{ChangeLog => ChangeLog-2015} (99%) create mode 100644 gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-6.c create mode 100644 gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-7.c create mode 100644 gcc/testsuite/gcc.dg/atomic/stdatomic-op-5.c create mode 100644 gcc/testsuite/gcc.target/sparc/20160104-1.c create mode 100644 gcc/testsuite/gcc.target/sparc/20160104-2.c copy libjava/{ChangeLog => ChangeLog-2015} (93%)