This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 9131519 Improve generated libstdc++ API docs
new d6b260f * gcc-interface/trans.c (Call_to_gnu): Remove guard for NULL [...]
new a03ff9d 2015-12-10 Richard Biener <rguenther(a)suse.de>
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 | 9 +++++++++
gcc/ada/ChangeLog | 7 +++++++
gcc/ada/gcc-interface/trans.c | 4 +---
gcc/ada/gcc-interface/utils2.c | 3 ++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gnat.dg/array25.adb | 11 +++++++++++
gcc/testsuite/gnat.dg/array25_pkg.adb | 15 +++++++++++++++
gcc/testsuite/gnat.dg/array25_pkg.ads | 19 +++++++++++++++++++
gcc/tree-ssa-structalias.c | 31 +++++++++++++++++++++++--------
9 files changed, 92 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/array25.adb
create mode 100644 gcc/testsuite/gnat.dg/array25_pkg.adb
create mode 100644 gcc/testsuite/gnat.dg/array25_pkg.ads
--
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 c4e6339 * gcc-interface/gigi.h (create_var_decl): Adjust comment. ( [...]
new 9131519 Improve generated libstdc++ API docs
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:
libstdc++-v3/ChangeLog | 27 +++++++++++
libstdc++-v3/doc/doxygen/user.cfg.in | 54 +++++++++++++++-------
libstdc++-v3/include/backward/strstream | 6 +--
libstdc++-v3/include/bits/forward_list.h | 5 +-
libstdc++-v3/include/bits/locale_facets_nonio.h | 2 +-
libstdc++-v3/include/bits/mutex.h | 23 +++++++--
libstdc++-v3/include/bits/shared_ptr.h | 2 +-
libstdc++-v3/include/bits/stl_deque.h | 1 +
libstdc++-v3/include/debug/vector | 9 ++--
libstdc++-v3/include/experimental/bits/fs_dir.h | 2 +-
libstdc++-v3/include/experimental/bits/fs_fwd.h | 7 +--
libstdc++-v3/include/experimental/bits/fs_ops.h | 5 +-
libstdc++-v3/include/experimental/bits/fs_path.h | 2 +-
.../include/experimental/bits/string_view.tcc | 2 +-
libstdc++-v3/include/experimental/optional | 6 +++
libstdc++-v3/include/experimental/string_view | 2 +-
.../ext/pb_ds/detail/bin_search_tree_/traits.hpp | 9 +---
libstdc++-v3/include/std/bitset | 4 +-
libstdc++-v3/include/std/mutex | 4 +-
libstdc++-v3/include/tr2/dynamic_bitset | 3 ++
libstdc++-v3/scripts/run_doxygen | 17 +++++++
21 files changed, 140 insertions(+), 52 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 307c7fd [ARC] Add support for atomic memory built-in.
new f559993 [ARC] Add support for atomic memory built-in. Add atomic.md file.
new c4e6339 * gcc-interface/gigi.h (create_var_decl): Adjust comment. ( [...]
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 | 4 +
gcc/ada/ChangeLog | 7 ++
gcc/ada/gcc-interface/gigi.h | 18 ++--
gcc/ada/gcc-interface/utils.c | 10 +-
gcc/config/arc/atomic.md | 218 ++++++++++++++++++++++++++++++++++++++++++
5 files changed, 249 insertions(+), 8 deletions(-)
create mode 100644 gcc/config/arc/atomic.md
--
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 ae57688 Revert [testsuite][ARM target attributes] Fix effective_target tests
new 1794836 2015-12-10 Richard Biener <rguenther(a)suse.de>
new 307c7fd [ARC] Add support for atomic memory built-in.
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 | 32 +++
gcc/config/arc/arc-protos.h | 4 +
gcc/config/arc/arc.c | 357 ++++++++++++++++++++++++++++++++++
gcc/config/arc/arc.h | 6 +-
gcc/config/arc/arc.md | 9 +
gcc/config/arc/arc.opt | 3 +
gcc/config/arc/constraints.md | 6 +
gcc/config/arc/predicates.md | 4 +
gcc/doc/invoke.texi | 8 +-
gcc/testsuite/ChangeLog | 13 ++
gcc/testsuite/gfortran.dg/pr68817.f90 | 11 ++
gcc/testsuite/lib/target-supports.exp | 11 ++
gcc/tree-vect-slp.c | 2 +
13 files changed, 464 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr68817.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 e237aa7 * alias.c (get_alias_set): Add cut-off for recursion.
new ae57688 Revert [testsuite][ARM target attributes] Fix effective_target tests
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 | 28 +++++
gcc/testsuite/gcc.target/arm/attr-crypto.c | 8 +-
.../gcc.target/arm/attr-neon-builtin-fail.c | 7 +-
gcc/testsuite/gcc.target/arm/attr-neon-fp16.c | 5 +-
gcc/testsuite/gcc.target/arm/attr-neon2.c | 4 +-
gcc/testsuite/gcc.target/arm/attr-neon3.c | 4 +-
gcc/testsuite/lib/target-supports.exp | 128 ++-------------------
7 files changed, 48 insertions(+), 136 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 ed3c531 fix typo in date format
new e237aa7 * alias.c (get_alias_set): Add cut-off for recursion.
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 | 1 +
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gnat.dg/specs/access1.ads | 9 +++++++++
gcc/testsuite/gnat.dg/specs/access2.ads | 10 ++++++++++
4 files changed, 25 insertions(+)
create mode 100644 gcc/testsuite/gnat.dg/specs/access1.ads
create mode 100644 gcc/testsuite/gnat.dg/specs/access2.ads
--
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 hsa
in repository gcc.
from 400999a [hsa] Add missing routines to omp_simple_builtin
new 07d7ade Clean-up plugin-hsa.c file
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:
libgomp/ChangeLog.hsa | 19 ++++++
libgomp/plugin/plugin-hsa.c | 144 ++++++++++++++++++++++----------------------
2 files changed, 90 insertions(+), 73 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 e7f3075 gcc/
new ed3c531 fix typo in date format
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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 0ce1bd6 Correct previous ChangeLog (targets is correct, not hosts)
new e7f3075 gcc/
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/tree-vect-stmts.c | 7 ++++++-
2 files changed, 11 insertions(+), 1 deletion(-)
--
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 gcc-5-branch
in repository gcc.
from f84a848 PR lto/65948
new 8aa2035 gcc/
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 | 8 ++++++++
gcc/cfgexpand.c | 9 ++++++---
2 files changed, 14 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.