This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/interrupt/stage1 in repository gcc.
discards 06278bd Add an array of function pointer test for PR 68661 discards 75b079a Rebuild array with the updated function pointer type discards 6796ba1 Implement x86 interrupt attribute discards 5a90a17 Update TARGET_FUNCTION_INCOMING_ARG documentation adds 9d85f83 * fi.po: Update. adds 875f281 Regenerate .pot files. adds e049bf2 Daily bump. adds 240568a * gcc.dg/tree-ssa/vector-5.c: Add -fno-common option on hppa [...] adds 1fdf717 PR debug/68244 * g++.dg/parse/parens3.C: Use register "4" on hppa. adds 122d538 PR target/68741 * inclhack.def (hpux_vsscanf): New fix. * [...] adds 6009b3b PR testsuite/69584 * gcc.dg/tree-ssa/sra-17.c: Fix regexps [...] adds f80aff4 PR rtl-opt/69535 adds e3882c4 PR rtl-optimization/69570 * ifcvt.c (bb_ok_for_noce_convert [...] adds 34486d8 * postreload.c (reload_cse_simplify): Remove dead code. adds 65821ae Don't define guard macros when doing #include_next in math.h [...] adds 2eaaa4e 2016-02-01 Richard Biener rguenther@suse.de adds 9444c6c Missing copyright for mem-stats header files. adds 88a477b 2016-02-01 Richard Biener rguenther@suse.de adds b400765 2016-02-01 Richard Biener rguenther@suse.de adds 948eee2 gcc/ * config/nvptx/nvptx.c (PTX_GANG_DEFAULT): New. (nvpt [...] new d0b73ab Update TARGET_FUNCTION_INCOMING_ARG documentation new c0bb340 Implement x86 interrupt attribute new 464010f Rebuild array with the updated function pointer type new 83bfc42 Add an array of function pointer test for PR 68661
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 (06278bd) \ N -- N -- N refs/heads/hjl/interrupt/stage1 (83bfc42)
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: fixincludes/ChangeLog | 7 + fixincludes/fixincl.x | 63 +- fixincludes/inclhack.def | 14 + fixincludes/tests/base/stdio.h | 5 + gcc/ChangeLog | 57 + gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 4 + gcc/c-family/c.opt | 4 + gcc/combine.c | 24 +- gcc/config/i386/i386.c | 3 + gcc/config/nvptx/nvptx.c | 23 +- gcc/doc/invoke.texi | 10 +- gcc/doc/tm.texi | 9 +- gcc/fortran/ChangeLog | 4 + gcc/fortran/lang.opt | 4 + gcc/ifcvt.c | 2 +- gcc/lto-wrapper.c | 16 +- gcc/match.pd | 5 +- gcc/mem-stats-traits.h | 20 + gcc/mem-stats.h | 20 + gcc/omp-low.c | 152 +- gcc/po/ChangeLog | 4 + gcc/po/gcc.pot | 27928 ++++++++++--------- gcc/postreload.c | 4 - gcc/target.def | 9 +- gcc/testsuite/ChangeLog | 35 + gcc/testsuite/g++.dg/opt/pr69570.C | 70 + gcc/testsuite/g++.dg/parse/parens3.C | 5 + gcc/testsuite/gcc.dg/pr69535.c | 36 + gcc/testsuite/gcc.dg/setjmp-6.c | 25 + gcc/testsuite/gcc.dg/torture/pr69574.c | 15 + gcc/testsuite/gcc.dg/tree-ssa/recip-8.c | 12 + gcc/testsuite/gcc.dg/tree-ssa/sra-17.c | 4 +- gcc/testsuite/gcc.dg/tree-ssa/sra-18.c | 10 +- gcc/testsuite/gcc.dg/tree-ssa/vector-5.c | 1 + gcc/testsuite/gcc.target/i386/interrupt-10.c | 1 + gcc/testsuite/gcc.target/i386/interrupt-8.c | 1 + gcc/testsuite/gcc.target/i386/interrupt-9.c | 1 + gcc/testsuite/gcc.target/i386/interrupt-ymm.c | 1 + gcc/testsuite/gcc.target/i386/interrupt-zmm.c | 1 + gcc/tree-chrec.c | 10 +- gcc/tree-ssa-loop-ivcanon.c | 4 +- libcpp/po/ChangeLog | 8 + libcpp/po/cpplib.pot | 271 +- libcpp/po/fi.po | 376 +- libgomp/ChangeLog | 5 + .../libgomp.oacc-c-c++-common/loop-dim-default.c | 133 + .../testsuite/libgomp.oacc-fortran/routine-7.f90 | 4 +- libstdc++-v3/ChangeLog | 6 + libstdc++-v3/include/c_compatibility/math.h | 10 +- libstdc++-v3/include/c_compatibility/stdlib.h | 11 +- 51 files changed, 16413 insertions(+), 13036 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/pr69570.C create mode 100644 gcc/testsuite/gcc.dg/pr69535.c create mode 100644 gcc/testsuite/gcc.dg/setjmp-6.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr69574.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/recip-8.c create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c