This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b8c06a0 PR libfortran/57496 * io/write_float.def: Use built-in type [...]
new d3d8e63 libgomp/ * libgomp.map: Add 4.0.2 version. * target.c (off [...]
The 1 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 | 5 +
gcc/config/nvptx/mkoffload.c | 24 +--
include/ChangeLog | 6 +
include/gomp-constants.h | 9 ++
libgomp/ChangeLog | 32 ++++
libgomp/libgomp.h | 5 +-
libgomp/libgomp.map | 6 +
libgomp/oacc-host.c | 10 ++
libgomp/plugin/plugin-nvptx.c | 22 ++-
libgomp/target.c | 188 +++++++++++++----------
liboffloadmic/ChangeLog | 6 +
liboffloadmic/plugin/libgomp-plugin-intelmic.cpp | 24 ++-
12 files changed, 236 insertions(+), 101 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c157e58 PR tree-optimization/67284 * go-gcc.cc (Gcc_backend::define [...]
new 8097c1a PR fortran/62536 PR fortran/66175
new b8c06a0 PR libfortran/57496 * io/write_float.def: Use built-in type [...]
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/fortran/ChangeLog | 8 +++++
gcc/fortran/decl.c | 4 ++-
gcc/fortran/parse.c | 7 ++++-
gcc/testsuite/ChangeLog | 7 +++++
gcc/testsuite/gfortran.dg/block_end_error_1.f90 | 10 +++++++
.../gfortran.dg/blocks_nested_incomplete_1.f90 | 9 ++++++
libgfortran/ChangeLog | 6 ++++
libgfortran/io/write_float.def | 35 +++-------------------
8 files changed, 53 insertions(+), 33 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/block_end_error_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/blocks_nested_incomplete_1.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 5b99177 Add a testcase for PR target/66821
new c157e58 PR tree-optimization/67284 * go-gcc.cc (Gcc_backend::define [...]
The 1 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/go/ChangeLog | 8 +++++
gcc/go/go-gcc.cc | 106 +++++++++++++++++++++++++++++--------------------------
2 files changed, 64 insertions(+), 50 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/iamcu/gcc-5-branch
in repository gcc.
discards b24ee7b Define DBX_REGISTER_NUMBER for IA MCU
discards 14f48a2 Cleanup FPmode splitters a bit
discards ab8c487 More fix for PR rtl-optimization/66626
discards 02dfa16 Fix PR rtl-optimization/66626
discards ffc01d5 Replicate static chain on the stack
discards e0d1792 Add a testcase for PR target/66824
discards 874543d Fix PR target/66824
discards 22dee2b Allow indirect sibcall with register arguments
discards c1b22c4 Fix PR target/65753
discards 56ab57b Adjust variable shift costs for IA MCU
discards 3466df7 Update config/i386/iamcu.h
discards 01c1049 Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCU
discards 17d5c55 Check int_size_in_bytes in ix86_return_in_memory
discards a2de67e Allow <adxintrin.h> for IA MCU
discards 2357ffe Don't pass/return vectors in registers for IAMCU
discards 60e64f9 Optimize i?86-*-elfiamcu for iamcu by default
discards 1aab3b8 Add -march=iamcu to optimize for IA MCU
discards 97fe762 Add IA MCU support to x86intrin.h
discards 0329b77 IA MCU psABI support: testsuite
discards c1060e2 IA MCU psABI support: changes to libraries
discards 1837de1 IA MCU psABI support: GCC changes
adds acab690 * python/Makefile.am: Ensure gdb.py is installed for libstdc [...]
adds abedecf * config/avr/avr.c (avr_insert_attributes): In diagnostic es [...]
adds f834f76 Daily bump.
adds 39c80c9 Daily bump.
adds 9cbfd68 Daily bump.
adds 6aa400e Daily bump.
adds 275ab00 PR libgomp/66761 PR libgomp/67303 * i [...]
new 5ba87eb IA MCU psABI support: GCC changes
new 0a4b977 IA MCU psABI support: changes to libraries
new e5c7c8f IA MCU psABI support: testsuite
new 31b1168 Add IA MCU support to x86intrin.h
new c441000 Add -march=iamcu to optimize for IA MCU
new eb28cba Optimize i?86-*-elfiamcu for iamcu by default
new 8429536 Don't pass/return vectors in registers for IAMCU
new bf5a710 Allow <adxintrin.h> for IA MCU
new a5a1b83 Check int_size_in_bytes in ix86_return_in_memory
new 1cfc89e Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCU
new c57f796 Update config/i386/iamcu.h
new 6264d0d Adjust variable shift costs for IA MCU
new b4cf0b2 Fix PR target/65753
new bd5e7bc Allow indirect sibcall with register arguments
new 421d0c69 Fix PR target/66824
new 7ffa396 Add a testcase for PR target/66824
new 19f047f Replicate static chain on the stack
new 145b835 Fix PR rtl-optimization/66626
new 72cdc38 More fix for PR rtl-optimization/66626
new e791da0 Cleanup FPmode splitters a bit
new a467b34 Define DBX_REGISTER_NUMBER for IA MCU
new edeb48f Update MOVE_RATIO cost for IA MCU
new 3c55235 Add a testcase for PR target/66821
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 (b24ee7b)
\
N -- N -- N refs/heads/hjl/iamcu/gcc-5-branch (3c55235)
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 23 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 | 6 ++++++
gcc/DATESTAMP | 2 +-
gcc/config/avr/avr.c | 6 +++---
gcc/config/i386/i386.c | 2 +-
gcc/testsuite/gcc.target/i386/pr66821.c | 15 +++++++++++++++
gcc/testsuite/gcc.target/i386/pr67329.c | 20 ++++++++++++++++++++
libgomp/ChangeLog | 10 ++++++++++
libgomp/config/linux/wait.h | 4 +++-
libgomp/iter.c | 4 ++--
libgomp/iter_ull.c | 4 ++--
libstdc++-v3/ChangeLog | 6 ++++++
libstdc++-v3/python/Makefile.am | 2 +-
libstdc++-v3/python/Makefile.in | 2 +-
13 files changed, 71 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr66821.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr67329.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 1352f3c * gcc/testsuite/gcc.dg/pr49551.c: Needs -fdata-sections.
new ac52874 [PATCH][ARM]Tighten the conditions for arm_movw, arm_movt.
new bcaf4c1 Add libgomp.oacc-c-c++-common/vector-loop.c
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 | 7 +++++
gcc/config/arm/arm-protos.h | 1 +
gcc/config/arm/arm.c | 32 +++++++++++++++++++++
gcc/config/arm/arm.md | 2 +-
gcc/config/arm/constraints.md | 3 +-
libgomp/ChangeLog | 5 ++++
.../libgomp.oacc-c-c++-common/vector-loop.c | 33 ++++++++++++++++++++++
7 files changed, 81 insertions(+), 2 deletions(-)
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/vector-loop.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6dd3405 PR libstdc++/65049 * include/bits/char_traits.h (char_trait [...]
new 1352f3c * gcc/testsuite/gcc.dg/pr49551.c: Needs -fdata-sections.
The 1 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/testsuite/ChangeLog | 59 ++++++++++++++++++++++++------
gcc/testsuite/gcc.dg/20020312-2.c | 1 +
gcc/testsuite/gcc.dg/20050325-1.c | 1 +
gcc/testsuite/gcc.dg/gomp/pr34610.c | 1 +
gcc/testsuite/gcc.dg/pr24225.c | 1 +
gcc/testsuite/gcc.dg/pr26570.c | 1 +
gcc/testsuite/gcc.dg/pr27531-1.c | 2 +
gcc/testsuite/gcc.dg/pr44606.c | 1 +
gcc/testsuite/gcc.dg/pr48770.c | 1 +
gcc/testsuite/gcc.dg/pr49551.c | 1 +
gcc/testsuite/gcc.dg/pr51990.c | 1 +
gcc/testsuite/gcc.dg/pr54121.c | 1 +
gcc/testsuite/gcc.dg/pr61776.c | 1 +
gcc/testsuite/gcc.dg/pr63748.c | 1 +
gcc/testsuite/gcc.dg/pr64935-2.c | 1 +
gcc/testsuite/gcc.dg/pr66899.c | 1 +
gcc/testsuite/gcc.dg/torture/pr41261.c | 1 +
gcc/testsuite/gcc.dg/torture/pr63738.c | 1 +
gcc/testsuite/gcc.dg/torture/pr64728.c | 1 +
gcc/testsuite/gcc.dg/torture/pr66101.c | 1 +
gcc/testsuite/gcc.dg/torture/pr66123.c | 1 +
gcc/testsuite/gcc.dg/tree-ssa/nonzero-1.c | 1 +
gcc/testsuite/gcc.dg/tree-ssa/ssa-lim-11.c | 1 +
gcc/testsuite/gcc.misc-tests/options.exp | 6 +++
24 files changed, 76 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 5f74ee5 * plugin/Makefile.am (include_src_dir): Set. [PLUGIN_HOST] [...]
new b16ebdf PR libstdc++/67309 * include/bits/random.tcc (poisson_dist [...]
new 6dd3405 PR libstdc++/65049 * include/bits/char_traits.h (char_trait [...]
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:
libstdc++-v3/ChangeLog | 30 ++++++++++
libstdc++-v3/include/bits/char_traits.h | 68 ++++++++++++++++++----
libstdc++-v3/include/bits/random.tcc | 6 +-
libstdc++-v3/include/ext/pod_char_traits.h | 4 ++
.../65499.cc => 17_intro/headers/c++200x/67309.cc} | 11 ++--
.../17_intro/headers/c++200x/all_attributes.cc | 1 -
.../requirements/char/65049.cc} | 24 +++++---
.../requirements/char16_t/65049.cc} | 24 +++++---
.../requirements/char32_t/65049.cc} | 24 +++++---
.../requirements/wchar_t/65049.cc} | 24 +++++---
10 files changed, 163 insertions(+), 53 deletions(-)
copy libstdc++-v3/testsuite/{20_util/duration/literals/65499.cc => 17_intro/header [...]
copy libstdc++-v3/testsuite/21_strings/{basic_string/cons/char/65085.cc => char_tr [...]
copy libstdc++-v3/testsuite/21_strings/{basic_string/cons/char/65085.cc => char_tr [...]
copy libstdc++-v3/testsuite/21_strings/{basic_string/cons/char/65085.cc => char_tr [...]
copy libstdc++-v3/testsuite/21_strings/{basic_string/cons/char/65085.cc => char_tr [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 345f978 Optimize expand_omp_for_static_chunk for chunk_size one
new 5f74ee5 * plugin/Makefile.am (include_src_dir): Set. [PLUGIN_HOST] [...]
The 1 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:
liboffloadmic/ChangeLog | 7 +++++++
liboffloadmic/plugin/Makefile.am | 3 ++-
liboffloadmic/plugin/Makefile.in | 3 ++-
liboffloadmic/plugin/libgomp-plugin-intelmic.cpp | 3 ++-
4 files changed, 13 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 09fb74a * config/nvptx/nvptx.c (walk_args_for_param): Revert previou [...]
new 345f978 Optimize expand_omp_for_static_chunk for chunk_size one
The 1 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 | 6 ++++++
gcc/omp-low.c | 11 ++++++++---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/gomp/static-chunk-size-one.c | 18 +++++++++++++++++
libgomp/ChangeLog | 5 +++++
.../testsuite/libgomp.c/static-chunk-size-one.c | 23 ++++++++++++++++++++++
6 files changed, 65 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/gomp/static-chunk-size-one.c
create mode 100644 libgomp/testsuite/libgomp.c/static-chunk-size-one.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.